body {
	background-color: #d6ebf5;
	}


/* --- begin container --- */


#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 20px;
			border: 3px solid #05136c;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
			font-family: verdana,tahoma,san-serif;
			font-size: 14px;
			line-height: 1.5em;
			background-color: #eef1f1;
		
		}
		
* html div #container { /* This is the Tan hack */
width: 782px;
w\idth: 760px; }
 

/* --- begin banner --- */
		
#banner {
background: url(images/banner.jpg) no-repeat left top;
border: 2px solid #FFF;
width: 760px;
height: 200px;
margin-bottom: 5px;
padding: 0;
margin: 0;

}

#banner p {
margin-left: -2000px;
} 


/* --- begin content box --- */
h2{ 
	text-align: center;
	font-size: 24px;
	}

h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 5px;
	}

h4{
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 3px;
	margin-top: 5px;
}

h5{
	text-align: left;
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 3px;
	}

h6{
	text-align: center;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 2px;
	text-decoration: underline;
	}


s{ 	font-size: x-small;
	text-decoration: none;
	}
	
#content {
			padding: 5px;
		 	width: 500px;
			margin-top: 15px;
			margin-bottom: 15px;
			margin-left: 220px;
			background-color: #FFF;
			border: 1px solid #05136c;
			font-size: 100%;
		
			}

#content p{
			font-size: 100%;
			color: #000;
			}


.box	{
			width: 450px;
			padding: 5px;
			background-color: #eef9f9;
			border: 1px solid #05136c;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
		}

.img { float: left; 
		margin: 5px;
	 } 

span.required	{
		color: #F00;
		}

span.note	{
		color: #F00;
		text-align: center;
		}

/* --- begin sidebar-a ---*/

#sidebar-a {
	float: left;
	margin-left: -10px;	
	margin-top: 40px;
	margin-bottom: 5px;
	padding: 10px;
	width: 185px;
	text-indent: 15px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
	
	}							
/* --- begin navigation bar --- */

#nav ul {
	margin-left: 10px;	
	padding: 0;
	border-left: 1px solid #05136c;
	
}
#nav li {
	width: 200px;
	border: 1px solid #05136c;
	font-size: 15px;
	text-indent: 15px;
	text-decoration: none;
	margin-bottom: 5px;
	margin-left: -10px;
	list-style-position: outside;
	list-style-type: none;
}
#nav li a {
	text-decoration: none;
	display: block;
}
#nav li a:hover {
	color: #FF9E06;
	border-left: 5px solid #F00;
}
#nav li a#current {
	text-decoration: none;
	background-color: #000;
	display: block;
	border-left: 5px solid #F00;
	color: #02A7E2;
}

#subnav ul {
	border: none;

}
#subnav li {
	width: 100%;
	border: none;
	background-color: transparent;
	list-style-type: none;
	list-style-position:inside;
	margin-left:-12px;

}
#subnav li a {
	color: #FF9E06;
	text-decoration: none;
	
}

	
	
		
/* --- begin footer --- */
		
		#footer {
			clear: both;
			padding: 3px;
			margin-top: 15px;
			font-size: 8pt;
			text-align: right;
			margin-left: auto;
			margin-right: auto; 
		
			}

			
	
