body {
	background-color:#ffffff;
	font-family: Arial, Verdana, sans-serif;
	cursor:default;
	margin:0;
}

h1 {	
	font-family:Arial, Verdana, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:2px solid #000000;
	padding-bottom:5px;
	padding-top:5px;
}

h2 {	
	font-family:Arial, Verdana, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:2px solid #000000;
	padding-bottom:5px;
	padding-top:5px;
}


#container {
	width:800px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	border: thick double #000000;

}


#sidebar_left {
	width:200px;
	padding:10px 5px 5px 0px;
	float:left;
	clear:left;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height:18px;
}

#sidebar_left2 {
	width:200px;
	padding:10px 5px 5px 0px;
	float:left;
	clear:left;
	background-color: #FFFFFF;
}

#main_right {
	margin-left:220px;
	padding:0px 20px 20px;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin dotted #000000;
}

#main_right a {
	font-weight:bold;
	color: #000000;
	font-style: italic;
	
	}	

#main_right a:hover {
	font-weight:bolder;
	color: #FFFFFF;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #0a6c0f;
	background-color: #0a6c0f;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

	}	



#menu {
	width: 200px;
	padding: 10px;

	}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu li a {
	height: 36px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	padding: 5px 0 0 0px;
	color: #000000;
	line-height: 26px;
	}
	
#menu li a:hover {
	color: 000000;
	font-weight:bold;
	padding: 5px 0 0 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0a6c0f;

	}
	
#menu li a:active {
	color: #ffffff;
	padding: 8px 0 0 10px;
	}

