/* Local 520 CSS Document */

body {
 margin:0 20px 20px 20px;
 background-color:#F3EFE0;
 color: #333333;
 text-align: center;
 padding:0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }

h3 {
 margin:0;
 padding:15px;
 color:#017A65;
 }

p {
 margin:0;
 padding:15px;
 } 

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
#container {
 text-align:left;
 /*border-top: 1px solid #91908F;*/	
 width:760px;
 margin:auto;
 }

#header {
 background-image:url(images/header-copy.gif);
 background-repeat:no-repeat;
 color: #333333;
 border:solid #91908F;	
 border-width:0 1px 0 1px;
 height: 110px;
 }
.loginbox {
 position:relative;
 top: 20px;
 height:110px;
 width:135px;
 font-size:10px;
 right:-620px;
 }
 
#bottomheaderbar {
 height:5px;
 width:758px;
 background:#323232;
 color: #ffffff;
 border-top: solid #323232;
 border-bottom: solid #323232;
 border-left:solid #91908F;
 border-right:solid #91908F;	
 border-width:1px 1px 1px 1px;
 overflow:hidden;
 }
 

 
#bodyblock {
 position:relative;
 background-image:url(images/bodyblockbg.gif);
 /*background-color: #D6D6D6;*/
 color: #333333;
 width:758px;
 border:solid #91908F;	
 border-width:0 1px 0 1px;
 padding:0;
 overflow:hidden;
 }
 
/********drop shadow*******/ 
.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
  
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
  
.ltin {
  left:-5px;
  }
  
.tpin {
  top:-5px;
  }
  
.narrow {
 width:8em; /* change to suit */
 } 
 
/*h4 {
 font-weight:bold; color:#000;
 }*/
/**************************/

#nav {
 margin-top:30px;
 float:left;
 background:#D6D6D6;
 color: #333333;
 width:149px; 
 text-align:left;
 }
 
/*#leftcolumn h4 {
 text-align:center;
 color:#333333;
 } 

#leftcolumn a {
 padding-left:8px;
 text-decoration:none;

 }
 
#leftcolumn a:link, a:active, a:visited {
 color: #CC0000;
 }

#leftcolumn a:hover {
 color:Navy;
 background-color:#FFD5DC;
 }
*/

#content {
 width:605px;
 background:#ffffff;
 color: #333333;
 border:solid #91908F;	
 border-width:0 0 0 0;
 text-align:left;

 }


#footer {
 height:auto;
 width:758px;
 padding-top: 3px;
 padding-bottom: 3px;
 background:#323232;
 color: #fff;
 border:solid #91908F;
 border-width:1px 1px 1px 1px;
 margin:0;
 }
 
#footerimage {
 float:left;
 width:45px;
 height:46px;
 position:relative;
 top:0px;
 left:45px;
 }
 
#footer2 {
 position:relative;
 width:760px;
 padding-bottom:3px;
 padding-top:3px;
 }
 
#footerleft {
 width:420px;
 float:left;
 font-size:9px;
 color:#333;
 }

#footerright {
 width:340px;
 float:right;
 font-size:9px;
 color:#333;
 }


