body {
	background: #800000;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
}

.border {
	border: 3px solid #000000;
	width: 900px;
	background-color: #FFFFFF;
}

.nav {
	padding: 20px 10px;
	width: 200px;
	vertical-align: top;
}

.content {
	padding: 15px 25px 15px 10px;
	width: 700px;
	vertical-align: top;
	height: 600px;
}

h1 {
	color:#800000;
	font-size: 14px;
	font-weight: bold;
}

p {
	color:black;
	font-size: 12px;
}

.small {
	color:#FFFFFF;
	font-size: 10px;
}

.foot {
	color:#999999;
	padding: 10px;
	text-align: center;
	font-size: 11px;
}

a.footer:link, a.footer:visited, a.footer:active {
	color:#999999;
	font-size: 11px;
	text-decoration: none;
 }
 
a.footer:hover {
	color:#999999;
	font-size: 11px;
	text-decoration: underline;
 }
 
.cr {
	color:#999999;
	font-size: 11px;
}

.blsmall {
	color:#000000;
	font-size: 10px;
	font-weight: bold;
}

a:link, a.visited {
	text-decoration: none;
	color: #800000;
}

a:hover{
	text-decoration: underline;
	color: #800000
}

li {
	list-style:square;
	line-height: 18px;
}

.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	margin: 0 5px;
}
