body
{
	background-image: url("/images/page/body_background.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	margin: 0;
}

h1.topofpage { font-size: 1.6em; color: #304E97; margin: 2px 0 10px 0; }
h1 { font-size: 1.6em; color: #304E97; }
h2 { font-size: 1.4em; color: #304E97; margin: 10px 0 7px 0; }
h3 { font-size: 1.1em; color: #304E97; margin: 1em 0; }

img { border: 0; }

hr
{
	border: none 0;
	border-top: 1px solid #304E97;
	width: 100%;
	height: 1px;
}

#mainwidth
{
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}

#columncontainer
{
	float: left;
	background-color: transparent;
	margin-left: 30px;
}

#column
{
	width: 150px;
	height: 100%;
	float: left;
	background-image: url("/images/page/column_background.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-color: transparent;
}

.columnquotebox
{
	width: 120px;
	margin: 14px 15px 40px 15px;
}

.columnquote
{
	color: #333;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 6px;
}

.columnquotecredit
{
	text-align: center;
	font-size: 11px;
	margin-top: 1px;
}

#container
{
	float: right;
}

.header
{
	width: 670px;
	height: 200px;
}

.topnavlinks
{
	width: 360px;
	float: right;
	text-align: right;
	margin-top: 58px;
	margin-right: 22px;
}

.topnavlinks a:link
{
	color: #304E97;
	text-decoration: none;
}
	
.topnavlinks a:hover
{
	color: #000;
	text-decoration: none;
}
	
.topnavlinks a:visited
{
	color: #304E97;
	text-decoration: none;
}

.headerlogo
{
	width: 420px;
	height: 74px;
	float: left;
	margin-top: 31px;
	margin-left: 10px;
}

/* begin horizontal navigation and dropdowns */

#topnavbar
{
	width: 670px;
	height: 30px;
}

.topnav
{
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 8px 16px 6px 12px;
}

.topnav a:link
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.topnav a:hover
{
	color: #FC3;
	text-decoration: none;
}

.topnav a:visited
{
	color: #FFF;
	text-decoration: none;
}

.anylinkcss
{
	position: absolute;
	visibility: hidden;
	margin-top: 8px;
	border-bottom-width: 0;
	font: normal 11px arial, helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 4px;
	border-right: 1px solid #304E97;
	border-left: 1px solid #304E97;
	border-bottom: 1px solid #304E97;
	padding: 3px 2px 3px 4px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
	color: #000;
	background-color: #FFFFC7;
}

.anylinkcss a:hover
{ 
	color: #FFF;
	background-color: #304E97;
}

/* end horizontal navigation dropdowns */

#contentbox
{
	background-color: #FFF;
	float: left;
	margin-top: 4px;
}

.content
{
	padding: 14px 10px 14px 10px;
}

#sidebarbox
{
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}

.sidebar
{
	width: 200px;
	margin-bottom: 20px;
}

.sidebartitlebox
{
	background-color: #304E97;
	height: 26px;
	margin: 0;
	padding: 0;
}

.sidebartitle
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 5px 1px 0 10px;
}

.sidebarcopybox
{
	background-image: url(/images/page/sidebar_background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.sidebarcopy
{
	text-align: left;
	padding: 14px 8px 6px 14px;
	height: 100px;
}

#footer
{
	height: 200px;
	background-color: #FFF;
}

#footerwidth
{
	text-align: left;
}

#footertextbox
{
	margin-left: 10px;
}

#footerwidth ul
{
	margin: 0;
	padding: 0;
}

#footerwidth li
{
	font-size: 11px;
	margin: 5px 6px 5px 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
