body {
	margin-top: 2px;
	font-family: Helvetica, Arial, sans-serif ;
	line-height: 18px;
	font-size: 11px;
	color: #272727;
}

a:hover {
	text-decoration: none;
}

a:visited {
	
}

#utility_nav {
	color: #926200;
}	

#utility_nav a:link, #utility_nav a:visited {
	font-size: 10px;
	color: #926200;
	text-decoration: underline;
}

#utility_nav a:hover, #utility_nav a:active {
	font-size: 10px;
	color: #DBA028;
	text-decoration: none;
}

#menu ul{
	width: 157px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 20px;
}

#menu li {
	list-style-type: none;
	width: 157px;
	padding-left: 5px;
}

#menu a:hover {
	background-color: #FEB92E;
	list-style-type: none;
	
}

#menu a:link, #menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover, #menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

#col_heading h1 {
	color: #926200;
	line-height: 23px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 22px;
}

#col_content {
	padding-right: 15px;
	text-align:justify;
}

#col_content li {
	padding-bottom: 10px;
}

h3.subheader {
	color: #926200;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	padding-top:0px;
}

p.content_spacing {
	padding-top: 10px;
}

ul.content_list {
	padding-left: 5px;
	border: 1px solid #000000;
	width: 200px;
}

#orange_bar {
	background-color: #FEB92E;
}

#footer {
	background-color: #FEB92E;
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
}


/* CODE SNIPPET */
#navcontainer { width: 157px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;

}

#navcontainer li {
	padding-left: 1px;
}

#navcontainer a
{
display: block;
padding-left: 3px;
padding-top: 11px;
padding-bottom: 10px;
width: 150px;
background-color: #FEB92E;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;

}

#navcontainer a:hover
{
background-color: #ffffff;
color: #FEB92E;
border-left: 1px solid #FEB92E;
}

.boldtext {
	color: #926200;
	font-weight: bold;
}

.article_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	color: #926200;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}