@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	background-color: #ffffff;
}

img { behavior: url(../css/iepngfix.htc) }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display: block;
}
#container  {
	width: 880px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}  
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #284b97;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: normal;
}
#header  {
	height: 135px;
	width: auto;
	background-color: #FFFFFF;
}
#banner {
	float: right;
}
#logo {
	float: left;
	margin-top: 20px;
}
#topbuttons {
	float: none;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929292;
	font-weight: bold;
	padding-top: 19px;
	padding-bottom: 9px;
	padding-right: 0px;
	padding-left: 0px;
}
#topbuttons ul {
}

#topbuttons li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #929292;
	padding-left: 12px;
	padding-bottom: 9px;
	font-size: 12px;
	font-weight: bold;
	color: #58595b;
}
#topbuttons li a {
	font-weight: bold;
	font-size: 12px;
}
#topbuttons  li a:hover {
	color: #284b97;
}
#maincontent  {
} 
#topbuttons li.first {
	padding-left: 0px;
}
#topbuttons li.last {
	border-right-style: none;
}
#topbuttons  li.last  a {
	color: #284b97;
}
#topbuttons  li.last a:hover {
	color: #58595b;
}
#browselinks {
	padding-top: 12px;
	padding-bottom: 0px;
	clear: both;
	float: left;
	width: auto;
}
#browselinks ul {
	float: left;

}
#browselinks li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
}
#browselinks li.first {
	font-size: 12px;
	font-weight: bold;
	color: #58595b;
	padding-left: 0px;
}
#browselinks li a {
	font-size: 12px;
	font-weight: bold;
	color: #284b97;
}
#browselinks li a:hover {
	color: #58595b;
}
#browseform 
{
	float: right;
	font-size: 12px;
}
#browseform a {
	font-weight: bold;
	color: #58595b;
	font-size: 14px;
}

#searchinput  {
	border: 1px solid #000000;
	width: 140px;
	height: 14px;
	font-size: 10px;
	padding-right: 5px;
}
#searchlist  {
	border: 1px solid #000000;
	width: 140px;
	background-color: #FFFFFF;
	font-size: 10px;
}

#titlebar {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 160px;
	clear: both;
	margin-top: 7px;
	width: 880px;
}
#contentswrapper {
	margin-top: -160px;
	width: 824px;
	padding-top: 24px;
	padding-right: 28px;
	padding-bottom: 24px;
	padding-left: 28px;
}
#titlewrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77797c;
	padding-bottom: 18px;
	min-height: 60px;
}
#titleimage {
	float: left;
}
#subtitle {
	float: left;
	padding-left: 30px;
	font-size: 12px;
}
#container #contentswrapper #contents #titlewrapper #socials {
	float: right;
}
#subtitle li {
	font-weight: normal;
	color: #FFFFFF;
}
#subtitle li a {
	font-weight: bold;
}

#subtitle  a.more {
	font-weight: bold;
	color: #284b97;
	padding-left: 10px;
}

#contents p 
{
    color:#58595b;
    padding-right: 15px;
}

#contents p a 
{
   text-decoration: underline;
}


#contentsleft {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #77797c;
	width: 508px;
	min-height: 400px;
}
    #contentsleft p {
	    margin-top:15px;
    }
    
    #contentsleft ul li a 
    {
        text-decoration:underline;
    }
    #contentsleft address a 
    {
        text-decoration:underline;
    }
    #contentsleft ul 
    {
        margin-left:10px;
        margin-top:10px;
    }
    
    #contentsleft hr 
    {
         color:#ccc;
         margin-top:15px;
         margin-right:20px;
    }
    
#contentsright {
	float: left;
	width: 315px;
}


#contentsright #NewsArticles 
{
    padding-left: 20px;
}

#news {
	font-size: 22px;
	font-weight: bold;
	color: #284b97;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77797C;
	padding-left: 25px;
}
#newsfeeds {
	padding-left: 35px;
}

#footer  {
	text-align: center;
	font-size: 10px;
	color: #284b97;

}
#footerlinks {
	padding-bottom: 20px;
	padding-top: 20px;
}

#footerlinks a {
	font-size: 11px;
	color: #000000;
}
#container #header #topbuttons .first a {
	color: #FF0000;
}
