/* CSS Document */

* {
      margin: 0;
      border: 0;
      padding: 0;
}

body {
      margin: 0;
      padding: 0;
      font-size: small;
	  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
*html body {
	  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
      font-size: x-small; /* for IE5/Win */
      f\ont-size: small; /* for other IE versions */
}

p {
	margin: .5em 0;
	font-size: 115%;
}

a:link, a:visited {
	color: #005481;
}

a:hover, a:focus, a:active {
	color: #000;
}

img.border_right{
	border: #e1e1e0 solid 6px;
	float: right;
}

#masthead {
	background:#e1e1e0 url(../images/masthead_bg.png) repeat-x;
}

#masthead h1 {
	background: url(../images/logo.png) no-repeat top left;
	height: 107px;
}

#masthead h1 a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#wrap {
	margin: 0 auto;
	width: 790px;
}

ol {
	margin-left: 2.5em;
}

ul {
	padding-left: 2.5em;
	list-style: square;
}

#navlinks {
	list-style: none;
    margin: 0 0 0 1em;
}  

#navlinks li, #navlinks li a {
	color: #005481;
	font-weight: bold;
	display: inline;
	margin-right: 0.6em;
	line-height: 2.5;
}

#navlinks li a:link, #navlinks li a:visited {
	text-decoration: none;
}

#navlinks li a:hover, #navlinks li a:focus, #navlinks li a:active {
	color: #d69802;
}

#container {
	width: 790px;
	margin: 2em auto;
}

#container_home {
	width: 790px;
	margin: 0 auto;
	padding-left: 2em;
}

#content {
	float: left;
	width: 526px;
	padding-bottom: 1em;
	padding-left: 1em;
}

#content p {
	font-size: 98%;
}

#sidebar {
	float: right;
	width: 250px;
	background-color: #e1e1e0;
}

#sidebar p {
	font-size: 85%;
	padding: 1em;
}

#footer {
	background: #0a3042 url(../images/footer_bg.png) repeat-x;
	clear: both;
	color: #fff;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
}

#footer_wrap {
	width: 790px;
	margin: 0 auto;
	padding: 2em 0 2em 2em;
}

#footerlinks {
	list-style: none;
	font-size: 88%;
    margin: 0;
	padding: 3em 0 .5em 0;
	text-align: center;
	clear: both;
}

#footerlinks li, #footerlinks li a {
	display: inline;
	margin-right: .4em;
}

#footerlinks li {
	border-right: 1px solid;
}

#footerlinks li.last {
	border-right: 0;
}

#footer_content {
	width: 526px;
	float: left;
}

#footer_content p {
	font-size: 98%;
	line-height: 1.4;
	margin-bottom: 1.2em;
}

#footer_subcontent {
	width: 250px;
	float: right;
}

#footer_list {
	list-style: none;
	padding: .3em 0;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.8;
}

#footer_list a:link, #footer_list a:visited {
	color: #d69802;
	text-decoration: underline;
}

#footer_list a:hover, #footer_list a:focus, #footer_list a:active {
	color: #fff;
}

#site_info  {
	text-align: center;
	padding: 2em 0;
	clear: both;
}

#site_info p {
	font-size: 80%;
}

#site_info p {
	margin: 0;
}



h2 {
	font-size: 130%;
	text-transform: uppercase;
}

h3 {
	color: #d69802;
	font-size: 130%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 110%;
	text-align: center;
}

.info {
	background-color: #0a3042;
	color: #fff;
	padding: .5em;
}

address {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 95%;
	padding: .5em;
	font-style: normal;
	font-weight: bold;
}

.hidden {
	text-indent: -9999px;
	overflow: hidden;
	display: none;
	height: 0px;
}

.breadcrumbs {
	color: #c6c6c5;
}

.pheading {
	color: #005481;
	font-weight: bold;
}

.clear {
	clear: both;
}