/*
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: url('../img/bg.jpg') top left repeat fixed;
  margin-top:30px;
  margin-bottom:30px;
  color:#333333;
}

A:link {
	COLOR: #000000; text-decoration: none;font-weight:bold
}
A:visited {
	COLOR: #3667CD; text-decoration: none;font-weight:bold
}
A:active {
	COLOR: #000000; text-decoration: none;font-weight:bold
}
A:hover {
	COLOR: #B70000; text-decoration: none;font-weight:bold
}

#page_wrapper {
  background: url('../img/page_bg.jpg') top left; repeat;
  margin-left: auto; 
  margin-right: auto;
  width: 840px;
  text-align: left;
  border: 0px solid;#D8CEC5;
}

#page_header {
  height: 170px;
  background: #63657F url('../img/header.jpg') top left no-repeat;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: monotype corsiva;
  font-size:36px;
  font-weight:bold; 
  color: #000000;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:40px;
  padding-left:50px;
padding-right:30px;
font-family: Times New Roman;
  font-size:28px;
  color: #63657F;
  font-weight:bold;  
  letter-spacing:1pt; font-style:italic;  
}

#menu_bar {
  height:30px;
  background: #494965 url('../img/menu_bg.jpg') top left no-repeat;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 3px;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:11px;
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-left: 1px solid #BBB774;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
  background: transparent url('../img/content_bg.jpg') top left no-repeat;
}

#left_side {
  float:left;
  width:680px;
}
  
#left_side h1 {
  margin-left:100px;
  margin-right:100px;
  font-family: verdana;
  text-align: center;
  margin-top:40px;
  margin-bottom:10px;
  font-size:24px;
  font-weight: bold;
  line-height:26px;
  color: #AC413E;
}
  
#left_side h2 {
  margin-left:35px;
  margin-right:35px;
  font-family: verdana;
  text-align: center;
  margin-top:30px;
  margin-bottom:20px;
  font-size:18px;
  font-weight: bold;
  line-height:20px;
  color: #AC413E;
}
#left_side h3 {
  margin-left:35px;
  margin-right:20px;
  font-family: verdana;
  text-align: left;
  margin-top:20px;
  margin-bottom:10px;
  font-size:13px;
  font-weight: bold;
  line-height:18px;
  color: #000000;
}
#left_side h4{
  margin:0px 5px;
  text-align:justify;
  text-indent:10px;
  font-family:Verdana;
  font-size:11px;
  font-weight: normal;
  line-height:14px;
  color:#000000;
  margin-right:8px;
  margin-left:8px
}
#left_side h5 {
  margin-left:5px;
  margin-right:5px;
  font-family: verdana;
  text-align: center;
  margin-top:5px;
  margin-bottom:0px;
  font-size:13px;
  font-weight: bold;
  line-height:18px;
  color: #000000;
}
#left_side h6 {
  margin-left:5px;
  margin-right:5px;
  font-family:Verdana;
  text-align: center;
  margin-top:0px;
  margin-bottom:5px;
  font-size:10px;
  font-weight: normal;
  text-indent:0
  line-height:14px;
  color: #000000
}

  #left_side li {margin-left:20px; margin-right:30px; text-indent:0px; text-align: justify;
font-family: verdana;font-size:12px;color: #000000;line-height:18px;margin-top:5px;}

  
#left_side p {
  text-align: justify;
  text-indent:15px;
  margin-left:25px;
  margin-right:25px;
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  color: #000000; margin-top:0px; margin-bottom:3px
}


#right_side {
  float:right;
  width:160px;
}
#right_side li {margin-left:-10px; margin-right:10px; padding-right:10px; padding-right:0px;
font-family: verdana;font-size:11px;color: #150567;line-height:13px;margin-top:12px;}

  
#right_side h3 {
  margin-right:10px;
  margin-left:10px;
  margin-top:15px;
  margin-bottom: 15px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #63657F;
  padding:4px;
  border:1px solid #4B5A38;
   
 
}
  
#right_side p {
  margin:5px;
  margin-left:10px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #150567;
}

#page_footer {
  height: 140px;
  background: #63657F url('../img/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 {
  margin:0; text-align:center;
  padding-top:20px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3; text-indent:0
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

}
