
/* Layout Stylesheet */ 

/* colors
maroon: 660000
light tan: CCCC99
dark tan: CC9933
dark green: 336633
*/


.tablebackground {
background:#DFD187;
}

.navtext {
color:#DFD187;
font-weight:bold;
font-size:12pt;
font-family:arial;
text-decoration:none;
line-height: 26pt;
padding: 10px;
border-right: 1px solid #DFD187;
}

a.navtext:hover {
color: #660000;
text-decoration: none;
background-color: #DFD187;
}

.footertext {
color:#DFD187;
font-weight:normal;
font-size:10pt;
font-family:arial;
text-decoration:none;
}

.contentbackground {
background:#ffffff;
}

.trimbackground {
background:#660000;
}

body {
 margin:0px;
 background:#CCCC99; /*#ECE4BE */;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #660000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:100px;
 background:#DFD187;
 color: #333333;
 }

#hdr-l-col {
 float:left;
 color: #333333;
 width:150px;
 }

#hdr-cont {
 width:650px;
 color: #333333;
 text-align:left;
 }

#bar {
 height:1px;
 background:#660000;
 color: #333333;
 border:solid #660000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #DFD187;
 color: #333333;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 color: #333333;
 width:147px;
 padding-left:2px;
 }

#cont {
 width:650px;
 background:#ffffff;
 color: #333333;
 border:solid #660000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#DFD187;
 color: #333333;
 border:solid #660000;
 border-width:1px 0 0 0;
 margin:0;
 }
