@charset "utf-8";
/* CSS Document */

 body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e8e8e8;
}


#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#d9e1ee;
	background-image:url(images/bg_main.gif);
	background-repeat:repeat-y;
	width: 893px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
}



/*************************************/	
	
	
#nav {
	margin:0;
	padding:0;
	background:#001ab4 url(images/bg.gif);
	background-repeat: repeat-x;
	float:left;
	width:891px;
	border:1px solid #000000;
	}

#nav li {
	display:inline;
	padding:0;
	margin:0;
	}

#nav a:link,#nav a:visited {
	color:#FFF;
	padding:11px 17px 11px 17px;
	float:left;
	width:auto;
/*	border-right:1px solid #393939; */
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	/*text-transform:uppercase;*/
	/*text-shadow: 2px 2px 2px #555;*/
	}

#nav li:first-child a {
	border-left:1px solid #42432d;
	}

#nav a:hover {
	color:#fff;
	background:#c06800;
	}
	#menu {
	height:40px;
	padding:0px;
	margin:0px;

	}
	
/*///////////////////////////////////////*/



.formtext {
	color:#6E6E6E;
	font-size: 11px;
	letter-spacing:-.8px;
	font-family:Arial, Helvetica, sans-serif;
	}


p a:hover {
	color:#0066CC;
	color:#CC3300;
	}

table {
	margin-left: 10px;
	margin-right: 10px;
	padding-right: -5px;
	}


p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;
	color:#333333;
	margin-left: 10px;
	}


h1, h2, h3, h4, h5, h6 {
	color:#031c98;
	font-family:"Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom:10px;
	margin-top: 4px;
	margin-left: 5px;
	letter-spacing: -.6px;
	}

h1 {
	font-size: 32px;
	}

h2 {
	font-size: 28px;
	}

h3 {
	font-size: 20px;
	}

h4 {
	font-size: 16.5px;
	}

h5 {
	font-size: 17px;
	color:#333333;
	margin-left: 10px;
	}

h6 {
	font-size: 12px;
	}


label {
	padding-top: 3px;
	padding-bottom: 3px;
	}

hr {
	border-style:dotted;
	border:#666666;
	}


a:link {
	color:#215cc4;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color:#215cc4;
	}
	
a:hover {
	text-decoration: underline;
	color:#4c86ed;
	}
	
a:active {
	text-decoration: none;
	color:#215cc4;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.pic_right {
float:right;
margin-left: 12px;
border: 1px solid color:#000;
}

.pic_left {
float:left;
margin-right:12px;
border: 1px solid color:#000;


}	



ul {
margin-left: 0px;
padding-left: 20px;
}

li {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 16px;
	color:#333333;
	margin-left: 2px;

}