@charset "utf-8";
/* *** Standards *********************************** */
html, body, div, span, img, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	background-color: #060745;
}
/* *** Typography ********************************** */
/* All links are grayish; only diff is underline when hovered */
a, a:link, a:visited, a:hover, a:focus, a:active {
	color: #222390;
}
a:hover {
}
/* Common styles */
h1 {
font-size: 16pt;
color: #1c2172;
margin-bottom: 10px;
}
h2 {
font-size: 12pt;
color: #1c2172;
margin-bottom: 10px;
}
h3 {
font-size: 10pt;
color: #1c2172;
font-weight: bold;
font-style:italic;
margin-bottom: 15px;
}
p {
margin-bottom: 12pt;
line-height: 150%;
}
ul {
margin-bottom: 20px;
}
li {
list-style-image: url(../images/arrowbullet.gif);
margin-bottom: 7px;
}
#sidebar p {
margin-bottom: 12pt;
line-height: 120%;
}
form input {
	background-color: #FFC;
}
form textarea{
	background-color: #FFC;
}

/* ************************************************ */
#uber_container{ /* Background that spans the body */
	background-image: url(../images/menu_bg2.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#container { /* All content, floating center */
margin: 0px auto;
width: 720px;
}
#content {
background-color: #FFF;
border-left: 1px solid #D9D9D9;
border-right: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
padding: 35px 20px 35px 35px;
}
#content img {
padding: 0px 0px 0px 0px;
}
.affiliate_box {
	float:left;
	width:300px;
	margin: 5px;
	padding: 5px;
	border: 1px dotted #222390;
}
table img {
margin: 0px 0px 0px 0px;
}
table ul {
margin-top: 5px;
font-size: 11pt;
}
#sidebar {
float: right;
width: 258px;
padding: 30px 30px 0px 30px;
}
#uber_bottom { /* Background that spans the body */
	background-image: url(../images/bot_bg.gif);
	background-repeat: repeat-x;
	background-color: #060745;
}
#bottom {
	position:relative;
	margin: 0px auto;
	height: 100px;
	padding: 40px 0px 0px 0px;
	color: #222390;
	width: 720px;
}
#bottom p {
text-align:center;
font-size: 10pt;
}
#bottom a {
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222390;
}
#bottom a:hover {
	text-decoration:none;
	border-bottom: 1px #FCFCFE solid;
}
/* *** Navigation ********************************** */
#menubar {
position: relative;
height: 220px;
width: 720px;
}
#menubar img {
margin-right: 0px;
}
#menubar_selections {
display:inline;
padding-left: 20px;
}
#banner {
	position: absolute;
	left: 95px;
	top: 38px;
	font-size:48px;
	color: #2E506B;
	width: 312px;
	visibility: visible;
}
#banner a, 
#banner a:link, 
#banner a:visited, 
#banner a:hover, 
#banner a:focus, 
#banner a:active {
color: #2E506B;
text-decoration:none;
}
#banner a:hover {
color: #475B13;
}

#sub_banner1 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#sub_banner2 {
	position: absolute;
	left: 100px;
	top: 95px;
	font-size:14px;
	color: #475B13;
	width: 307px;
	visibility: visible;
}
#floaty_box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width:720px;
	text-align:center;
}
#bottom #floaty_box a, 
#bottom #floaty_box a:link, 
#bottom #floaty_box a:visited, 
#bottom #floaty_box a:hover, 
#bottom #floaty_box a:focus, 
#bottom #floaty_box a:active {
text-decoration:none;
border-bottom: none;
}

/* *** #menubar_super ********************************* */
#menubar_super ul#tabnav {
border-bottom: 1px solid #D9D9D9;
margin: 30px 0px 0px 0px;
padding: 0px 0px 0px 15px;
}
#menubar_super ul#tabnav li { 
display: inline;
}
#menubar_super ul#tabnav li a { /* settings for all tab links */
padding: 0px 6px;
margin-right: 10px;
text-decoration: none;
background-color: #F3F3F3;
border-top: 1px solid #D9D9D9;
border-right: 1px solid #D9D9D9;
border-left: 1px solid #D9D9D9;
border-bottom: 1px none #D9D9D9;
color: #666;
}
#menubar_super ul#tabnav a:hover {
background-color: #CCC;
}
#tab1 #tabnav li.tab1 a, 
#tab2 #tabnav li.tab2 a, 
#tab3 #tabnav li.tab3 a, 
#tab4 #tabnav li.tab4 a, 
#tab5 #tabnav li.tab5 a { /* settings for active tab link */
background-color: #fff;
position: relative;
top: 1px;
padding-top: 1px; 
}
/* *** END #menubar_super ***************************** */
.clear {
clear: both;
}
.little_box {
line-height: 100%;
font-size: 10pt;
}
.labelwrap {
float: left;
width: 100px;
margin: 5px 10px 2px 10px;
text-align:right;
}
small {
font-size: 12px;
}
.punchy {
font-weight: bold;
color: #222390;
}
