body {
	background-color: #fff;
	background-image: url(../images/mainbackground.gif);
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}

P, TD, DIV {
	font-size: 12px;
}

H1 {
	font-family: Times New Roman; 
	font-size: 20px;
	color: #DD3033;
	text-align: center;
}

.h1 {
	font-family: Times New Roman; 
	font-size: 20px;
	color: #DD3033;
	text-align: center;
}

H2 {
	font-family: Arial; 
	font-size: 16px; 
	color: #000; 
}

.h2 {
	font-family: Arial; 
	font-size: 16px; 
	color: #000; 
}

H3 {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}

a:link {
	font-family: Arial, serif;
	font-style: normal;
	color: rgb(0,0,0);
}

a:visited {
	font-family: Arial, serif;
	font-style: normal;
	color: rgb(0,0,0);
}

a:active {
	font-family: Arial, serif;
	font-style: normal;
	color: rgb(0,0,0);
}

a:hover {
	font-family: Arial, serif;
	font-style: normal;
	color: rgb(235,108,27);
}

.small {
	font-size: 10px;
}

.bullet {
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px; 
	list-style: url(../images/redbullet.gif);
}

.padded {
	padding-top: 10px;
	padding-left: 10px; 
	padding-right: 10px; 
}
.style1 {
	color: #000000;
	font-weight: bold;
}

UL.red {
	color:#900;
	list-style-type: disc;
}

.black {
	color: #000;
}

/* = start header css ============== */
#header {
	position: absolute;
	top: 0;
	left: 0;
}
/* = end header css ============== */

/* = start mainbody css ============== */
#mainbody {
	position: absolute;
	top: 101;
}
/* = end mainbody css ============== */

/* = start nav css ============== */

#navtable {
	width: 172px;
	background-image: url('/images/leftbg.gif');
	background-repeat : repeat-y;
	position: absolute;
	top: 101px;
	left: 0;
	padding-bottom: 10px;
}

#navtable LI {
	color: #f00;
	list-style-position: outside;
	margin-left: -20px;
	margin-bottom: 10px;
}

#navtable LI A {
	color: #000;
}

#navtable B, P, TD, Strong, UL {
	color: #000;
}

.navsmall {
	color: #000;
	font-size: 9px;
}

#navtable LI UL LI {
	margin-bottom: 0px;
}

/* = end nav css ============== */

/* = start footer css ============== */
#footer {
	border-top: solid 1px #000;
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}
/* = end footer css ============== */

#leftnav {
	width: 172px;
}

#maincontent {
	width: 608px;
	height: 1000px;
}
