body {
  text-align: center;
  background-color: #56626F;
  margin-top:10px;
  margin-bottom:10px;
  color:#010101;
}

A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:active {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 750px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.gif') top left repeat-y;
}

#page_header {
  height:181px;
  background: #FFFFFF url('../img/gold-header.jpg') bottom left no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family:arial;
  font-size: 24px;
  color: #FBD539;
  line-height:26px;
  letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-family:arial;
  font-size: 12px;
  color: #D5D0B0;
  line-height:22px;
}

#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #FFFFFF url('../img/menu_bg.gif') bottom left no-repeat;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}

#center {
  margin-left:10px;
  margin-right:10px;
  border:0px dashed #cccccc;
  background: #CCCCCC
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family:arial;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family:arial;
  font-size: 11px;
  line-height: 16px;
}




#page_footer {
  height: 60px;
  background: #3D82CF;
  clear: both;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
  border-bottom:1px solid #252525;
}

#page_footer p{
 margin-top:5px;margin-bottom:5px;
  padding:5px;
  font-family:arial;
  font-size: 12px;
  line-height: 16px;
 
  color:white;
}

.navbar a
{
width: 90px;
height: 14px;
display: block;

//padding: 4px; /* Netscape 4 needs this for some inexplicable reason */

padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;

color: #ffffff;
text-decoration: none;

background-image: url("../img/blue.gif");
background-color: #56626F;

border-left-color: blue;
border-top-color: blue;
border-bottom-color: black;
border-right-color: black;

border-left-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-right-style: solid;

border-left-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}

.navbar a:visited
{
color: #ffffff;
text-decoration: none;
}

.navbar a:active
{
color: #ffffff;
text-decoration: none;
}

.navbar a:hover
{
border-left-color: black;
border-top-color: black;
border-bottom-color: blue;
border-right-color: none;

padding-top: 5px;
padding-left: 5px;
padding-bottom: 3px;
padding-right: 3px;

display: run-in;

color: #ffffff;
text-decoration: none;
background-color: #0000ff;
background-image: url("../img/blue_reverse.gif");
}

#page_footer A:link {
padding:5px;
	COLOR: #090909; text-decoration: underline
}
#page_footer A:visited {padding:5px;
	COLOR: #090909; text-decoration:underline
}
#page_footer A:active {padding:5px;
	COLOR: #090909; text-decoration:underline
}
#page_footer A:hover {padding:5px;
	COLOR: #090909; text-decoration:underline
}


#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('../img/bar.png') top right no-repeat;  
  color: White;
  float: left;
  width: 100%;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
    padding-top: 5px;
  padding-bottom: 7px;
  padding-left:30px;
  padding-right:30px;
  background-color: transparent;
  color:#3E3E3E;
  text-decoration: none;
  float: left;
  border-right: 1px solid #041626;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #155382;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:arial;
  font-size:10px;
}

#linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}
img {
	background: #ffffff;
	border: 2px dotted #d5dce3;
	padding: 3px;
	}