/* CSS Document */

body

{

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

background-color:#cfcfcf;
	font-size:11px;

}

h1{
font-size:15px;
font-family: "Times New Roman";
color: #b01f2e;
font-weight:bold;
}


#wrapper{

	width:832px;

	margin-right:auto;

	margin-left:auto;

	text-align:left;
	

}

#header
{
width:832px;
height: 128px;
}

#horiznav
{
width:832px;
margin-top:5px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 13px;
font-family: "Times New Roman";
font-weight: normal;
background-color: #005971;
border-bottom: 3px solid #b01f2e;
}

#horiznav ul
{
display:inline;
list-style-type:none;
margin-left: 10px;
padding-left: 0;
}

#horiznav li
{
display:inline;
list-style-type:none;
margin-left: 0;

}
#horiznav a
{
color: #ffffff;
text-decoration:none;
padding:5px;
}

#horiznav a:hover
{
color: #ffffff;
background-color:#4d738a;
}



#image
{
margin-top: 5px;
margin-bottom: 5px;
width:832px;
height:182px;
}

#innerimage
{
margin-top: 5px;
margin-bottom: 5px;
width:832px;
height:125px;
}
 
#leftnav{
float:left;
width:150px;
}

#leftnav ul
{
display:block;
list-style-type:none;
text-align:left;
margin-left: 0;
padding-left: 0;
}

#contentbox
{width:832px;
margin-top: 5px;
background-color:#ffffff;
}

#content{
width:500px;
padding-left:15px;
padding-top:5px;
min-height:200px;
}
#content a
{
color: #000000;
text-decoration:underline;

}

#content a:hover
{
color: #000000;


}



#footer{
margin-top: 5px;
border-top: 3px solid #b01f2e;
background-color: #005971;
height:20px;
width:832px;
padding-top:5px;
padding-left:15px;
padding-right:15px;
padding-bottom:5px;

font-family: "Times New Roman";
font-size:11px;

color:#ffffff;
}


#footer a
{
color: #ffffff;
text-decoration:none;

}

#footer a:hover
{
color: #ffffff;
text-decoration:underline;
}