/* blue */
a:link, a:visited {
	color: #000;
}

a:hover {
	color: #000099;
}

h3, .componentheading, table.moduletable th {
	color: #000099;
}

/* Controls Inside Nav Pages */
div.module_menu ul a:link, div.module_menu ul a:visited {
	color: #fff;
}

div.module_menu ul a:hover {
background-color:#4E74ED;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	background-color:#bc4c26;
	border: 1px solid #FFFFFF;
	padding-top: 0.3em;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 0.3em;
	margin-bottom:0px;
	width:132px;
	margin-top: -23px;
	margin-right: -4px;
}

div.module_menu ul {
	list-style: none;
	padding: 0;
	margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.module_menu li a {
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 0.3em 12px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color:#333;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}
/*** Controls Footer Nav and Copy ***/
div#footer {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 615px;
}

div#footer_r ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:center;
}

div#footer_r li {
	float: left;
	margin: 0 0.15em;
}

div#footer_r li a {
	height: 1em;
	line-height: 1em;
	float: left;
	display: block;
	color: #000;
	padding-right:10px;
	padding-left:10px;
	text-decoration: none;
	text-align: center;
	border-right: 0.1em solid #000000;
}

div#footer_r div {
text-align: center;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #000;
	text-decoration:none;
	

}

div#footer_r a:hover {
	color: #000099;
	
}
div#footerspacer {
	height: 10px;
}

div#power_by{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}