@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/newsback.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-size:12px;
}

a:link{ color:#4d6bae; text-decoration:underline; font-size:12px }
a:hover{ color:#4d6bae; text-decoration:underline; font-size:12px }
a:visited{ color:#4d6bae; text-decoration:underline; font-size:12px }

#container {
	width: 100%;
	margin: 0px;
	text-align: left;
	background-image:url(images/bodyback.jpg); background-position:top; background-repeat:repeat-x;
}

#top {
	width:710px;
	height:50px;
	background-image:url(images/top.jpg);
	background-repeat: no-repeat;
}
	#top h1{
	margin:0px 0px 0px 140px;
	font-size:16px;
	color:#A9CDD9;
	display: inline;
	text-decoration:none;
}

	
#header {
	width:710px;
	height:115px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}
	
#main{
	background-image:url(images/main.jpg);
	background-position:top;
	background-repeat: repeat-y;
	width:690px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
} 
	#main td{ border-bottom:#d3e0e6 solid 0px; overflow:hidden; background-image:url(images/newsback.jpg); background-position:bottom; background-repeat: repeat-x;}
	#main h1{ margin:0px; font-size:14px; color: #4d6bae;}
	#main h2{ margin:0px; font-size:14px; color: #006699;}
	#main h3{ margin:0px; font-size:12px; color: #006699;}
	#main th{ border-bottom:#d3e0e6 solid 0px; font-weight:normal; font-size:10px; background-color:#b8c9f4; border-bottom:solid 2px #a1b2db}
	#text a:link{ color:#666666; text-decoration:none; font-size:12px }
	#text a:hover{ color:#666666; text-decoration:none; font-size:12px }
	#text a:visited{ color:#666666; text-decoration:none; font-size:12px }
	
#main-bottom {
	background-image:url(images/main-bottom.jpg);
	background-repeat:no-repeat;
	height:21px;
	width:710px;
}
#resources-top{	background-image:url(images/resources-top.jpg);
	background-repeat:no-repeat;
	height:31px;
	width:710px;}

#resources{	
	background-image:url(images/resources.jpg);
	background-repeat: repeat-y;
	width:690px;
	padding-left:10px;
	padding-right:10px;
} 
	#resources h2{ font-size:14px;}
#resources-bottom{	background-image:url(images/resources-bottom.jpg);
	background-repeat:no-repeat;
	height:5px;
	width:710px;}
	

#footer{font-size:10px;  height:74px; width:690px; padding-left:10px;  padding-right:10px;}
