body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(../images/global/bodybg.gif);
}
#container {
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
	clear: both;
}
/* Header and Navigation */
#headerandnav {
	height: 125px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
#headerandnav a {
	color: #666666;
	text-decoration: none;
}
#headerandnav a:hover {
	color: #666666;
	text-decoration: underline;
}
#headerandnav p {
	text-align: center;
	margin: 0px;
	padding: 5px 0px 0px;
}
#headerandnav .toplogo {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#headerandnav img {
	border: none;
}
#headerandnav ul {
	list-style-type: none;
	margin: 22px 0px 0px;
	padding: 5px 0px 5px 120px;
	float: left;
	width: 880px;
	background-color: #004B94;
	background-image: url(../images/global/headerbg.gif);
	height: 18px;
}
#headerandnav li {
	float: left;
	display: block;
	margin-left: 1em;
	margin-right: 2em;
}
#headerandnav li a{
	color: #FFFFFF;
	text-decoration: none;
}
#headerandnav li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/* Flash */
#flash {
	height: 250px;
	width: 860px;
	float: none;
	padding-bottom: 10px;
}
/* Breadcrumbs */
#breadcrumb {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #004c95;
}
#breadcrumb a{
	color: #004c95;
}
#breadcrumb a:hover{
	color: #FF0000;
	text-decoration: none;
}
/* Content */
#content {
	margin: 0px 0px 0px 120px;
	width: 860px;
	padding: 0px 10px;
}
#content .onecol {
	width: 590px;
}
#content p{
	font-size: 0.8em;
	line-height: 1.3em;
}
#content .intro{
	font-size: 0.9em;
	line-height: 1.3em;
	color: #666666;
	font-weight: bold;
}
#content p a{
	color: #666666;
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}
/* Footer */
#footer {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	float: none;
	font-size: 0.7em;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #D61921;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 5em;
	clear: both;
}
#footer #info {
	width: 1000px;
	margin: 1px 0px 10px;
	padding: 2px 0px;
	float: left;
	background-color: #D61921;
	color: #FFFFFF;
}
#footer #info a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer #info a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer p a{
	color: #666666;
	text-decoration: none;
}
#footer p a:hover{
	color: #666666;
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 1000px;
}
#footer li {
	float: left;
	display: block;
}
#footer .left{
	float: left;
	width: 300px;
	margin-left: 1em;
}
#footer .right{
	float: right;
	width: 280px;
}
#footerlogo {
	width: 1000px;
	margin: 0px;
	float: none;
}
#footerlogo .logo{
	border: none;
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* Right hand side items */
#rightitems {
	float: right;
	width: 250px;
	padding-left: 10px;
}
#rightitems ul {
	margin: 2em 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#rightitems li {
	width: 250px;
	margin: 0px 0px 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 0.7em;
	/* IE6 / IE7 li gap fix */ float: left;
}
#rightitems li a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #84A6C7;
	padding: 15px;
	display: block;
	height: 1%;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #004C95;
}
#rightitems li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	padding: 15px;
	display: block;
	height: 1%;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #D61921;
}
#rightitems li .on {
	background-color: #1A5EA0;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #004C95;
}
#rightitems p {
	font-size: 0.8em;
	color: #001E62;
}
#rightitems .statement {
	font-size: 1em;
	margin-bottom: 10px;
}
#rightitems h1 {
	font-size: 1.5em;
	margin: 0px 0px 5px;
	padding: 0px;
}
#rightitems h1 a{
	color: #004C95;
	text-decoration: none;
}
#rightitems h1 a:hover{
	text-decoration: underline;
}
/* Misc Global */
.floatleft {
	float: left;
	padding-right: 10px;
}
.floatright {
	float: right;
	padding-left: 10px;
}
/* Type Styles */
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #004c95;
	font-size: 1.3em;
	margin: 10px 0px 0px;
}
blockquote {
	width: 240px;
	float: right;
	margin: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/global/quotetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.4em;
}
blockquote p{
	color: #FF0000;
	background-image: url(../images/global/quotebottom.gif);
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-position: right bottom;
}
