body { 
	margin:0px; 
	background-color: #efefef; 
	background-repeat: no-repeat; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	line-height: 20px; 
	text-align: left;
	color: #333;
	}
	



	
	#container			{
	margin: 1% 1% 1% 1%;
	background-color: #FFF;
	background-repeat: repeat-y;
	border: 1px solid #333;
	background-position: right;
		}
		
	#banner {
background-image: url(banner.jpg);
background-repeat: no-repeat;
background-color: #99CCFF;
 }
		
#header {
padding: 20px 0px 20px 20px;
background-color: #759AE2;
margin-top: 0px;
margin-bottom: 0px;
height: 15px;
border-top: 1px #ffffff dotted;
border-bottom: 1px #000000 solid; 
}

#header h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
}

#nav {
	float: right;
	width: 180px;
	margin-right: 0px;
	padding-top: 10px;
	text-align: left;
	background-color: rgb(192,211,226);
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-transform: none;
	font-size: 10px;
}

#nav ul {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
	}
	
#nav ul ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
	}
	
#nav li {
	margin: 0;
	padding: 0;
 }
				
	#content {
	padding-top: 1em;
	margin: 0 220px 0 2em;
 float;
}
	
#content h2 {
	color: rgb(112,147,184);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#content h3 {
	color: rgb(112,147,184);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#content h4 {
	color: rgb(112,147,184);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#content h5 {
	color: rgb(112,147,184);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content h6 {
	color: rgb(112,147,184);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content img {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 0px;
	border: none;
}

#content a:link { 
	color: rgb(82,117,154);
text-decoration: underline; 
}

 #content a:visited {
	color: rgb(82,117,154); 
	text-decoration: underline;
	}

#content a:hover { 
	color: #fff; 
	text-decoration:none; 
	background-color: rgb(112,147,184); 
	}
	

div#col1 {
	float: left;
	width: 33%;
	clear: none;
 } 

div#col2 { 
float: left;
width: 33%;
clear: none;
border: dotted #000;
border-width: 0 0.075em;
 } /* make sure column 2 is the tallest, set a border on it */

div#col3 { 
float: right; 
width: 33%; 
clear: none; 
 } /* float to the right to avoid some margin troubles */

#col1 *, #col2 * { clear: none; }
#col1 p,#col2 p, #col3 p { margin: 0; padding: 0.5em 5%;}
			
	#footer	{
	clear: both;
	background-color: #99CCFF;
	padding: 1em;
	text-align: left;
	border-top: 1px solid #333;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 10px;
 line-height: 15px; }

 a:link { 
	color: rgb(82,117,154); 
	text-decoration:none;
	}

 a:visited {
	color: rgb(82,117,154); 
	text-decoration:none;
	}

 a:hover { 
	color: #fff; 
	text-decoration:none; 
	background-color: rgb(112,147,184); 
	}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #759AE2;
}
#nav p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #0000FF;
}
