* { 
 margin: 0; 
 padding: 0; 
} 
body {
	background: #fff;
	border: 1px solid #fff; 
	/*background-image: url(images/background.gif);*/
	background-position: top;
	background-repeat: repeat-y;
	font: .8em/1.1em "Verdana", Lucida Grande, sans-serif;
	text-align: center;
	color: #333;
} 
a:link, a:visited { 
 color: #2a2a2a; 
} 
a:hover { 
 color: #000000; 
} 
h1 { 
 margin-bottom: 11px; 
 padding-top: 15px; 
 padding-bottom: 21px; 
 border-bottom: 1px solid #AAAAAA; 
 font: bold 1.6em/2em verdana, serif; 
 color: #636363; 
} 
h2, h3{ 
 font-weight: normal; 
 font-size: 1em; 
 line-height: 2em; 
} 
h2 { 
 padding-top: 10px; 
 padding-bottom: 20px; 
 font-size: 1.25em; 
 color: #333333; 
} 
h3 { 
 padding-bottom: 6px; 
 font-weight: bold; 
 letter-spacing: -1px; 
 color: #6a6a6a; 
} 
.SearchForm .text{
width:200px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.SearchForm {
background-color:#f1f1f1;
width:500px;
border: 1px solid #D5D4D4;
padding: 10px;
}
.SearchResults {
background-color:#f6f6f6;
width:500px;
border: 1px solid #ddddcc;
}
.searchResultsHeader {
background-color:#f1f1f1;
width:490px;
line-height: normal;
height:18px;
border-bottom:1px solid #D5D4D4;
padding: 5px;
}
.searchResultsFooter {
background-color:#f1f1f1;
width:490px;
line-height: normal;
height:18px;
border-top:1px solid #D5D4D4;
padding: 5px;
}
.DivRight {
float:right;
}
.DivLeft {
float:left;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	border: 1px solid #A5ACB2;
	color: #555555;
	margin: 3px 5px 3px 5px;
	padding: 3px;
	text-align:center;
	text-decoration:none;
	width: 100%;
}
#page { 
 margin: 0 auto; 
 width: 760px; 
 background: #fff; 
 text-align: left; 
 border: solid 1px #333333;
} 
#header {
	height: 75px;
	background: #016fc8;
	background-image: url(/resources/images/headerimage.gif);
	background-repeat: no-repeat;
	padding-top: 75px;	
} 
#headerhome {
	line-height: 2em;
	background: #ffffff;
	text-align: right; 
} 
#menubar {
 height: 54px; 
 background: #b8d620;
 background-image:url(images/MenuBackground.gif);
}
#header h1 {
display:none;
} 
#header .DivRight {
 float: left;
 margin-top: 10px;
 margin-bottom: 10px;
 width:17%;
 text-align: center;
}
#header a:link,#latestnews a:link ,#header a:visited,#latestnews a:visited ,#footer a:visited { 
 color: #ffffff;
 text-decoration:none;
}     
#header a:hover, #latestnews a:hover{ 
 color: #ffffff;
 text-decoration: underline;
}   
#content-primary { 
 float: right; 
 padding-top:20px;
 padding-right: 20px; 
 padding-bottom:20px;
 width: 520px; 
} 
#content-primary p { 
 padding-bottom: 18px; 
} 
#content-primary h1 {
	display: none;
}
#content-secondary { 
 float: right; 
 padding-left: 14px; 
 padding-right: 24px; 
 width: 174px; 
 color: #300; 
} 
/*#content-secondary p {
	padding-bottom: 18px;
} */
#content-primary ul {
	padding-left: 25px;
	list-style: disc;
}
#content-secondary a{
    display:block;
    color: #016fc8;   
    text-decoration: none;
}
#content-secondary a:hover
{
	background-color: #016fc8;
	color: #ffffff;
	text-decoration: underline;
}
#content-primary li {
padding-bottom:1px;
}
.MenuHeading {
    background: url(images/menubar.gif) repeat-x center left; 
    height: 20px;
    border: solid 1px #333333;
    color:White;
    margin: 0px 0px 1px;
    text-align: left;
    padding-left:10px;
    padding:0px 0px 0px 10px;
    font-weight:bold;
}
#footer {
	clear: right;
	height: 50px;
	background: #016fc8;;
	line-height: 1.5em;
	color: #fff;
} 
#footer a:link, #footer a:visited { 
 color: #fff;
 text-decoration:none;
}     
#footer a:hover{ 
 color: #fff;
 text-decoration: underline;
}   
#footer p, h3{ 
 padding: 10px; 
} 
#footer img {
padding:5px 5px 5px 5px;
}
#footer .DivLeft {
padding-top: 16px;
padding-left:16px;
}
#footleft { 
 float: left; 
 margin-top: 10px;
width: 170px;
} 
#footright { 
 float: right;
 margin-top: 10px;
 margin-bottom: 10px;
 width: 100px;
} 
#footerbottom {
	text-align: center;
	background: #016fc8;
	line-height: 2.5em;
	color: #fff;
	padding-bottom: 15px;
}
.clear { 
 clear: both; 
}
 .box {  background: #ffffff; width: 165px; margin-top: 10px;
 }
 .yellow {
 background-color: #Fbf273;padding-top: 5px;
}
.box p{margin: 5px 5px 0px 5px;}
.bluebox {
	background: #016fc8;
	-moz-border-radius: 15px 15px 15px 15px;	
} 
.bluebox img{
	margin: 10px;	
	border-style: none;
} 
#latestnews .DivLeft {
	float: left;
    line-height: 1.5em;
	padding: 1em 1em 1em 1em;
	background:#016fc8;
	text-decoration:none;
	margin:.5em;
	color:#fff;
	-moz-border-radius: 15px 15px 15px 15px;
    max-width:130px;
    width: expression((document.body.clientWidth > 131)? "130px" : "auto");
}
#header .DivLeft {
	float: left;
    line-height: 1.5em;
	padding-bottom: 0em;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
    min-width:22%;
    width: auto !important;
    width:22%;
    font-weight:bold;
}
.whitetext {
 color: #fff; }
.greentext {
color: Green;}
.paleblue { 
 background: #b3d2ef;
 margin-bottom: 10px;	
 padding-left:10px;
} 
.tl {background: url(images/tl-advert.gif) 0 0 no-repeat}
dl {
	width: 165px;
	margin: 0 0 10px 10px;
	padding: 0;
	background: #f1f1f1 url(/resources/images/box_bottom.gif) no-repeat bottom left;
	}
dt {
	margin: 0;
	padding: 10px;
	font-size: 130%;
	background: #Fbf273 url(/resources/images/box_top.gif) no-repeat top left;
	}
dd {
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	}
#box dt {
	background-color: #9cf;
	}
.box {background: #ffffff; width: 165px;margin-top: 10px;}
.paddingimg {padding:15px;}
.valigntextmiddle{
	vertical-align: middle;
}
.width125 {margin-left: 10px; width: 125px;}
.advertfullheading{
		margin: 0;
		padding: 10px;
		font-size: 130%;
		background-color: #9cf;
		background: #Fbf273 url(/resources/images/box_topadvert2h2.gif) no-repeat top left;
		}
