/* CSS Document */

body {
	text-align:center;
	}

h1 {
	font-weight:100;
	padding:5px 0px 10px 10px;
	margin:0px;
	font-size:2em;
	color:#333300;
	}
	
h2 {
	color:#333300;
	}
	
.nameheader {
	color:#333300;
	font-size:1em;
	font-weight:bold;
	}
	
.large_letter {
	color:#333300;
	font-size:1.5em;
	font-weight:bold;
	}
	
.content{
	font-family:"Times New Roman", Times, serif;
	margin:10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footer_text{
	padding:0px;
	margin:0px;
	font-size:1.7em;
	color:#666666;
	margin:20px 0px 0px 0px;
	}
	
.top_footer_text{
	margin:0px;
	padding:0px 0px 10px 0px;
	text-align:center;
	font-size:0.75em;
	font-weight:bold;
	color:#666666;
	}

.address {
	margin:0px;
	padding:0px 0px 10px 0px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	color:#666666;	
	}

#container {
	margin: 0px auto;
	width:800px;
	text-align:left;
	}
	
#main {
	margin:0px;
	padding:0px;
	border-width:0px;
	}
	
#header {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	border-width:0px;
	}
	
#nav_menu {
	font-family:"Times New Roman", Times, serif;
	width:100%;
	height:40px;
	display:block;
	background-color:#666666;
	margin:0px;
	padding:0px;
	border-width:0px;
	}
	
#nav_menu li{
	color:#FFFFFF;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 15px;
	font-weight:bold;
	}
	
#nav_menu a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#nav_menu a:hover{
	color:#cccc99;
	text-decoration:none;
	}	
	
#content_header{
	font-family:"Times New Roman", Times, serif;
	width:90%;
	margin:0px 40px;
	background-image:url(../Images/content_header_back.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
		
#slogan {
	float:right;
	padding-top:5px;
	}
	
#content_left{
	width:278px;
	float:left;
	height:100%;
	}
	
#content_right{
	width:432px;
	margin:0px 0px 0px 283px;
	}
	
#content {
	font-family:"Times New Roman", Times, serif;
	margin-left:40px;
	overflow:auto;
	}
	
#content a{
	color:#333300;
	text-decoration:none;
	}
	
#content a:hover{
	color:#333300;
	text-decoration:underline;
	}
	
#lrg_content{
	width:100%;
	margin:0px;
	padding:0px;
	}
	
#lrg_content a{
	color:#333300;
	text-decoration:none;
	}
	
#lrg_content a:hover{
	color:#333300;
	text-decoration:underline;
	}
	
#content_img_top{
	margin:0px auto;
	width:604px;
	}
	
#content_img_bottom{
	margin:0px auto;
	width:504px;
	}
	
#top_footer{
	width:90%;
	background-image:url(../Images/content_header_back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin: 0px 40px;
	padding:0px;
	clear:both;
	}
	
#top_footer a{
	color:#666666;
	text-decoration:none;
	}
	
#top_footer a:hover{
	color:#cccc99;
	text-decoration:none;
	}
	
#footer {
	width:100%;
	height:100px;
	background-image:url(../Images/footer_background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	}
