/* CSS Document */

body {
    font-family: verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #00498D;
	margin: 0px 0px 0px 0px;
}

#nav_bkgd {background-image:url(images/nav_bkgd.jpg);
		background-repeat:repeat-x;
		padding-right: 10px;}
				
#logo {padding: 7px 0px 7px 28px;}

#head {background-image:url(images/head_bkgd.gif);
      background-repeat: no-repeat;
	  background-position: bottom right;
	  color: #FFFFFF;
	  padding: 0px 20px 10px 0px;
	  background-color: #004A8D;}
	 
#head a, #head a:visited {
		color: #E5B53B;
		text-decoration:none;}

#head a:hover, #head a:active {
		color: #FFFFFF;
		text-decoration: underline;}
	
#footer td {
	font-family: verdana, sans-serif;
	font-size: 12px;}
	
.pad {padding: 5px;
}
	
.content_border {
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        line-height: 150%;
	padding: 5px;
}
	
a.more, a.more:visited {
	font-weight: bold;
	color: #004A8D;
	text-decoration:none;}
	
a.more:hover, a.more:active {
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
	}
	
a, a:visited {
	font-weight: normal;
	color: #004A8D;
	text-decoration: none;}
	
a:hover, a:active {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;}
	
.footer { 
	color: #BCC6D0;
        font-size: 12px;
	padding: 5px 5px 5px 5px;
	background-image:url(images/footer_bkgd.jpg);
	background-repeat:repeat-x;
	background-position: top;
	}
	
a.footer, a.footer:visited, a.footer:link {
    color: #9B8941;
        font-weight: normal;
        font-size: 12px;
	text-decoration:none;
	background-image:none;
	}
	
a.footer:hover, a.footer:active {
    color: #FFFFFF;
        font-weight: normal;
        font-size: 12px;
	text-decoration: underline;
	background-image:none;}
	
	
.new {background-image:none;}
