/* --------------- body code starts here --------------- */ 
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url("img/bgr3.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;}

	
body a {
	font-weight: bold;
	text-decoration: none;
	color: #003300;}
/* --------------- body code ends here --------------- */ 
	




/* --------------- header and banner code starts here --------------- */ 
div#header {
	background-color: #b2c784;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;}

div#banner {
	background-color: #b2c784;
	height: 125px;}
/* --------------- header and banner code ends here --------------- */ 

	
	
	
	
/* --------------- todaysdate code starts here --------------- */ 
div#todaysdate {
	position: absolute;
	text-align: right;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
	line-height: 20px;
	width: 350px;
	right: 30px;
	top: 43px;}
/* --------------- todaysdate code ends here --------------- */ 
	
	
	
	
	
/* --------------- blackline code starts here --------------- */ 
div#blackline {
	background-color: #000000;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 125px;
	height: 4px;
	font-size: 4px;
	line-height : 4px;}
/* --------------- blackline code ends here --------------- */ 





/* --------------- content (main column) code starts here --------------- */ 
div#content {
	position: absolute;
	left: 220px;
	top: 147px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;}

div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003300;
	font-weight: bold;}

div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003300;
	font-weight: normal;}
/* --------------- content (main column) code ends here --------------- */ 

/* --------------- content1a (main column) code starts here --------------- */ 
div#content1a {
	position: absolute;
	left: 220px;
	top: 147px;
	right: 290px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;}

div#content1a h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003300;
	font-weight: bold;}

div#content1a h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003300;
	font-weight: normal;}
/* --------------- content (main column) code ends here --------------- */ 





/* --------------- content2 (awkward image) code starts here --------------- */ 
div#content2 {
	position: absolute;
	right: 20px;
	top: 147px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;}
/* --------------- content2 (awkward image) code starts here --------------- */ 





/* --------------- content3 (homepage feature) code starts here --------------- */ 
div#content3 {
	position: absolute;
	width: 250px;
	top: 147px;
	right: 20px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	border: 2px double #333333;}

div#content3 h3{	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003300;
	line-height: 23px;
	margin-top: 0px;}
/* --------------- content3 (homepage feature) code starts here --------------- */ 





/* --------------- sidebar (first column) code starts here --------------- */ 
div#sidebar {
	position: absolute;
	top: 147px;
	left: 20px;
	width: 180px;
	font-size : 10px;}
	
div#sidebar div.feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	color : #333333;
	background-color : #ebebeb;
	border : 2px double #333333;
	margin-bottom : 11px;
	padding : 10px;
	line-height : 13px;}
	
div#sidebar div.feature p{
	font-size : 11px;
	margin : 0;
	padding : 0;
	color: #333333;
	font-weight: normal;}
	
div#sidebar div.feature h2{
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #003300;
	background-color: #ebebeb;
	display: block;
	line-height: 17px;
	font-weight: bold;}

div#sidebar div.feature a{
	text-decoration: none;
	color: #003300;}

div#sidebar div.feature a:hover{
	font-weight: bold;
	border-right: 10px solid #003300;
	display: block;
	background-color: #ffffff;
	color: #003300;}

div#sidebar div.feature h1{
	font-size : 12px;
	margin : 0;
	padding : 0;
	color: #003300;
	font-weight: bold;}
/* --------------- sidebar (first column) code ends here --------------- */ 