/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background-color: #1D311E;
  margin-top:30px;
  margin-bottom:30px;
  color:#333333;
  font-family: verdana;
  font-size:12px;
}
img.fright {
	border: none;
}
.fright {
	float: right;
	margin-left: 12px;
}
.feature {
	border: 1px solid #666;
	margin: 0 12px;
	padding: 4px 8px;
}
a:link {
	color: #000000; text-decoration: underline
}
a:visited {
	color: #000000; text-decoration: underline
}
a:focus, a:hover {
	color: #F3E7A9; background-color: #333; text-decoration: none
}
a:active {
	color: #000000; text-decoration: underline
}

#page_wrapper {
  background: #F3E7A9 url('../images/page_bg.jpg') top left;
  margin-left: auto; 
  margin-right: auto;
  width: 640px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 140px;
  background: #515230 url('../images/header.jpg') top left no-repeat;
}  

#page_header h1 {
  padding-top:36px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #1D311E;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;  
  color: #274329;
  margin:0px;  
}

#menu_bar {
  height:30px;
  background: #A5A162 url('../images/menu_bg.jpg') top left no-repeat;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
  background: transparent url('../images/content_bg.jpg') top left no-repeat;
}

#left_side {
  float:left;
  width:480px;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #A0410D;
}
  
#left_side p, #left_side ul {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  color: #333333;
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p, #right_side ul {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}
#right_side ul {
	margin-left: 16px;
	padding-left: 0;
}
#right_side li {
	padding-left: 2px;
}

#page_footer {
  height: 70px;
  background: #515230 url('../images/footer.jpg') top left no-repeat;
}  

#page_footer a:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer a:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer a:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer a:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:20px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}
table {
	border-collapse: collapse;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0 20px;
	padding: 0;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1.1em;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #E5E5CB;
}