@charset "UTF-8";
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#logo
{
	width: 462px;
	height: 45px;
	display: block;
	position: absolute;
	left: 246px;
	top: 31px;
}
ul#toolsnav
{
	width: 378px;
	position: absolute;
	right: 39px;
	top: 8px;
}
ul#toolsnav li
{
	float: left;
	margin-left: 12px;
	padding-left: 12px;
	background: transparent url(/images/toolsnav_vdiv.gif) no-repeat 0 2px;
	font-size: 9px;
	text-transform: uppercase;
}
ul#toolsnav li#first
{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
ul#toolsnav li a
{
	color: #58584E;
	text-decoration: none;
}
ul#toolsnav li a:hover
{
	color: #000;
}

/** Left column **/

#leftColumn img
{
	display: block;
}
#leftColumn h1
{
	width:187px;
	padding: 12px 0 13px 15px;
	background: #657D93 none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
}

/** Secondary and tertiary navigation **/

ul#secondaryNav
{
	width: 202px;
	margin-bottom: 100px;
	border-top: 1px solid #FFF;
}
ul#secondaryNav li
{
	width: 202px;
	border-bottom: 1px solid #FFF;
}
ul#secondaryNav li a
{
	width: 184px;
	padding: 10px 0 9px 18px;
	display: block;
	background: transparent none;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
	text-decoration: none;
}
ul#secondaryNav li a:hover, ul#secondaryNav li a.highlight
{
	background: #B8BFBD none;
}
ul#secondaryNav li ul
{
	width: 202px;
	border-top: 1px solid #FFF;
}
ul#secondaryNav li ul li
{
	width: 202px;
	border-bottom: 1px solid #FFF;
}
ul#secondaryNav li ul li.bottom
{
	border-bottom: none;
}
ul#secondaryNav li ul li a
{
	width: 177px;
	padding: 3px 0 4px 25px;
	display: block;
	background: transparent url(/images/tnav-bullet.gif) no-repeat 18px 9px;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #000;
	text-decoration: none;
}
ul#secondaryNav li ul li a:hover, ul#secondaryNav li ul li a.highlight
{
	background: #D0D8DE url(/images/tnav-bullet-on.gif) no-repeat 18px 9px;
}
ul#secondaryNav li ul li a.highlight
{
	font-weight: bold;
}

/** Right column -- main content area **/

#rightColumn h1, #rightColumn h1.withSub
{
	width: 550px;
	margin: 54px 0 38px 54px;
	padding-bottom: 12px;
	background: transparent url(/images/page_title_hdiv_bg.gif) repeat-x left bottom;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	color: #711A02;
}
#rightColumn h1.withSub
{
	margin-bottom: 0;
}
#rightColumn h2
{
	width: 550px;
	margin: 0 0 10px 54px;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #4A657D;
}
#rightColumn h3
{
	width: 550px;
	margin-left: 54px;
	font-size: 12px;
	font-weight: bold;
}
#rightColumn p
{
	width: 550px;
	margin: 0 0 15px 54px;
	font-size: 12px;
	line-height: 16px;
}
#rightColumn ul
{
	width: 550px;
	margin: 0 0 15px 54px;
}
#rightColumn li
{
	margin-left: 20px;
	padding-left: 10px;
	background: transparent url(/images/list-bullet.gif) no-repeat 0 5px;
	font-size: 12px;
	line-height: 16px;
}
#rightColumn a
{
	color: #711A02;
	text-decoration: underline;
}
/** Footer **/

#footer p
{
	padding: 12px 0;
	font-size: 10px;
	line-height: 15px;
	color: #555;
	text-align: center;
}
#footer a
{
	color: #555;
	text-decoration: underline;
}
#footer a:hover
{
	color: #000;
}

/* Utility styles */

.clear
{
	clear: both;
}
.top
{
	display: block;
	text-align: right;
	padding: 5px 25px 5px 0;
	border-bottom: 1px dotted #C0BBBA;
	font-size: 11px;
}