body {

	background-color: #990000;

	background-image: url(/graphics/img_page_background.jpg);

	background-repeat: repeat-x;

	background-position: top;

	margin: 0px;

}



/* DIV Layout Styles */

#masthead {

	position:absolute;

	left:0px;

	top:0px;

	width:800px;

	height:175px;

	z-index:1;

	overflow: hidden;

}

#navarea {

	position:absolute;

	left:0px;

	top:140px;

	width:155px;

	z-index:2;

	background-color: #000000;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 15px;

	color: #FFFFFF;

	background-image: url(/graphics/img_nav_top.png);

	background-repeat: no-repeat;

	background-position: top;

	padding: 5px;

}

#navarea h1 {

	padding: 0px;

	margin: 0px;

	font-size: 15px;

}

#content {

	position:absolute;

	left:175px;

	top:140px;

	width:676px;

	min-height: 400px;

	z-index:3;

	background-color: #FFFFFF;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	color: #111111;

	font-size: 13px;

	background-image: url(/graphics/img_content_pagetop.png);

	background-repeat: no-repeat;

	background-position: top;

	border-right-width: 5px solid #570100;

	padding: 5px;

	overflow: visible;

}

#content .cal {

	background-color: #111111;

	color:#111111;

	padding: 2px;

	font-size: 1.1em;

}

#content .cal td {

	background-color: #FFFFFF;

	color:#111111;

	font-size: 1.1em;

}

#content a:link, #content a:visited {color: #990000; text-decoration: none;}

#content a:hover {color: #111111; text-decoration: none;}

#content h1 {

	font-size: 18px;

	padding: 0px;

	margin: 0px;

}

#content .copy {

	font-size: 10px;

	font-weight: 800;

}

#content input, textarea, file, select {

	border: 1px solid #800000;

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

}

.nav {

	font-size: 11px

}

a:link, a:visited {

	color: #EDEDED;

	text-decoration:none

}

a:hover {

	color: #990000;

	text-decoration:none

}
ul li {
	margin-left:-10px;
}