/* 
=================================================================== 
This is the main style template
=================================================================== 
*/

body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-image: url(../images/backgrounds/bgPrimary.jpg);
	background-attachment: fixed;
	color: #993;
	font-size: 13px;
	letter-spacing: .5px;
}
h1 {
	color: #E3AF1A;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	color: #E3AF1A;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
h3 {
	color: #9C3;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
p {
	color: #993;
	font-size: 13px;
	letter-spacing: .5px;
	text-align:justify;
}
a {
	color: #E3AF1A;
	text-decoration: none;
	font-weight: bold;
}
/* ul, dl is control for lists: Bullited and Definition  */
ul {
	list-style-type:disc;
	color: #E3AF1A;
	font-size: 13px;
} dl {
	list-style-type:disc;
	color: #9C3;
	font-size: 13px;
}
dd {
	color: #993;
	font-size: 13px;
}
a:hover {
	text-decoration: none;
}
#UtilityNav {
	font-size: 12.5px;
	color: #E3AF1A;
	padding: 54px;
	letter-spacing: .5px;
}