body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #330000;
	background-color: #E1DACC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}	

li {
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style: disc;
	list-style-position: outside;
	line-height: 13px;	
}

#navigation {
    margin: 0px 0px 0px 30px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
}

#navigation p {
    margin: 2px 0px 2px 0px;
	text-align: center;
}

#navigation a:link {
	text-decoration: none;
    color: #FFFFFF;
	
}
#navigation a:visited {
	text-decoration: none;
    color: #FFFFFF;
	
}
#navigation a:hover, #navigation a:active, #navigation a:focus {
	text-decoration: underline;
	color: #FFFFFF;
}

.navbkgd {
	background-image: url(assets/navigation_bkgd.jpg);
}
	
#maincontent {
	margin: 15px 0px 0px 0px;
}

#maincontent p {
	margin: 0px 0px 8px 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#maincontent a:link {
	font-weight: bold;
	text-decoration: none;
	color: #330000;
}
#maincontent a:visited {
	font-weight: bold;
	color: #330000; 
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {
	font-weight: bold;
	color: #330000;
	text-decoration: underline;
}

.mainCenter {
	height:100%;
}

.background {
	background-image: url(assets/bkgd_image.jpg);
	}

h1 	{
	margin: 0px 0px 12px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330000;
	line-height: 20px;
	text-transform: none;
}

h2 	{
	margin: 0px 0px 12px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996633;
	line-height: 16px;
	text-transform: none;
}

.border {
	border: 2px solid #330000;
}

.line {
	border-bottom: 1px solid #330000;
}

.footer {
	font-weight: normal;
	font-size: 9px;
	color: #330000;
	line-height: 24px;

}

.footer a:link {
	text-decoration: none;
	color: #330000;
}
.footer a:visited {
	color: #330000; 
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #330000;
	text-decoration: underline;
}

