body {
  text-align: center;
  background: #e8ecf6 url('../images/bg.jpg') top center no-repeat fixed;
  margin-top:30px;
  margin-bottom:30px;
  color:#c0c0c0;
}

A:link {
	COLOR: #eff; text-decoration: none
}
A:visited {
	COLOR: #eff; text-decoration: none
}
A:active {
	COLOR: #fff; text-decoration: none
}
A:hover {
	COLOR: #fff; text-decoration: underline
}

#page_wrapper {
  background: #f4f4ee 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: #f4f4ee url('../images/header.jpg') top left no-repeat;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #333;
  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: #333;
  margin:0px;  
}

#menu_bar {
  height:30px;
  background: #397fc4 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: #DEF;
text-decoration: none;
float: left;
border-right: 1px solid #204a72;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #f4f4ee;
}

#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, helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #333;
}
  
#left_side p, #left_side ul li  {
  margin:10px;
  margin-right:15px;
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  color: #333;
}

#right_side {
  float:right;
  width:150px;
  height:400px;
}
  
#right_side h3 {
  margin-right:10px;
  margin-top: 2px;
  margin-bottom: 5px;
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #DEF;
  background: #204a72 url('../images/footer.jpg') top left no-repeat;
  padding:4px;
  border:1px solid #3A3B22;
}

#right_side h4 {
  margin: 2px 10px 2px 2px;
  font-family: verdana, helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #3A3B22;
  padding:2px 4px;
  border-bottom:1px solid #3A3B22;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana, helvetica, sans-serif;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

#page_footer {
  height: 40px;
  background: #204a72 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
}

#left_side A:link {
	COLOR: #808080; text-decoration: none
}
#left_side A:visited {
	COLOR: #808080; text-decoration: none
}
#left_side A:active {
	COLOR: #5e8eb0; text-decoration: underline
}
#left_side A:hover {
	COLOR: #5e8eb0; text-decoration: underline
}


#page_footer p {
  text-align:center;
  padding-top:12px;
  font-family: verdana, helvetica, sans-serif;
  font-size:11px;
  line-height:16px;
  color: #DEF;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

#navcontainer ul li a#current {
 	color: #222;
	font-size:14px; 
	padding: 0em 1em;
}
  
