body { background-color:#FFEE99; }

.mainlevel {
	display:block;
	padding-left:10px;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
	background:transparent url(../images/bg_mainlevel.gif) repeat-x center top;
}

a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited {
	color:#FFFFFF;
	text-decoration:none;
	line-height:25px;
}

a.mainlevel:hover { 
	background-color:#262626;
	color:#FFFFFF!important;
	text-decoration:none!important;
}

.mainlinks {
	font-size:12px;
	font-weight:regular;
	line-height:15px;
}

a.mainlinks:link {
	color:#FFEE99;
	text-decoration:underlined;
	line-height:14px;
}
a.mainlinks:active,
a.mainlinks:visited {
	color:#330099;
	text-decoration:underlined;
	line-height:14px;
}

a.mainlinks:hover {
	color:#FFFFFF;
	text-decoration:none!important;
}

p.mainlinks {
    width:160px;  
    position: absolute; bottom: 8px; left: 0px;
    text-align:center;
    font-size:11px;
    line-height:11px;
	font-family: Helvetica, sans-serif;
	color:#666666;
}


p.title {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#777777;
}

.contentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	color: #333333;
}

.contentsubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	font-weight:bold;
	text-align:left;
	color: #333333;
}

p.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #444444;
	text-align:left;
}

li {
	list-style-type:square, decimal;
	list-style-position:inside;
	padding-left:15px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #444444;
	text-align:left;
}

li ul li {
	list-style-type:circle;
}

li ul li ul li {
	list-style-type:disc;
}

div.header {
	width:800px;
	padding-top:10px;
}

div.main {
	position:relative;
	float:left;
	width:800px;
	background:transparent url(../images/bg_leftcol.png) repeat-y left top;
}

.footer {
	width:800px;
	height:150px;
	position:relative;
	float:left;
	background-image:url(../images/blue.png);
}

div.leftcol {
	float:left;
	width:165px;
}

div.rightcol {
	float:right;
	width:175px;
	background-color: blue;
}

div.contentcol {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	width:615px;
	background-color:#FFFFFF;
}

table.contentcontainer {
	height:600px;
}
