body {
	background-color:#c2c5b2;
	margin-top:5px;
}

/*container surrounding everything */

#container {
	background-color:#FFFFFF;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	


	#container a {
		color:#0000ff;
		border:none;
		}
		
	#container a:hover {
		color:#C85A37;
		}
		
img {
border: 0;
display: block;
}



/*<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* the header */

#header {
	width:  860px;
	height: 294px;
	background: url(images/header.jpg);
}	



/*<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* the navbar */

#menu ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px;
	width: 170px;
}

#menu li {
	margin: 0px; 
	list-style-type: none;
}

#menu li a {
	display: block;
	background: url(images/nav1.gif);
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 10px;
	padding-top:18px;
	padding-bottom:10px;
}

#menu li a:hover {
	background:url(images/nav2.gif);
	color: #154889;
	font-size: 12px;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:18px;
}



/*<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* the body */

	
#side-a {
	float: left;
	width: 170px;
	padding:10px;
	background: #a9bd44;
	height: 2368px;
}

	#side-a p {
		font-family:Tahoma;
		font-size:0.6em;
		color:#333333;
		}
		
	#side-a h1 {
		font-family:Tahoma;
		font-size:0.8em;
		color:#333333;
		border-bottom:#000131 1px dotted;
		padding-top:1em;
		}

#side-b {
	float: right;
	width: 170px;
	padding:10px;
	background:#dbecf4;
	height: 2368px;
}

	#side-b p {
		font-family:Tahoma;
		font-size:0.7em;
		color:#333333;
		}
	#side-b h1 {
		font-family:Tahoma;
		font-size:0.9em;
		color:#333333;
		}
	#side-b h2 {
		font-family:Tahoma;
		font-size:0.8em;
		color:#333333;
		margin-left: 10px;
		}

#content {
	background: #e9eacb;
	float: left;
	width: 460px;
	padding:10px;
}

	#content p {
		font-family:Tahoma;
		font-size:0.8em;
		color:#333333;
		}
		
	#content h1 {
		background: url(images/textheaderback.jpg) no-repeat;
		font-size:1.4em;
		color:#034b8e;
		font-weight:bold;
		width: 419px;
		height:40px;
		padding-top: 10px;
		padding-left: 55px;
		}
		
	#content h2 {
		font-size:0.8em;
		color:#000131;
		font-weight:bold;
		line-height:2em;
		padding-top:1em;
		padding-bottom:1px;
		}
	
	#content ul {
		list-style-type: none; 
		padding: 0; 
		margin: 0; 
		font-family:Tahoma;
		font-size:0.8em;
		}
				
	#content li {
	    display: block;
		list-style: circle;
		line-height:1.6em;
		margin: 2px 0 7px 50px;
		padding-left:5px;
		color:#333333;
		}

/*<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* the footer */

#footer {
	background: #034b8e;
	height: 40px;
	clear: both;
	padding-left: 10px;
}
	#footer p {
		color:#fff;
		text-align: left;
		margin-top: 15px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: normal;
		}
	#footer a:link {
		color: #87af2b;
	}
	#footer a:visited {
		color: #87af2b;
	}
	#footer a:hover {
		color: #dbecf4;
	}

