body {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.8em;
}

#container {
	position:relative;
	left:50%;
	width:830px;
	margin-left:-415px;
	background-image: url(images/background_container.jpg);
}

#right_column_top {
	float:right;
	width:580px;
	padding-right:10px;

}

#right_column_content {
	margin-left:40px;
	padding-right:50px;
    padding-top:15px;
	padding-bottom:50px; 
}


#left_column {
	float:left;
	width:230px;
    padding-left:10px;

}

img {
	border: 0px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
    line-height: 1em;

}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #574D32;

}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
    font-weight: bold;

}

h4 {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.9em;
    font-weight: bold;

}

.calltoaction {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #676445;
    font-weight: bold;
}



.dropcap {
	float:left;
	font-size:5.6em;
	line-height:60px;
	padding-top:2px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
} 


.copyright {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 0.8em;
	color: #333333;
	text-align: center;
}


.footer {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 1em;
	color: #333333;
	text-align: center;
}

a.bottom_nav:link, a.bottom_nav:visited {
	text-decoration: none;
	color: #333333;
			
}

a.bottom_nav:hover {
	text-decoration: underline;
	color: #333333;
	
}


