/* CSS Document */


p {
	
	color: #0d1c03; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 13px;
	line-height: 180%;
	
}

.green {
	
	color: #00cc00; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 180%;
	
}

h1 {
	
	color: #0d1c03; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 17px;
	line-height: 180%;
	
}

h2 {
	
	color: #d3d3d3; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 12px;
	line-height: 180%;
	font-weight:100;	
}


h3{
	
	color: #4d7800; 
	font-family: Georgia, "Times New Roman", Times, serif, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 180%;
	font-weight:100;	
}



a:link,a:active{color:#4d7800;font-weight:normal; text-decoration:underline}
a:visited{color:#4d7800;font-weight:normal;text-decoration:underline}
a:hover{color:#4d7800;font-weight:normal;text-decoration:none}


a.bottom:link,a.bottom:active{color:#999999;text-decoration:none}
a.bottom:visited{color:#999999;font-weight:normal;text-decoration:none}
a.bottom:hover{color:#999999;font-weight:normal;text-decoration:none}


/* Layout */

#container {
	margin: 0 auto;
	width: 935px;
}

#underNav {
	background: url(images/underNav.jpg) no-repeat top left;
	width: 935px;
	height: 15px;
}

#content {
	float: left;
	display: inline;
	margin-left: 45px;
	width: 530px;

}

#rightColumn {
	float: left;
	display: inline;
	width: 308px;
	margin-left: 47px;
	overflow: hidden;

}

#footer {
	clear: both;
}

#menu {
		  background: #2C566F url(images/menu.jpg) no-repeat top left;
	  }
#underNav { height: 15px; overflow: hidden; }

#top { height: 205px; overflow: hidden; }
.style1 {color: #3F3F3F}

body {
        background-image: url(images/background_image.jpg);
    }


#blackBox {
	background-color: #3F3F3F;
	width: 308px;

}

#belowBanner {
	background: url(images/belowBanner.jpg) no-repeat top left;
	width: 935px;
	height: 41px;
}

#email_address {
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	float: left;
}

#signup {
	margin-top: 21px;
	float: left;

}

#rightColumn form {
	margin: 3px 0;
}

#footer {
	margin-top: 40px;
	width: 100%;
	background-color: #3F3F3F;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #4D7800;
}
/* Typography */

#rightColumn h4 {
font-family: "Georgia";
	font-size: 20px;
	margin: 0;
	margin-top: 6px;
}
#rightColumn h3 {
	background-color: #999999;
	color: #fff;
	font-family: "Georgia";
	font-size: 16px;
	line-height: 53px;
	display: block;
	height: 53px;
	width: 308px;
	text-indent: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}

h1 { margin-top: 0; }
