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


body {
	background: #528BBB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03405E;
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/jpgs/bg_blue.jpg) repeat-x;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 20px;
	padding-left: 20px;
}
#containerHolder {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/gifs/bGround2.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#signupBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background: #1D598A;
	width: 800px;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	float: left;
	letter-spacing: 0.2em;
}
#mainContent {
	margin-left: 200px;
	position: relative;
	margin-right: 60px;
	float: left;
	background: #FFFFFF;
}
#mainContentIndent {
	width: 565px;
	margin-top: 20px;
}
#leftCol {
	background: #D5E8F5;
	padding: 30px 10px 10px;
	float: left;
	width: 160px;
}
#rightCol {
	float: right;
	width: 205px;
	padding: 10px 15px 0px;
}
#leftMain {
	width: 530px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	padding-left: 20px;
}

a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* Sub Nav Menu*/
ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 16px Helvetica, Verdana, Arial, sans-serif;
	line-height:185%;
	width:160px;
	text-align: center;
}
ul.vert-one li{
	margin:0;
	padding:0;
	border-top:1px solid #BDAD8D;
	border-bottom:1px solid #EFDAB2;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#03405E;
	background:#DBC8A5;
	width:160px;
}
ul.vert-one li a:hover{
	background:#EDD8B1 url(images/vert-one_arrow.gif) no-repeat 0 9px;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background:#EDD8B1 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}


h1 {
	font-family: georgia;
	font-size: 22px;
	color: #00396E;
	font-weight: normal;
	border-bottom: 1px dotted #3399FF;
	padding-bottom: 10px;
	margin-top: 20px;
}
.box1 {
	float: left;
	padding-right: 20px;
}
.box2 {
	float: left;
	width: 115px;
	margin: 0px 15px 5px 5px;
	background: #FFF3D3;
	padding: 8px;
	height: 70px;
}
.profiles {
	font-family: "lucida grande";
	font-size: 14px;
	color: #03415F;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
}
.sub {
	font-size: 14px;
	font-weight: bold;
	color: #5087B7;
}
.menuSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #03415F;
	text-align: center;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #447EB3;
	line-height: 24px;
	border-top: 1px dotted #447EB3;
	border-bottom: 1px dotted #447EB3;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.quoteSml {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #205982;
	line-height: 18px;
	text-align: center;
	margin: -10px 0px 1px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #03405E;
	line-height: 19px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #D12732;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E8CCB4;
	width: 760px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.subhead_rev {
	font: bold 14px Verdana;
	color: #D5E8F5;
	text-align: center;
	height: 18px;
	background-color: #00396E;
	padding-top: 5px;
	padding-bottom: 5px;
.mainLeftBody {
	padding: 20px;
	float: left;
	width: 565px;
}

/* -----------------------------------------------------------------
                  		 The "DETAILS" Container
------------------------------------------------------------------*/

.detail {
	font-style: italic;
	padding: 0 0 14px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.detail a:hover {
}
.detail strong {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.detail p {
	padding: 0 0 1px 0;
}
.detailBox {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 55px;
	font-size: 11px;
	float: left;
}
#storyContent {
	float: left;
	margin-top: 20px;
	width: 540px;
	margin-bottom: 20px;
	left: 70px;
}
