body { 
margin: 0 auto; 
background-color:#E6E6E6;  
text-align:center;
}
#container{
width:750px;
margin:0 auto;
}
#Header{
width: 100%;
background-image: 
url('../images/page/top_bckg.jpg');
background-repeat: repeat-x;
}
#nav{
width: 100%;
height: 33px;
padding-top:6px;
background-image: 
url('../images/page/nav_bckg.jpg');
background-repeat: repeat-x;
}
#spacer{
width: 100%;
background-image: 
url('../images/page/spacer_bckg.jpg');
background-repeat: repeat-x;
}
#banner{
width: 100%;
background-color:#7CA0C5;
}
#title{
color:#FFFFFF; font-size: 25px; font-family : Arial, Helvetica, sans-serif;
}
#Service{
color:#406584; font-size: 15px; font-family : Arial, Helvetica, sans-serif;
}
#Servicedesc{
color:#666666; font-size: 12px; font-family : Arial, Helvetica, sans-serif;
}
td{
font-size: 12px; 
font-family : Arial, Helvetica, sans-serif;
line-height: 20px;
}
#body{
width: 100%;
background-color:#FFFFFF;
}
a { color:#406584; font-size: 12px; font-family : Arial, Helvetica, sans-serif;}
a:link { color:#406584; text-decoration:underline; font-weight:normal }
a:visited { color:#406584; text-decoration:none; font-weight:normal }
a:hover { color:#80A4C1; text-decoration:none; font-weight:normal }
a:active { text-decoration: none; }

a.top { color:#FFFFFF; font-size: 12px; font-family : Arial, Helvetica, sans-serif;}
a.top:link { color:#FFFFFF; text-decoration:none; font-weight:normal }
a.top:visited { color:#FFFFFF; text-decoration:none; font-weight:normal }
a.top:hover { color:#80A4C1; text-decoration:none; font-weight:normal }
a.top:active { text-decoration: none; }

a.nav { color:#406584; font-size: 14px; font-family : Arial, Helvetica, sans-serif;}
a.nav:link { color:#406584; text-decoration:none; font-weight:normal }
a.nav:visited { color:#406584; text-decoration:none; font-weight:normal }
a.nav:hover { color:#80A4C1; text-decoration:none; font-weight:normal }
a.nav:active { text-decoration: none; }

a.hd { color:#666666; font-size: 11px; font-family : Arial, Helvetica, sans-serif;}
a.hd:link { color:#666666; text-decoration:none; font-weight:normal }
a.hd:visited { color:#666666; text-decoration:none; font-weight:normal }
a.hd:hover { color:#CCCCCC; text-decoration:none; font-weight:normal }
a.hd:active { text-decoration: none; }

a.news:link,a.news:visited
{
	display:block;
	margin-bottom:5px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:thin;
	border-radius: 5px;
	font-weight:normal;
	color:#666666;
	background-color:#E0E0E0;
	width:190px;
	height:85px;
	text-align:left;
	padding:8px;
	text-decoration:none;
}
a.news:hover,a.news:active
{
	border-radius: 5px;
	color:#666666;
	background-color:#EEEEEE;
}
#news-title {
	font-size:15px;
	color:#285B8D;
	}
#news-text {
	float:left;
	width:190px;
	font-size:12px;
	}
#news-image {
	float:left;
	width:50px;
	height:65px;
	}

#botshad{
width: 100%;
background-image: 
url('../images/page/shad_bckg.jpg');
background-repeat: repeat-x;
}


