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

body {
	background-color: #999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


#sidebar {
	float: left;
	width: 164px;
	padding: 10px;
	background-color:#EBEBEB;
	
}

#sidebar h1 {
	font-size:12px;
	font-weight:bold;
	color:#006600;
	border-bottom:dotted;
	border-bottom-color:#999;
	border-bottom-width:2px;
	}
	
#sidebar a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:16px;
	color:#666666;
	}
	
#sidebar a:hover {
	color:#000;
	}
	
#sidebar h2 {
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	font-family:"Times New Roman", Times, serif;
	color:#999999;
	}
#sidebar h3 {
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	color:#666666;
	text-align:right;
	}
	
#sidebar h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:60px;
	font-weight:bold;
	line-height:12px;
	color:#CCCCCC;
	margin-bottom:-30px;
	margin-top:30px;
	}
	
#sidebar p {
	margin: 0 0 12px 0;
	}
	
.Author {
	font-size: 10px;
	font-weight: bold;
}

	
	
	
#footer {
	color: #fff;
	text-align:center;
	background-color: #024402;
	height: 20px;
	padding: 10px;
}

#footer p {
	font-size:10px;
	}
	
	
	
	
	
#container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background:url(images/bg.gif) top center repeat-y;
}
#mainContent {
	float: right;
	width: 550px;
	padding: 10px 10px 10px 20px;
	background-color: #fff;
}

#mainContent h1 {
font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#999;
	text-align:left;
	}
#mainContent h2 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-bottom:dotted;
	border-bottom-color:#999999;
	border-bottom-width:2px;
	padding-bottom:6px;
	}
	
#mainContent p  {
	font-size:12px;
	line-height:20px;
	margin-bottom:12px;
	}
#mainContent  td {
	font-size:12px;
	
	}	
	
#mainContent a {
	font-weight:bold;
	text-decoration:none;
	color:#2b8600;
	}
	
#mainContent a:hover {
	color:#00CC00;
	}
	
#mainContent ul { 
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	line-height:20px;
}



#mainContent li.bullets {
	

}



#columnOne {
	float:left;
	width:290px;
	
	}
	
#columnOne p {
	font-size:12px;
	line-height:16px;
	margin-bottom:12px;
	}
	
	
	
#columnTwo {
	float:right;
	width:200px;
	padding: 0 3px 12px 12px;
	background-color:#fff;
	border-left:dotted;
	border-left-color:#ccc;
	border-left-width:2px;
	}
	
	
#columnTwo p {
	font-size:11px;
	line-height:18px;
	color: #666666;
	margin-bottom:12px;
	}
	
	


.clear {
	clear: both;
}