/* CSS Document */


body {
	text-align:center;
	background-color:  #A8580F; 
	height: auto;
	
	
}

.container
{
	margin-left:auto;
	margin-right:auto;
	width:726px;
	text-align:left;
	background-color:#fff;
	padding:3px;
	border: 1px #584520 solid;
}

.header
{
	margin-left:auto;
	margin-right:auto;
	width:720px;
	height:100px;
	text-align:left;
	background-color:#fff;
	margin:3px 3px 3px 3px;
	padding:0px;
}

.bannerimage
{
	margin-left:auto;
	margin-right:auto;
	width:720px;
	height:110px;
	text-align:center;
	background-color:#fff;
	margin:3px 3px 3px 3px;
	padding:0px;

}


.navbar
{
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:0px;
	text-indent:0px;
	width:720px;
	height:40px;
	text-align:center;
	background-color:#F0CF44;
	margin:0px 3px 0px 3px;
	margin-bottom: 3px;
}

.contentcontainer
{
	margin-left:auto;
	margin-right:auto;
	width:720px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#584520;
	background-color: #FFFFFF;
	padding:0px;
	text-indent:0px;
	margin:0px 3px 0px 3px;
	
} 

.content
{
	position:relative;
	top:10px;
	left: 34px; 
	width:645px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:0px 0px 20px 0px;
	text-indent:0px;
	margin:0px;
	min-height:100%;
	overflow:auto;
}

* html .content {
	margin-bottom: 10px; /* IE hack */
}



.buttons
{
	text-align:center;
	margin-left:0px;
	position:relative;
	top:8px;
	display:block;
	padding:0px;
	text-indent:0px;
	
}
ul.buttons
{
	padding:0px;
	text-indent:0px;
	margin:0px;
}

ul.buttons li
{
	display:inline;
	padding:0px;
	text-indent:0px;
	margin:0px;
}

 ul.buttons li a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #A8580F;
	text-decoration: none;
	background-color: #ffffff;
	line-height:26px; /* causes text in nav buttons to center vertically */
	padding: 4px 3px 4px 3px;
	border: 1px solid #A8580F;
	background-repeat: no-repeat;
} 

 ul.buttons a:hover, ul.buttons a:active 
{
	background-color: #A8580F;
	color: #ffffff;
	border: 1px solid #A8580F;
} 


a:link {color: #A8580F}
a:visited {color: #A8580F}
a:hover {color: #A8580F}
a:active {color: #A8580F}


/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .7em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url(images/footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

