body {
margin:0;
font: 12px Verdana, sans-serif;
}
img {
border:0;
margin:0;
}
a {
color:#40668A;
}
a:hover {
text-decoration:none;
color:#0087C7;
}
h1 {
color:#053C6D;
font-size:18px;
font-weight:bold;
}
h2 {
margin-top:20px;
color:#5E9DC8;
font-size:18px;
font-weight:bold;
}
h3 {
    text-decoration:underline;
    color:#0859A2;
}
#logo {
margin:0;
padding:0;
}
#wrapper {
width:822px;
margin:auto;
border:1px;
border-style:solid;
border-color:#333;
}
#header {
width:822px;
height:14px;
/* background-image:
url('/images/headerfooterbg.gif'); */
background-color: #053C6D;
/* background-repeat: repeat-y; */
color:#fff;
font-size:10px;
text-align:right;
padding-top:5px;
padding-bottom:5px;
}
.headerbar {
width:822px;
background:#B7AFA3;
height:3px;
margin:0;
}
.headerbar2 {
width:822px;
background:#B7AFA3;
height:3px;
margin-top:-2px;
}
#menubar {
background:#eee;
height:40px;
}
#content {
padding-left:15px;
padding-right:15px;
padding-bottom:20px;
background:#FDFDFD;
}
#content p {
line-height:16px;
text-align:justify;
}

#downloads {
border-width: 1px 0px 0px 0px;
border-style:solid;
border-color:#333;
}

#downloads ul {
font: 12px Verdana, sans-serif;
}
li {
padding:4px;
}

#footerbar {
width:822px;
height:3px;
background:#B7AFA3;
}
#footer {
width:822px;
/*height:14px;*/
/* background-image:
url('/images/headerfooterbg.gif');
background-repeat: repeat-y; */
/* background-image:
url('/images/headerfooterbg.gif'); */
background-color: #053C6D;
background-repeat: repeat-y;
color:#fff;
font-size:9px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}

ol {
    line-height:16px;
}

#footer a {
    color:#fff;
    text-decoration:none;
}








ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	background:transparent url(/images/nav_bg.png) repeat-x top left;
	font-family:Arial, Tahoma, Verdana;
	border-bottom:1px solid #40668A;

}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:8px 11px 0 12px;
}
	
ul#menu li a:hover
{	
	color:#333;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

#content ul {
list-style-image: url(/images/bullet.gif);
vertical-align:bottom;
vertical-align:middle;
}
                    
#downloads ul {
list-style-image: url(/images/pdf.gif);
vertical-align:bottom;
}
#downloads a {
padding-left:4px;
}
#downloads h1 {
margin-left:8px;
}