/* General Elements */

body {
	margin: 0;
	padding: 0;
	background:#ffffff;
	font-family:Verdana,Sans-serif;
	font-size: 11px;
	line-height:1.8em;
	color: #55544e;
}


/* Containers */

#header {
	height:78px;
	width:760px;
	margin-top:10px;
	}

#main {
	background-image:url(../images/Background_Main.gif);
	background-repeat:repeat-x;
	}

#backgroundLeft {
	background-color:#FFFFFF;
	background-image:url(../images/Background_Left.jpg);
	background-repeat:repeat-x;
	background-position:right;
	background-position:top;
	}

#backgroundRight {
	background-color:#FFFFFF;
	background-image:url(../images/Background_Right.jpg);
	background-repeat:repeat-x;
	background-position:right;
	background-position:top;
	}

#homeContent {
	width:760px;
	text-align:left;
	}

#homeContentLeft {
	width:210px;
	border-right:1px dotted #55544e;
	padding:0px 10px 10px 0px;
	}

#homeContentRight {
	width:545px;
	padding:0px 10px 10px 10px;
	text-align:left;
	}

#footer {
	width:760px;
	border-top:2px solid #0773bd;
	text-align:center;
	color:#55544e;
	font-size: 10px;
	height:100px;
	padding-top:4px;
	background-image:url(../images/BackgroundFooter.jpg);
	background-repeat:repeat-x;
}

#mainContent {
	padding:10px 20px 30px 30px;
	width:580px;
	text-align:left;
	}

#secondaryNav {
	width:150px;
	}

#secondaryNavOptions {
	width:150px;
	padding:6px 0px 0px 20px;
	background-color:#ffffff;
	}

#secondaryNavLink {
	padding:4px 0px 4px 0px;
	background-color:#f6f4eb;
	border-bottom:1px dotted #55544e;
	}

#sidebox {
	float:right; 
	padding:8px 8px 8px 8px; 
	width:160px; 
	border-top:2px solid #1f4776; 
	background-image:url(../images/Background_Sidebox.jpg); 
	background-repeat:repeat-x; 
	margin-left:15px;
	}

/*==== LINK STYLES =======*/
a:link {
	color:#6788ae;
	text-decoration:underline;
}

a:active, a:hover {
	color:#0773bd;
	text-decoration:underline;
}

a:visited {
	color:#6788ae;
	text-decoration:underline;
}

a.UtilityNav1:link, a.UtilityNav1:visited {
	color:#6788ae;
	text-decoration:none;
}

a.utilityNav1:active, a.UtilityNav1:hover {
	text-decoration:underline;
}

a.utilityNav2:link, a.UtilityNav2:visited {
	font-weight:bold;
	text-decoration:none;
}

a.utilityNav2:active, a.UtilityNav2:hover {
	font-weight:bold;
	text-decoration:underline;
}

a.secondaryNav1:link, a.UtilityNav1:visited {
	color:#6788ae;
	text-decoration:none;
}

a.secondaryNav1:active, a.UtilityNav1:hover {
	text-decoration:underline;
}

a.secondaryNav2:link, a.UtilityNav2:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.secondaryNav2:active, a.UtilityNav2:hover {
	font-weight:bold;
	text-decoration:underline;
}


/*==== TEXT STYLES =======*/

h1 {
	font-size: 18px;
	color: #003b86;
	font-weight:normal;
	line-height:normal;
}

h2 {
	font-size: 11px;
	color: #ac9d5b;
	font-weight:bold;	
	text-transform:uppercase;
}

.QuickFactCredit {
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;	
}

.addressLabel {
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	color:#1f4776;
}

b	{
	color: #003b86;
}