/* these should be the same color */
.bgcolor {
	background-color: #324E99;}
.color {
	color: #324E99;}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F7F7F7;
	margin: 0px;}

.required {
	color: #011585;}


a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;}
a:hover {
	text-decoration: none;}

/* TriFactor Styles */

a.color {
	color: #689bc3;}

body, td {
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px}

#header	{
	background-color: #fff;}
		
#logo	{
	margin: 10px 0px 20px 20px;
	float: left;}
		
#header p	{
	float: right;
	text-align: right;
	margin: 40px 25px 0px 0px;
	font-size: 16px;
	font-weight: bold;}

#topnav	{
	color: #fff;
	height: 29px;
	margin: 10px 20px 20px 20px;
	padding: 0px;
	clear: both;}
		
#topnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;}
		
#topnav li	{
	display: block;
	float: left;
	padding: 0px 41px 0px 41px;		
	margin: 0px;
	border-left: 1px solid #fff;}
li.home { border: none !important }
#topnav li a	{
	color: #fff;
	text-decoration: none;}