body {
  text-align: center;
  background-color: #CDA778;
  margin-top:5px;
  margin-bottom:10px;
  color:#000000;
}

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: 760px;
  text-align: left;
  background: #FFFFFF url('img/content_bg.gif') top left repeat-y;
  border:1px solid #000000;  
}

#page_header {
  height: 110px;
  background: #DEB887 url('img/header.gif') top left no-repeat;
  clear: both;
}


#menu_bar {
  margin:0px;
  padding:0px;
  height:31px;
  clear:both;
  background: #DEB887 url('../img/bottom-bar.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:160px;
  margin-right:0px;
  border:0px dashed #cccccc;
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #6495ED;
}

#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}


  
#center_bottom p {
  text-align: center;
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#left_side {
  float: left;
  width:140px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  text-align:center;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #6495ED;
}

#left_side p {
  margin-top:5px;
  margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}


#site_list {
  border-top: 1px solid #425227;
  border-left: 1px solid #425227;
  border-right: 1px solid #425227;
  border-bottom: 1px solid #425227;
}



#page_footer {
  height: 40px;
  background: #6495ED;
  clear: both;
  border-top: 1px solid #425227;
}

#page_footer p {
  text-align:center;
  font-family: verdana;
  font-size: 10px;
  color:#000000;
}

#page_footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}


#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('../img/bar.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: #0000CD;
  text-decoration: none;
  float: left;
  border-right: 1px solid #0000CD;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #fff;
}

#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:verdana;
  font-size:10px;
}


#linklist A:link {
	COLOR: #C86000; text-decoration: none
}
#linklist A:visited {
	COLOR: #C86000; text-decoration: none
}
#linklist A:active {
	COLOR: #C86000; text-decoration: none
}
#linklist A:hover {
	COLOR: #C86000; text-decoration: underline
}

label,input,text{
	display: block;
	width: 500px;
	float: left;
	margin-bottom: 5px;

}

label {
	text-align: left;
	width: 500px;
	padding-right: 20px;
	font-weight: bold; 

}

#myform br {
	clear: left;
}


label,textarea {
	display: block;
	width: 500px;
	float: left;
	margin-bottom: 5px;
}


#verify_this {
	width: 150px;
	margin-top:0px;
	margin-bottom:5px;
	padding:4px;
	border: 1px solid #000000;
	background: #ffffff url('fonts/font_back.gif') top left;
}

input.btn{
   color:#ffffff;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#6495ED;
   border:1px solid;
   border-top-color:#CCFFFF;
   border-left-color:#CCFFFF;
   border-right-color:#6600CC;
   border-bottom-color:#6600CC;
   }



