@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: #5758e2;
}
a:hover {
}
/* Common styles */
h1 {
font-size: 22pt;
color: #1c2172;
margin-bottom: 10px;
}
h2 {
font-size: 12pt;
color: #1c2172;
margin-bottom: 10px;
}
h3 {
color: #1c2172;
font-weight: bold;
font-style:italic;
margin-bottom: 5px;
}
p {
margin-bottom: 12pt;
line-height: 150%;
}
li {
/*list-style-image: url(../images/arrowbullet.gif);*/
margin-bottom: 7px;
}
#sidebar p {
margin-bottom: 12pt;
line-height: 120%;
}
/* ************************************************ */
#uber_container{ /* Background that spans the body */
background-image: url(../images/menu_bg.gif);
background-repeat: repeat-x;
background-color: #FFF;

}
#container { /* All content, floating center */
margin: 0px auto;
width: 920px;
}
#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 15px;
}
table img {
margin: 0px 0px 20px 0px;
}
table ul {
margin-top: 35px;
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 {
margin: 0px auto;
height: 169px;
padding: 40px 0px 0px 0px;
color: #5758e2;
width: 920px;
}
#bottom p {
font-size: 10pt;
}
#bottom a {
text-decoration:none;
border-bottom: 1px #5758e2 dotted;
}
#bottom a:hover {
text-decoration:none;
border-bottom: 1px #5758e2 solid;
}
/* *** Navigation ********************************** */
#menubar {
height: 80px;
width: 974px;
padding-top: 58px;
}
#menubar img {
margin-right: 35px;
}
#menubar_selections {
display:inline;
padding-left: 20px;
}
/* *** #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;
}
#tabnav #tab1 li.tab1 a, 
#tabnav #tab2 li.tab2 a, 
#tabnav #tab3  li.tab3 a, 
#tabnav #tab4 li.tab4 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;
}
