
html,body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	background-color: #C7C58D;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
}
body
{
	text-align: center;
	background: url(../images/background.gif);
	height: 100%; /* this only works in ie */
}
a:link
{
	color: #004181;
	text-decoration: none;
}
a:visited
{
	color: #004181;
	text-decoration: none;
}
a:hover
{
	color: #004181;
	text-decoration: underline;
}
a:active
{
	color: #004181;
	text-decoration: none;
}
.clear
{
	clear: both;
}
.alignleft
{
	text-align: left;
}
h1
{
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	margin: 30px 0 20px 0;
	padding: 0;
	color: #004181;
}
h2
{
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin: 30px 0 20px 0;
	padding: 0;
	color: #004181;
}
h3
{
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding: 0;
	color: #004181;
}
h4
{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding: 0;
	color: #000;
}
p
{
	margin: 15px 0 15px 0;
	padding: 0;
}
li
{
	margin: 10px 0 10px 0;
}
hr
{
	border: 0;
	color: #004181;
	background-color: #004181;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
/* target ie only to fix margin problem with hr */
* html hr
{
	margin-top: 0;
	margin-bottom: 0;
}
blockquote
{
	margin: 15px;
	color: #000000;
}
td
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
}

/*
/ IMAGES
////////////////////////////////////////////////////////////////////////////////////////////////
*/


#imagologo
{
	border: none;
	width: 146px;
	height: 166px;
	margin: 0 0 18px 0;
}
/* target ie only to fix bottom margin problem */
* html #imagologo
{
	margin: 0;
}

/*
/ CONTAINERS
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#container
{
	margin: 0 auto 0 auto;
	width: 750px;
	position: relative;
	border-left: 1px solid #4A416A;
	border-right: 1px solid #4A416A;
	border-bottom: 1px solid #4A416A;
	background: #C1C4FE url(../images/gradient.gif) repeat-x;
}
#content_container
{
	width: 750px;
	margin-top: 50px;
	background: url(../images/content_background.gif) repeat-y;
}
#content
{
	width: 548px;
	padding: 10px 25px;
	text-align: left;
	border-top: 1px solid #4A416A;
	float: left;
}
/* target just ie to fix padding issue */
* html #content
{
	padding: 25px;
}
#secondary_content
{
	width: 150px;
	float: left;
	padding: 15px 0;
}

/*
/ HEADER
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#branding
{
	width: 750px;
	height: 95px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}
#branding h1, #branding h2
{
	margin: 0;
	text-indent: -9000px;
}

/*
/ NAVIGATION
////////////////////////////////////////////////////////////////////////////////////////////////
*/

/* navigation container */
.navigation
{
	width: 750px;
	height: 38px;
	background: #C1C4FE url(../images/navbar_background.gif);
}
/* tier 1 and tier 2 menus shared style */
.nav, .nav ul 
{ 
	list-style: none;
	margin: 0;
	padding: 0;
}
/* tier 1 menu style */
.nav 
{
	z-index: 100;
	position: relative;
	width: 750px;
	height: 38px;
	float: left;
}
/* tier 1 buttons style */
.nav li 
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/navbar_divider.gif) no-repeat left top;
}
/* tier 1 first button style */
.nav li.first
{
	margin-left: 1px;
	background: none;
}
/* tier 1 button links style */
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000094;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	line-height: 38px;
	padding: 0 6px 0 8px;
}
/* tier 1 button links hover style */
.nav li a:hover 
{
	color: #FFF;
}
/* tier 1 button links hover style */
#nav-one li:hover a, 
#nav-one li.sfhover a 
{
	color: #FFF;
}
/* tier 2 menu styles */
#nav-one li:hover ul a, 
#nav-one li.sfhover ul a 
{
	background: #004181;
	color: #FFF;
	margin: 0;
	padding: 0 0 0 6px;
	border: 1px solid #FFF;
	border-bottom: 0;
	width: 202px;
	line-height: 25px;
	white-space: nowrap;
}
#nav-one li:hover ul.narrow a, 
#nav-one li.sfhover ul.narrow a 
{
	width: 142px;
}
#nav-one li:hover ul.wide a, 
#nav-one li.sfhover ul.wide a 
{
	width: 292px;
}
/* tier 2 menu hover style */
#nav-one li:hover ul a:hover, 
#nav-one li.sfhover ul a:hover 
{
	background: #767ACB;
	color: #000094;	
}
/* tier 2 menu style */
.nav ul 
{
	background: #004181;
	border-bottom: 1px solid #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	top: -999em;
	left: 1px;
	text-align: left;
}
.nav ul.narrow
{
	width: 150px;
}
.nav ul.wide
{
	width: 300px;
}
/* tier 2 menu style (on tier 1 menu hover) */
.nav li:hover ul,
.nav li.sfhover ul 
{
	top: 37px;
}
/* tier 2 buttons style */
.nav ul li 
{
	border: 0;
	float: none;
}

/*
/ SIDEBAR
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#secondary_content ul
{
	text-align: left;
	margin-left: 25px;
	margin-right: 5px;
	padding: 0;
	clear: both;
	list-style-image: url(../images/arrow.gif);
}
#secondary_content li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #292582;
}
#secondary_content hr
{
	margin-bottom: 20px;
	width: 90%;
}
/* target ie only to fix margin problem */
* html #secondary_content hr
{
	margin-bottom: 10px;
}
#secondary_content h4
{
	color: #292582;
	margin-top: 5px;
	margin-bottom: 15px;
}
#secondary_content input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 2px;
	margin-bottom: 5px;
}
#secondary_content .button
{
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	border-top: 1px solid #32797A;
	border-bottom: 1px solid #32797A;
	border-left: none;
	border-right: none;
	color: #292582;
	background-color: transparent;
	width: 80px;
	padding: 2px;
}

/*
/ FOOTER
////////////////////////////////////////////////////////////////////////////////////////////////
*/

#footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	width: 550px;
	float: left;
	padding: 25px 25px 50px 25px;
	color: #004181;
}
#footer hr
{
	margin-bottom: 40px;
}

