body {

	background: #D0E7F9 url(images/background.jpg) top repeat-x;

	font-style:normal; 

	font-variant:normal; 

	font-weight:normal; 

	font-size:12px; 

	font-family:Verdana, Tahoma, Arial, sans-serif;

	padding: 0;

	margin: 10px;

	color: black;

}



#container {

	background:#fff;

	margin:0 auto;

	width:960px;

	padding:0px;

	border:#17a3a1 4px double;

	letter-spacing: 1px;

}



img {

	border: 4px solid #AFD4EE;

	}



#header {

	background:#ffffff;

	width: auto;

	margin: 0px 0px;

	padding: 0px;

	height: 170px;

	border-bottom: ridge;

}



#content {

	margin: auto;

	float:right;

	padding: 20px;

	height: auto;

	width: 670px;

	border-left: groove;

}



#content p {

	color: #000000;

}



#content h1 {

	color: #137174;

	font-size: 20px;

	font-weight: bold;

	border-bottom: solid 1px #AFD4EE;

}



#content h2 {

	color: #2ADBDA;

	font-size: 18px;

	font-weight: bold;

	border-bottom: solid 1px #AFD4EE;

}



#content h3 {

	color: #137174;

	font-size: 18px;

	font-weight: bold;

	border-bottom: solid 1px #AFD4EE;

}



#content a:link {color: blue;}

#content a:visited {color: blue;}

#content a:hover {color: #137376;}

#content a:active {color: red;}



#content ul {
	list-style: disc;
	font-size: 11px;

}



#navcontainer {



	margin-left: -40px;

	text-decoration: none;

}



#navcontainer ul {

	list-style-type: none;

	font-weight: bold;

	color: #fff;

	text-decoration: none;

}



#navcontainer a {

	display: block;

	list-style: none;

	padding-top: 17px;

	padding-left: 37px;

	margin-left: 10px;

	width: 150px;

	color: #FFFFFF;

	background-color: #DCE3ED;

	border-bottom: 1px solid #eee;

	background-image: url(images/menu2.png);

	background-repeat: repeat-x;

	height: 27px;

	text-decoration: none;

}





#navcontainer a:link, #navlist a:visited {

	color: #fff;

	text-decoration: none;

}



#navcontainer a:hover {	

	background: url(images/menu2.png) 0 -45px;

	color: #000;

}



#left {

	margin: auto;

	float: left;

	height: auto;

	padding: 20px;

	width: 200px;

}



#left p {

	font-size: 12px;

}



#left h1 {

	font-size: 14px;

	font-weight: bold;

	border-bottom: dashed 1px #000;

}



#left ul {

	list-style: none;

	font-size: 10px;

}



#footer {

	background: url(images/footer.jpg);

	height: 48px;

	clear: both;

}

	#footer p {

		color:#000;

		text-align: center;

		margin-top: 30px;

		font-size: 10px;

		letter-spacing: normal;

		}

	#footer a:link {

		color: #0000FF;

	}

	#footer a:visited {

		color: #0000ff;

	}

	#footer a:hover {

		color: #137376;

	}

