@charset "UTF-8";
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
color:#044694;
background-image:url(images/bk.jpg);
background-repeat:repeat;
text-align:center;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:x-large;
color:#044694;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:#61A519;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#295795;
}
#wrapper{
width:880px;
background-image:url(images/wrapperbk.jpg);
background-repeat:repeat-y;
text-align:left;
margin: 0 auto;
border-left:solid 1px #044694;
border-right:solid 1px #044694;
}

#masthead{
background-image:url(images/masthead.jpg);
background-repeat:no-repeat;
width:880px;
height:236px;
border-top:solid 1px #044694;
border-bottom:solid 1px #225107;
}
#masthead h1{
text-indent:-5000px;
}
#nav{
color:#044694;
font-weight:bold;
width:880px;
height:20px;
background-image:url(images/bk.jpg);
background-repeat:repeat;
text-align:center;
border-bottom:solid 1px #225107;
padding: 5px 0 5px 0;
}
#nav ul{
margin:0px;
}
#nav li{
list-style-type:none;
display:inline;
}
#nav a:link, #nav a:visited, #nav a:active{
padding:5px;
color:#044694;
text-decoration:none;

}
#nav a:hover{
color:#ffffff;
}
#sidebar{
float:left;
width:200px;
padding-left:5px;
}
#sidebar a{
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a img{
border:none;
}

#content{
color:#666666;
padding:5px;
margin-left:210px;
line-height:175%;
width:655px;
}
#content li{
list-style-image:url(images/bullet.gif);
font-weight:bold;
}
#content a:link, #content a:visited, #content a:active{
color:#044694;
text-decoration:underline;
font-weight:bold;
}
#content a:hover{
color:#29550f;
}
#content img{
	border:1px solid #CCCCCC;
	float:right;
	margin:8px;
}
#footer {
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:170px;
font-size:x-small;
font-weight:bold;
clear:both;
border-bottom:solid 1px #044694;
}
#footer p{
padding-top:100px;
padding-left:100px;
color:#29550f;
}
#footer a:link, #footer a:visited, #footer a:active{
font-weight:bold;
text-decoration:none;
color:#29550f;
}
#footer a:hover{
color:#024593;
}
