/* CSS Document */


#border { 
border: #b4bdc4 solid 1px;
width:930px;
height:550px;
}

#header { text-align:left;
width:862px;
margin-top:25px;
}

#nav {
width:867px;
margin-top:10px;
text-align:left;
}

#content { width:842px;
height:390px;
text-align:center;
}

#contentheader { width:842px;
height:20px;
text-align:right;
margin-top:4px;
} 

#content2 { text-align:left;
}

#line {border-bottom: dashed #b4bdc4 1px;
margin-top:8px;
width:862px;
text-align:center;
}

.header {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#b4bdc4;
font-size:11px;
}

.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}

.text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}