body {
  text-align: center;
  background: #aeb9ce url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:30px;
  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: #990000; text-decoration: none;
}

#page_wrapper {
  background: #8F9EBB url('../img/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: #AEB9CE url('../img/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: #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:30px;
  background: #006ABC url('../img/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: 105%;
font-family: verdana, helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

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

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

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

.imgborder {
  border:1px solid #004C7F;
}

.left_side {
  float:left;
  width:480px;
}

.left_side h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
	color:#09A4DF;
	margin:10px;
	margin-top:-5px;
	}
  
.left_side h3 {
  margin-top:0;
  margin-left:10px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #971750;
}
  
.left_side p, td {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  color: #002F4F;
}

.left_side a:link {
  color:#000000;
  text-decoration:underline;
}

.left_side a:hover {
  text-decoration:none;
  color: #990000;
}

.text {
  margin:0;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  line-height:18px;
  color: #002F4F;
}

.text li {
  margin-left:-30px;
  *margin-left:10px;
  padding-left:18px;
  list-style:none;
  background:url(../img/logobullet.png) no-repeat;
}

#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: #09a4df;
  padding:4px;
  border:1px solid #004C7F;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #002F4F;
}

#right_side a:link{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #002F4F;
  }
  
 #right_side a:hover{
  color:#990000;}

.alert {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold; 
  font-size:34px;
  color:#FFFF00;
  margin-top:4px;
  margin-bottom:6px;
}

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

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

#page_footer p {
  padding-top:15px;
  padding-right:10px;
  text-align:right;
  font-family:"Times New Roman", Times, serif;
  font-style:italic;
  font-size:14px;
  color: #FCF8E3;
}

#siteby {
  margin-left: auto; 
  margin-right: auto;
  padding-top:5px;
  width: 640px;
  text-align: right;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#DCE0E9;
}

#siteby a:link, a:active, a:visited {
	color: #fff; 
	text-decoration: underline;
}

#siteby a:hover {
	text-decoration:none;
}

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

.title {color:#0069B7; font-weight:bold;}