@charset "UTF-8";
/* Hix CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 { padding: 0; }
h1, h5, h6 { display: none; }
h2 { /* used for main page titles */
	font-size: 24px;
	font-weight: lighter;
	margin: 0px 0px 25px;
}
h3 { /* used for subheadings on content pages */
	color: #990000;
	font-size: 18px;
	font-weight: lighter;
	margin: 20px 0px 0px;
}
#container {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#header, #navi, #banner, #sidebar, #footer { display: none; }

#content {
	background-color: #FFFFFF;
	background-image: url(images/bg-content.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#content a:link, #content a:visited {
	color: #990000;
	border-bottom: thin dotted #000000;
	text-decoration: none;
}
#content a:hover, #content a:active {
	border: none;
}
/* --- MAIN CONTENT AREA --- */
#maincopy {
	width: 100%;
	padding: 10px;
}
/* --- FOR IE 6 --- */
*html #maincopy { padding: 5px; }
/* ----------------------------- */

#maincopy p {
	margin: 2px 2px 10px;
	padding: 0px;
	line-height: 22px;
}
#maincopy ul, #maincopy ol { line-height: 18px; }
#maincopy ul { margin: 0px 0px 30px; }

#clearit { width: 1px; clear: both; }