/**** ----TEMPLATE STYLES---- ****/

body     {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0px;
	background-color: #085AA6;
}
#container	{
	width: 840px;
	background-color: #085AA6;
	clear: both;
	float: none;
	margin:0px auto;
}
p	{
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: normal;
}	

/** LINKAGE **/
a:link, a:visited {
	color: #085AA6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999933;
	text-decoration: underline;
}


/** TYPOGRAPHY **/
h1	{ color: #e77f10; font-size: 16px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 22px; text-decoration: none }
h2       {
	color: #999933;
	font-size: 14px;
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
	text-decoration: none;
	letter-spacing: 0
}
h3 { color: white; font-size: 13px; font-family: Helvetica, Arial, SunSans-Regular, sans-serif; line-height: 22px; text-decoration: none; letter-spacing: 0 }
h4 {
	font-size: 16px;
	color: #333333;
}
blockquote	{
	border-width:1px 1px 1px 8px;
	border-color:#999933;
	border-style:dotted dotted dotted solid;
	background-color:#DDDDAD;
	width: 70%;
	font-weight: bold;
	color: #666633;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
}
.boldTitle	{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.faqTitle	{
	font-size: 14px;
	color: #333;
	font-weight: bold;

}

/** TEXT STYLES **/
.lede  { color: #666633; font-size: 13px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; letter-spacing: 0 }
.bodyorange { color: #e77f10; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: normal; line-height: 15px; letter-spacing: 0 }
.descriptions  { color: #666666; font-size: 10px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; letter-spacing: 0 }
.bg {
	background-image: url(../images/thinlinedivider.gif);
	background-repeat: repeat-x;
}

/** NAVIGATION **/
#topnav {
	font-family: Arial, Helvetica, sans-serif;
}
.topnav a:link, .topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: 200;
	line-height: 11px;
}
.topnav a:hover {
	color: #999933;
	text-decoration: none;
}

#flamecolumn {
}

/** SIDEBAR **/
#sidebar	{
}
#sidebar h2	{
	margin-top: 0px;
	margin-bottom: 6px;
}
#sidebar p	{
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar a:link, #sidebar a:visited	{
}
#sidebar a:hover	{
}

/** FOOTER **/
#footer	{
	text-align: center;
}
#footer p	{
	color: #666633;
	font-size: 11px;
}
#footer a:link, #footer a:visited	{
	color: #666633;
	text-decoration: underline;
}
#footer a:hover	{
	color: #085AA6;
	text-decoration: none;
}
.noprint {
	display: none;
}

/**LISTS **/
ul {
	margin-right: 2em;
	margin-left: 1em;
}
ul li {
	margin-bottom: 6px;
	margin-right: 2em;
}
