body {
	text-decoration: none;
	margin:0;
	padding:0px 0 0 0;
	background-image: url(img/space.jpg);
	font-size:1.2em;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;

}

#container{
width:726px;
margin:0;
margin-left:auto; 
margin-right:auto; 
padding:10px;
background: #000000;
color:white;
}

#headerbox{
height:140px;
width:746px;
background:url(img/davhead3.jpg) no-repeat top left;
margin-right:auto;
margin-left:auto;
margin-top:45px;
padding:0;
}

#banner{
border:#990099 1px solid;
height:30px;
width:734px;
margin-left:auto;
margin-right:auto;
margin-top:3px;
padding:6px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
font-size:16px;
}

#centerbox{
width:540px;
margin:0;
padding:0px;
float:left;
text-align:justify;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:12px;
color:#ffffff;
margin-left:8px;
}

#redheader{
width:474px;
float:left;
text-align:right;
padding:9px;
background-color:#A30000;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:14px;
font-weight:bold;
color:#C2B8AF;
}

#sidebox{
width:180px;
float:right;
border:0px;
margin-right:21px;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:10px;
color:#000;
}

.sideheader{
width:180px;
text-align:right;
padding:5px;
border: none 0; 
border-top: 1px dashed #666666;
border-bottom: 1px dashed #666666;
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:11px;
font-weight:bold;
color:#fff;
}

.sidebox2{
width:180px;
padding:3px;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:11px;
color:#fff;
border:0px;
}


.whiteborder {
border: 3px solid white;
margin-bottom:25px;
}

#footer{
clear:both;
padding:6px;
margin:0;
text-align:center;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:10px;
color:#6F0000;
}

A:link{color:#ffff00; text-decoration:none;}
A:hover{color:#A30000; text-decoration:underline;}
A:active{color:#6F0000; text-decoration:none;}
A:active:hover{color:#A30000; text-decoration:underline;}
A:visited{color:#ffff00; text-decoration:none;}
A:visited:hover{color:#A30000; text-decoration:underline;}

h3 {
font-family:'Lucida Grande', sans-serif, Arial, Helvetica;
font-size:10pt;
font-weight:bold;
color:#fff;
}

b {
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;
}

input,textarea,select {
border:#A30000 1px solid;
background-color:#E9E4DF;
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:8pt;
color:#6F0000;
}



/* CSS MENU EFFECT */
/* from Listamatic - Eric Meyer */

#navcontainer
{
padding:5px;
margin:0;
width:100px;
height:190px;
margin-left:530px;

}


 #navlist
{
color: black;
padding: 0px 0px 0px;
margin-left: 0px;
margin-top: 0px;
font: bold 11px Verdana, Helvetica, sans-serif;
width: 190px;
}

#navlist li
{
list-style: none;
margin: 0;

text-align: right;
}

#navlist li a
{
display: block;
width:190px;
padding: 0.25em 0.5em 0.25em 0.75em;
color: black;

text-decoration: none;
}

#navlist li a:link { color: black; }
#navlist li a:visited { color: black;}

#navlist li a:hover {
border: none;
color:#FF0000;
}

.yellow {
	color:yellow;
}

.big {font-size:1.5em;
}

.red {color:#F00;
}