/*-----------reset------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,  
 	li, dl, dt, dd, form, a, fieldset,  th, td  
 	 {  
 	 margin: 0; padding: 0;  border:0; outline: none;
	}  
	
/*---------------------------*/

/*------generics-------------*/

body {
	color: #FFFFFF;
	background-color: #000000;
	font: .9em Arial, Helvetica, sans-serif;
	background-image: url(images/bg2.jpg);
	background-position: center top;
}

#container {
	background-color: #000000;
	width: 700px;
	height: 100%;
	padding-left: 2px;
	Padding-right: 2px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #333434;
	border-right: 1px solid #333434;
}

/*---------------------------*/

/*----header section --------*/

#header {
	background-image: url(images/topheader.jpg);
	position: relative;
	width: 700px;
	height: 148px;
	}

ul.nav {
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #1f1f1f;
	border-top: 2px solid #4b4a4a;
	border-bottom: 2px solid #4b4a4a;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
ul.nav li {
	display: inline;
	}
	
ul.nav a {
	padding: 5px 9px;
	text-decoration: none;
	color: #b5b2b2;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, "Sans Serif";
	}
	
.nav a:link {
	color: #FFFFFF;
	}
.nav a:visited {
	color: #FFFFFF;
	}
.nav a:hover {
	color: #990000;
	}
.nav a:active {
	color: #000000;
	}	

#bottomline {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 30px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size:medium;
	}
/*----------------------------*/

/*----------sidebar-----------*/

#leftcol {
	float: left;
	width: 250px;
	}
	
#leftcol ul {
	margin-top: 14px;
	margin-left: 10px;
	list-style-type: none;
	}

#leftcol ul a {
	font-size: medium;
	background: url(images/servlink.gif) no-repeat left top;
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 230px;
	margin-top: 5px;
	text-align: center;
	}
	
#leftcol a:link {
	color: #FFFFFF;
	}
#leftcol a:visited {
	color: #FFFFFF;
	}
#leftcol a:hover {
	color: #990000;
	}
#leftcol a:active {
	color: #000000;
	}	
	
.none {
	background: none;
	}

.img {
	margin-left: 10px;
	}
	
/*--------------------------------*/	
/*-----------body-----------------*/

h1 {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-family: Arial, "Helvetica Narrow", Sans-serif;
	color: #CC0000;
	}	

h2 {
	color: #CC0000;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	font-family: Arial, "Helvetica Narrow", Sans-serif;
	}
	
	
#rightcol {
	float: left;
	width: 450px;
	}
	
#rightcol p {
	padding-right: 50px;
	padding-left: 25px;
	margin-bottom: 10px;
	text-align: justify;
	} 
	
.list {
	font-size: larger;
	padding-left: 25px;
	list-style-type: none;
	text-decoration: none;
	}

.sitemap {
        font-size: large;
        padding-left: 25px;
        list-style-top: none;
        text-decoration: none;
        }
.last {
        padding-bottom: 25px;
       }

.list a:link {
	color: #FFFFFF;
	}
.list a:visited {
	color: #FFFFFF;
	}
.list a:hover {
	color: #990000;
	}
.list a:active {
	color: #FFFFFF;
	}	


	
h3 {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	}
	
h4 {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 2px;
	}
	
.plainlist {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 25px;
	}
	
.label {
	float: left;
	width: 8em;
	}

#flashcontent {
		width: 480px;
		height: 680px;
		margin-left: auto;
		margin-right: auto;
		}


/*--------------------------------*/
/*------------footer--------------*/
.clear {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: small;
	margin-top: 100px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #1f1f1f;
	border-top: 2px solid #4b4a4a;
	}

.clear a:link {
	color: #FFFFFF;
        text-decoration: none;
	}
.clear a:visited {
	color: #FFFFFF;
        text-decoration: none;
	}
.clear a:hover {
	color: #990000;
        text-decoration: none;
	}
.clear a:active {
	color: #FFFFFF;
        text-decoration: none;
	}
	
#verification, .verification { 
  visibility: hidden;
  display: none;
}


