/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:0px;
}

.nav_buttons {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#686868;
}

#header_nav ul li {
	display:inline;
	padding-right:10px;	
}

#header_nav ul li a {
	text-decoration:none;
	font-weight:bolder;
	font-size:10px;
	text-transform:uppercase;
}

#header_nav ul li a:hover {
	text-decoration:underline;
}

.leftnav {
	background-repeat:no-repeat;
	width:128px;
}

#leftnav a {	
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	color:#707173;
}

#leftnav a:hover {
	text-decoration:none;
}

.page_header {
	font-size:20px;
	font-weight:bold;
}

.sub_page_header {
	font-size:15px;
	font-weight:bold;
}

.paragraph_title {
	font-size:12px;
	font-weight:bold;
}

