body {
	background-attachment: scroll;
	background-image: url(images/slogan.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0;
}
#container {
	background-image: url(images/banner_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin:0 0;
	padding:0 0;
}

p {
	line-height:20px;
	margin:0 0 25px 0;
	padding:0 0;
}

strong {
	color:#0a3c74;
}

li {
	line-height:20px;
	margin:0 0 0 0;
	padding:0 0;
}

#contact p {
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0;
}

#nav_main {
	width: 700px;
	height: 30px;
	padding: 0 0;
	margin: 0 auto;
	text-align:center;
	
}
#nav_main ul { margin: 0; padding: 0; list-style: none; }
#nav_main li {
	float:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#nav_main li a {
	float: left;
	margin: 0 0 0 0;
	padding: 7px 18px 0  14px;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}
#nav_main li a:hover {
	color: #ffffff;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat; 
	background-position: 50% left;
	}
	
.sub_content {
	background-image: url(images/triangle.gif);
	background-repeat:no-repeat;
	background-position: top right;

}

.sub_content p {
	margin:0 10px 10px 10px;
	padding:0 0 0 0;
}



.subnav {
	margin:0 0 0 10px;
	padding:0 0;
	font-size:10px;

}
	
.subnav a:link {
	color:#000066;
	text-decoration:none;
}
	
.subnav a:visited {
	color:#000066;
	text-decoration:none;
}
	
.subnav a:hover {
	color:#000066;
	text-decoration:underline;
}
	
.subnav a:active {
	color:#000066;
	text-decoration:none;
}
	
.subnav a:focus {
	color:#000066;
	text-decoration:none;
}
	

#site_info {
	width: 600px;
	height:75px;
	padding: 0 0;
	margin:0 0 25px 375px;
	clear:both;

}
#site_info ul { margin: 0; padding: 0; list-style: none; }
#site_info li {
	float:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#site_info li a {
	float: left;
	margin: 0 0 0 0;
	padding: 5px 12px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	}
#site_info li a:hover {
	color: #2d2d2d;
	text-decoration: underline;

}


blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	text-align:center;
	margin:0 5px 10px 5px;
	line-height:35px;
}

.left_column {
	margin:10px 15px 0 15px;
}

.emphasis {
	color:#629C26;
	font-weight:bold;
}