﻿body
{
    background: #D4E1F1 url(../image/bg_gradient.jpg) repeat-x left top;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 12px;
    font-family: arial,helvetica,sans-serif;
}
.clear {
	clear: both;
}
#pageBody {
	width: 960px;
    text-align:center; /* for IE */ 
	margin:0 auto; /* for the rest */ 
	background-color: #d9d9d9;
}
#wrapper {
    text-align:left;
}
#header {
	float: left;
	width: 959px;
	height: 75px;
}
img {
	border: 0;
}
#appMain {
	float: left;
	width: 959px;
	background-color: #E7E7DC;
	border-top: #a9a9a9 4px solid;
	border-bottom: #a9a9a9 4px solid;
	border-right: #a9a9a9 1px solid;
}
#leftColumn
{
    float: left;
    width: 200px;
    background-color: #BDBDBD;
    padding: 10px 0px 10px 10px;
    margin:0;
}
#rightColumn {
	float: left;
	width: 729px;
	margin: 10px 0 5px 10px;
	background-color: #fff;
	border: gray solid 1px;
}
.menuLink
{
    font-family: arial;
    letter-spacing: 0px;
    color: #3f5065;
    font-size: 13px;
    text-decoration: none;
}
.menuLink:hover
{
    color: #000;
}
.menuHeading
{
    letter-spacing: 1px;
    font-family: Arial, 'Times New Roman' , 'Trebuchet MS';
    font-size: 10pt;
    background-color: #6699CC;
    color: #000066;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    padding: 0;
    margin:0;
    width: 190px;
}
.menuGroup
{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.menuSubGroup
{
    padding: 0;
    list-style-type: none;
    margin: 5px 0 5px 0;
}
.menuGroup li
{
    width: 190px;
    text-align:center;
    margin: 0px;
    padding: 0px;
    background: url(../image/navbar.gif) no-repeat;
    height: 29px;
    font-size: 13pt;
    font-weight: bold;
}
.menuGroup li a
{
    width: 100%;
    display: block;
    text-decoration: none;
    padding-top: 5px;
}
.menuGroup li.active
{
    width: 190px;
    text-align:center;
    margin: 0px;
    padding: 0px;
    background: url(../image/navbarOn.gif) no-repeat;
    height: 29px;
    font-size: 13pt;
    font-weight: bold;
}
.menuGroup li.active a
{
    width: 100%;
    display: block;
    text-decoration: none;
    padding-top: 5px;
}
.menuNote 
{
    margin: 20px 20px 0 10px;
    font-size: 8pt;
    text-align: center;
}
.menuNoteLink 
{
    font-weight: bold;
    margin: 20px 20px 0 10px;
    font-size: 8pt;
    text-align: center;
}
.menuNoteLink a
{
    color: #000080;
}
.menuNoteLink a:visited
{
    color: #000080;
}
.menuNoteLink a:hover
{
    color: #990000;
}
.grayBack
{
    font-family: Arial, 'Times New Roman' , 'Trebuchet MS';
    font-size: 12pt;
    background-color: #CCCCCC;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.grayBorder, .grayOutline
{
    border: solid thin gray;
}
.subMenu
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #3f5065;
    margin: 20px 30px 20px 20px;
    text-align: center;
    background-color: #F4F4F4;
    padding: 0;
}
.subHeading {
    background-color: #C4D7DD; 
    font-size: 12px; 
    font-family: arial, verdana, helvetica, sans-serif; 
	font-weight: bold; 
	border-bottom: thin groove #cccccc;
	text-align: center;
	padding: 3px;
}
.menuSubGroup li.active a
{
    text-decoration: none;
}
.menuSubGroup li
{
    font-family: Arial, 'Times New Roman' , 'Trebuchet MS';
    font-size: 12px;
    text-align:center;
    margin: 0 0 5px 0;
    padding: 0px;
    font-weight: 600;
}
.resultsNote {
	font-family: Arial, 'Times New Roman', 'Trebuchet MS';
	font-size: 9pt;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.additionalNote {
    border-top: solid 1px gray;
    text-align: center;
    margin: 10px 0 0 0;
    padding-top: 10px;
	font-family: Arial, 'Times New Roman', 'Trebuchet MS';
    font-size: 11pt;
}
.qualifyYear {
	font-family: Arial, 'Times New Roman', 'Trebuchet MS';
	font-size: 12pt;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
.menuSubGroup a
{
    color: #003366;
}
.menuSubGroup a:visited
{
    color: #003366;
}
.menuSubGroup a:hover
{
    color: #990000;
}



