body {
	margin: 0;
	padding: 0;
	background-color: #d0c281;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	}
a:link { 
	text-decoration: underline; 
	color: #960000;
	}
a:visited { 
	text-decoration: underline; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
.spacer {
	clear:both;
	font-size:1px;
}
/* Menu Box (see verticalmenu.css for actual menu layout) */
#linkList {
	top: 21px;
	margin-left: 583px;
	position: absolute;
	width: 200px;
	left: 12px;
	padding: 0;
	z-index: 600;
	}
#linkMenu {
 	width: 200px;
	}

/* OTHER STYLES */
.indentbox {
	width: 780px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.textColor {
	font-weight: bold;
	color: #960000;
	font-size: 12px;
	}
.textColor1 {
	font-weight: bold;
	color: #2b1f1c;
	font-size: 12px;
	}
.indent {
	text-indent: 25px;
	}
.headline {
	font-weight: bold;
	color: #960000;
	font-size: 16px;
	}
.headline1 {
	font-weight: bold;
	color: #2b1f1c;
	font-size: 16px;
	}
.textheadline {
	font-weight: bold;
	color: #960000;
	font-size: 14px;
	}
.textheadline1 {
	font-weight: bold;
	color: #2b1f1c;
	font-size: 14px;
	}
/* FOOTER STLYES */
#footer {
	text-align: center;
	margin-top: 5px;
	width: 790px;
	margin-left: 10px;
	font-size: 10px;
	}
#footer a:link {
	text-decoration: underline; 
	color: #2b1f1c;
	}
#footer a:visited { 
	text-decoration: underline; 
	color: #000000;
	}
#footer a:hover, #footer a:active { 
	color: #000;
	}
.line {
	width: 720px;
	padding-left: 60px;
	padding-bottom: 4px;
	border-top: 4px dotted #2b1f1c;
	}
.redtextcolor {
	color: #960000;
	}