@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

body {
	background-color: #EEE;
	height:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin-bottom: 10px;	
}

h2 {
	padding-left: 20px;
	border-bottom-width: 6px;
	border-top-width: 6px;
	border-bottom-color: white;
	border-top-color: white;
	border-bottom-style: solid;
	border-top-style: solid;
	display: block;
	background-color: #00a0af;
	color: #FFF;
	font-weight: bold;
	width: 630px;
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	clear: both;
}


/*********************************************************** MAIN STRUCTURE */

#wrap {
	border-width: 6px;
	border-color: white;
	border-style: solid;
	background-color: #FFF;
	width:650px;
	margin:0 auto;
	text-align:left;
}

#header {
	width: 650px;
	height: 174px;
	float: left;
	display: inline;
}

#space {
	width: 650px;
	height: 110px;
	display: block;
	clear: both;
}

#quarter {
	padding-left: 20px;
	border-bottom-width: 6px;
	border-top-width: 6px;
	border-bottom-color: white;
	border-top-color: white;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #666666;
	color: white;
	font-weight: bold;
	width: 630px;
	line-height: 25px;
	height: 25px;
	float: left;
	display: inline;
}


#feature {
	padding: 15px 0px 15px 20px;
	background-color: #EEE;
	color: #00A0AF;
	font-weight: bold;
	width: 430px;
	float: left;
	display: inline;
}

#print {
	padding: 15px 0px 15px 0px;
	background-color: #EEE;
	color: #333;
	text-align: right;
	font-size:9px;
	width: 190px;
	float: left;
	display: inline;
}

#contentwrap {
	padding: 0px 0px 20px 0px;
	background-color: #EEE;
	width: 650px;
	float: left;
	display: inline;
}

#left-content {
	padding: 0px 0px 0px 10px;
	width: 215px;
	color: #333;
	float: left;
	display: inline;
}

#middle-content {
	padding: 0px 0px 0px 10px;
	width: 215px;
	color: #333;
	float: left;
	display: inline;
}

#right-content {
	padding: 0px 0px 0px 20px;
	width: 175px;
	text-align: right;
	float: left;
	display: inline;
}

.main-content {
	background-color: white;
	padding: 20px;
	width: 610px;
	font-size: 11.5px;
	color: #222222;
	line-height: 12pt;
	float: none !important;

}


#page {
	page-break-after: auto;
}


.page-break{
	page-break-after: always;
}


#footer {
	width: 650px;
	padding: 10px 0px;
	background-color: #666;
	clear: both;
	text-align: center;
}

#contentwrap a {
	text-decoration:none;
	color: #333;
	line-height:14pt;
}

#contentwrap a:hover {
	text-decoration: underline;
	line-height:14pt;
}
ul#arrow-list li a.menu-active {
	color:#FF5900;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:14pt;
}

.main-content a {
	text-decoration:none;
	color: #FF5900;
}

.main-content a:hover {
	color: #FF5900;
	text-decoration: underline;
	
}

.inset-image {
	float:left;
	padding:0px 20px 40px 0px;	
}

.image-right {float:right; padding: 0 0 0 20px;}

.highlight {
	font-size: 12px;
	font-weight: bold;
	color: #00A0AF;
}
.highlight-regular {
	font-size: 12px;
	color: #00A0AF;
}

.source {
	font-size: 10px;
	color: #666666;
	clear: both;
}

.sec-header {
	font-size: 12px;
	font-weight: bold;
	color: #FF5900;
}

#footer {
	color: #FFF;
}

#footer a {
	text-decoration:none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

.menu-active  {
color:#FF5900;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:14pt;
}

ul#arrow-list {margin: 0px 0px 0px 0px; padding: 0; list-style: none; line-height: 18px;}
ul#arrow-list li {background: top left url(images/bulletblack.gif) no-repeat; border-top: 2px solid #; list-style: none; padding: 0px 0px 0px 17px;}
ul#arrow-list li a {color: #000;}
ul#arrow-list li a:hover {
	color: #000000;
	text-decoration: underline;
}

li {
	margin-left: 12px;
}

