html {overflow-y: scroll;}

body {
  text-align:center;
  background-color:#1D335C;
  margin-top:30px;
  margin-bottom:30px;
  color:#1D335C;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #3052BC; text-decoration: none; }
a:visited {	color: #3052BC; text-decoration: none; }
a:active { color: #1D335C; text-decoration: none; }
a:hover { color: #1D335C; text-decoration: underline; }

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

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

#menu_bar {
  height:30px;
  background-image: url('../menu_bg.gif');
  background-repeat: repeat-x;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #FEA;
float: left;
width: 100%;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em .5em;
background-color: transparent;
color: #FEA;
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:640px;
}
  
#left_side h1 {
  margin:10px;
  margin-right:15px;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #1D335C;
}

#left_side h2 {
  margin:10px;
  margin-right:15px;
  font-size:12px;
  font-weight: bold;
  color: #1D335C;
}
  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-size:12px;
  line-height:18px;
  color: #1D335C;
}

a#back {
  font-size:10px;
  text-decoration: none;
}

#left_side table { padding: 0 10px; }

#left_side td {
  font-size:12px;
  color: #1D335C;
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h1 {
  margin-right:10px;
  margin-bottom: 5px;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FFC;  
  background: #663;
  padding:4px;
  border:1px solid #1D335C;
}
  
#right_side p {
  margin:5px;
  padding-right:10px;
  font-size:11px;
  line-height:16px;
  color: #1D335C;
}

#left_side ul {
  font-size:12px;
  padding: 0;
  margin:0 20px;
}

#left_side ul li a {
  text-decoration: underline;
}

#right_side ul {
  font-size: 11px;
  padding: 0;
  margin:0 0 0 7px;
}

#right_side li, #left_side li {
  list-style-position: inside;
}

#right_side ul li a {
  text-decoration: none;
}

#right_side a:hover, #left_side a:hover {
  text-decoration: underline;
  color:#1D335C;
}

#left_col {
	float: left;
	width: 50%;
}

#right_col {
	float: right;
	width: 50%;
}

#page_footer {
  height: 70px;
  background: #CBBA96 url('../images/footer.jpg') top left no-repeat;
  border-top:1px solid #174C82;
}  

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

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

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