/* CSS Document */

body {
margin: 0px;
background-image: url(../img/bgtile.gif);
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#container
{
width: 760px;
margin: 0px auto;
background-color: #fff;
border: 2px solid #999;
border-top: 0px;
line-height: 130%;
}

#top
{
height: 80px;
}

#horizontalNav_1
{
height: 20px;
background-color: black;
padding: .5em;
color: #FFFFFF;
font-weight: bold;
}

#horizontalNav_2
{
height: 5px;
border-bottom: 1px solid #999;
padding: .5em;
text-align: center;
font-size: 11px;

}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
border-right: 1px solid #999;
}
/* style the links in vertical nav bar */
#leftnav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#leftnav ul a {
display: block;
width: 160px;
height: 23px;
line-height: 23px;
color: #000;
text-indent: 10px;
border-bottom: 1px solid #999;
text-decoration: none;
}

#leftnav a:hover {
background-color: #000;
color: #fff;
text-decoration: none;
}


#content
{
margin-left: 160px;
/*margin-right: 40px;
padding: 1em;*/
border-left: 1px solid #999;
}
#content_header 
{
text-align: center;
padding-top: 1em;
padding-bottom: 1em;
/*border-bottom: 1px solid #999;*/
}
#content_body
{
padding: 1em;
border-top: 1px solid #999;
}

#content_body a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
#content_body a:hover, a:active {
	color: #000;
	text-decoration: none;
}


#footer_1
{
clear: both;
margin: 0;
padding: .5em;
border-top: 1px solid #999;
height: 20px;
font-size: 11px;
padding-top: 10px;
text-align: center;
}


#footer_2
{
clear: both;
margin: 0;
padding: .5em;
border-top: 1px solid #999;
height: 20px;
text-align: center;
font-size: 11px;
padding-top: 10px;
color: #999;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

h1 {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	color: #CC0033;
	text-transform: uppercase;
}


/* style the links in vertical nav bar */
#leftnav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}