/*
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: #797979 no-repeat fixed center top;
  margin-top:0px;
  margin-bottom:30px;
  color:#333333;
}

A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000
}

#page_wrapper {
	background: #FFFFFF left top;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #333333;
	width: 850px;
}

#page_header {
	height: 120px;
	background: #FDFDFD no-repeat left top;
	padding-top: 20px;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #FCF8E3;
  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: #E2D179;
  margin:0px;  
}

#menu_bar {
	height:20px;
	background: #E8E8E8 no-repeat left top;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:2px;
background-color: transparent;
color: #000000;
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
{
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #666666;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	padding-top: .2em;
}

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

#content_wrapper {
  background: transparent no-repeat left top;
}

#left_side {
  float:left;
  width:200px;
}
  
#left_side h3 {
  margin:0px 15px 10px 10px;
  font-family: verdana;
  font-size:20px;
  font-weight: bold;
  line-height:18px;
  color: #666666;
}
  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  color: #333333;
}

#right_side {
	float:right;
	width:620px;
	text-align: left;
}
  
#right_side h3 {
	margin-right:10px;
	margin-bottom: 5px;
	font-family: verdana;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	color: #666666;
	padding:4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
  
#right_side p {
  margin:5px 20px 15px 5px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

#page_footer {
  height: 70px;
  background: #CCCCCC no-repeat left top;
}  

#page_footer A:link {
	COLOR: #000000; 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: #333333;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

  
 
 
#right_side h2 {
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	line-height:normal;
	color: #666666;
	padding:0px 0px 0px 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
