body {
	background:#FFFFFF;
	background:url(../images/main_bg.gif) #cdcdcd repeat-x;
	height:100%;
	width:820px;
}
#maincontent {

	position: relative;
	margin:0px 20px 0px 20px;/*controls margins in whitespace*/
	background-color:#FFF;
	background:#FFFFFF;
	height:100%;
}

#maincontent.document {
	position: relative;
	padding: 10px 0px 10px 0px;
	margin:0px 20px 0px 20px;
	background-color:#FFF;
	height:800px;
}


#maincontent ul {
	padding-left: 0; 
	margin-left: 1.5em; 
	margin-bottom: 0.5em; 
	}
	
#maincontent ul li {
	margin-bottom: 8px; 
	margin-left: 0.5em;  }


ol { 
	padding-left: 0; 
	margin-left: 1.5em; 
	margin-bottom: 0.5em; 
} 

ol li { 
	margin-bottom: 8px; 
	margin-left: 0.5em; 
} 





#maincontent  a:link {
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color:#336699;
	text-decoration: none;
	font-weight: normal;
	border-bottom:#B8C5C9 dotted 1px;
	
}
#maincontent  a:visited {
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	font-weight: normal;
}
#maincontent a:active {
	font-size: 11px;
	line-height: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	font-weight: normal;
}
#maincontent a:hover {
	color: #808080;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	border-bottom:#330000 solid 1px;
}

img a {border:none;
		border:0;}

