html, body {
	margin: 0;
	padding: 0;
	background: url(images/body_bg.gif) repeat-x #F1EADC;
}

.hidden {
	display: none;
}


#page-container {
	width: 750px;
	margin: auto;
}

/*-----------header----------*/

#header {
	background: url(images/logo.gif) no-repeat;
	height: 150px;
}



/*-----------main navigation----------*/

#main-nav {
	margin: 0;
	padding:  0;
	line-height:normal;
	height: 36px;
}

#main-nav ul
{
padding: 0;
margin: 10px 0 0 0;
list-style-type: none;
width: 750px;
text-align: center;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: normal;
height: 36px;
}

#main-nav li { display: inline; }

#main-nav li a
{
text-decoration: none;
color: #F1EADC;
padding: 7px 10px 5px 10px;
}

#main-nav li a:hover
{
border-bottom: 2px solid #F1EADC;
color: #fff;
}

#main-nav li a#current
{
border-bottom: 2px solid #F1EADC;
color: #F1EADC;
}

/*-----------sidebar stuff----------*/


#sidebar-a {
	float: right;
	width: 255px;
	padding-top: 20px;
}

#sidebar-a h1{
	margin: 0;
	width: 255px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #8F0425; 
	border-top: 1px solid #d6d6d6; 
	border-bottom: 1px solid #d6d6d6; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	text-align: center;
}

#sidebar-a h2{
	margin: 0 0 10px 0;
	width: 255px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #8F0425; 
	border-top: 1px solid #d6d6d6; 
	border-bottom: 1px solid #d6d6d6; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	text-align: center;
}

#sidebar-a h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.6em;
text-align: center;
margin-bottom: 10px;
font-weight: normal;
}

#sidebar-a p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 150%
	color: #34486F;
	}

/*-----------submenus-----------*/
	
	#submenu {
	width: 255px;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	}

	#submenu li
	{
	border-bottom: 1px solid #d6d6d6;
	list-style-type: none;
	margin: 0 0 12px 0;
	}

	#submenu li a{
		padding: 3px 0 6px 3px;
		text-decoration: none;
		color: #8F0425;
		
	}
ul#submenu li span {
	display: block; 
	float: right; 
	padding: 1px 3px;
}		
	


/*-----------content----------*/

#content {
	margin-right: 280px;
}

#content h1, #content h2, #content h3 {
	margin: 10px 0;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #8F0425; 
	border-top: 1px solid #d6d6d6; 
	border-bottom: 1px solid #d6d6d6; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	width: 460px;
	text-align: center;
	}

#content h4 a, #content h4 a:visited{
padding: 5px;
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #8F0425;
text-decoration: none;
}

#content h4 a:hover{
	color: #8F0425;
text-decoration: underline;
}

#content p{
	margin: 0;
	padding: 5px 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #34486F;
	line-height: 140%;
	}
	
#content p a, #content p a:visited {
color: #8F0425;
text-decoration: none;
}

#content p a:hover {
color: #8F0425;
text-decoration: underline;
}
	
	.content_img {margin-top: 20px;}
	
#content table { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 3px;
	width: 460px;
	border-top: 1px solid #BC9D63; border-right: 1px solid #BC9D63;
	margin-bottom: 20px;
	}

#content table td.center_bg_brown_lite {text-align: center; background: #E0D2B9; border-left: 1px solid #BC9D63; border-bottom: 1px solid #BC9D63;}
#content table td.left_bg_white {text-align: left; background: #fff; border-left: 1px solid #BC9D63; border-bottom: 1px solid #BC9D63;}
#content table td.center_bg_white {text-align: center; background: #fff; border-left: 1px solid #BC9D63; border-bottom: 1px solid #BC9D63;}
#content table td.right_bg_white {text-align: right; background: #fff; border-left: 1px solid #BC9D63; border-bottom: 1px solid #BC9D63;}
#content table td.center_bg_brown_mid {text-align: center; background: #D8C6A5; border-left: 1px solid #BC9D63; border-bottom: 1px solid #BC9D63;}
#content table td.right_bg_brown_mid {text-align: right; background: #D8C6A5; border-left: 1px solid #BC9D63; border-bottom: 1px solid #BC9D63;}
#content table td.left_bg_brown {text-align: left; background: #D8C6A5; border-left: 1px solid #BC9D63; border-bottom: 1px solid #BC9D63;}

/*-----------footer stuff----------*/

#footer {
clear: both;
background: url(images/bottom_bg_sub.gif) repeat-x #34486F;
margin: 0;
}

#footer_content {
	width: 750px;
	margin: 20px auto 0 auto;
	color: #fff;
	background: url(images/footer_bg.gif) center top no-repeat #34486F;
	padding: 65px 0 30px 0;
}

#footer_content p{
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #95B6CE
margin: 0;
padding: 0;
}

#footer_content a, #footer_content a:visited
{
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
color:#95B6CE;
text-decoration: underline;
}

#footer_content a:hover{
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
color:#fff;
text-decoration: underline;
}

#footer_content ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

#footer_content li { display: inline; }

#footer_content li a{ font-size: 0.7em; margin-right: 15px; }


