body
{
	font-family: Georgia, Times, serif;
	background-color: #808080;
	text-align: center;
	
	margin-bottom: 0px;
    margin-top: 0px;
}

#processDiv
{
	position: relative;
    
    width: 100%;
    height: 100%;
    
    background-color: #F8F8FF;
    FILTER: alpha(opacity=90);
    opacity: .90;
    moz-opacity: .90;
    khtmlopacity: .90;
    text-align: center;
}

#containerDiv
{
    margin-left: auto;
    margin-right: auto;

    width: 90%;
    background-color: #D5D5D5;
}

#bannerDiv
{
	margin-left: auto;
    margin-right: auto;
    
	position: relative;
	width: 98%;
	height: 75px;
	background-color: #600/*#2C74AA*/;
	text-align: left;
	
}

#menuDiv
{
	margin-left: auto;
    margin-right: auto;
    
	position: relative;
	width: 98%;
	height: 29px;
	background-color: #D5D5D0;
}

#contentDiv
{
	margin-left: auto;
    margin-right: auto;
    
	position: relative;
	width: 98%;
	background-color: White;
}

#textDiv
{
	width: 100%;
	text-align: left;
	overflow: visible;
}

#footerDiv
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: .69em;
    
	position: relative;
	width: 99.5%;
	height: 100px;
	overflow: hidden;
	background-color: #BFB230;
	border-top: solid 1px #7C7210;
}

#logoDiv
{
	position: relative;
	margin: 0px;
	padding: 15px 0px 10px 5px;
}

#tabs
{	
	list-style: none;
	text-indent: 0em;
    font-weight: normal;
    
    margin: 0px;
    margin-left: -40px;
    padding-top: 2px;
}

#tabs li
{
	width: 16.39%;
	height: 25px;
	margin-left: 2px;

    background-color: #289E9E/*#73C2FF*/;
    list-style-image: none;
    float: left;
    
    text-align: center;
}

#tabs a
{
    display: block;
    
    padding: 4px 0px 8px 0px;
    
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    line-height: 13px;
    
    text-decoration: none;

    color: #002828/*#005EA6*/;
    
    border-width: 0px;
}

#tabs a:hover
{
    text-decoration: none;
    color: #289E9E/*#73C2FF*/;
    
    background-color:  #002828/*#005EA6*/;
}

h1
{
	margin: 0px;
	padding-left: 5px;
	font-size: 1.1em;
    font-weight: bold; 
    text-transform: capitalize;
    line-height: 1.3;
    color: #CCC;
    font-family: verdana, arial, sans-serif;
}

h2
{
	margin: 0px;
	padding-left: 2px;
	padding-top: 5px;
	font-size: 1.05em;
    font-weight: bold; 
    text-transform: capitalize;
    line-height: .8;
    color: #A69700;
    font-family: verdana, arial, sans-serif;
}

p
{
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: .95em;
	line-height: 1.4;
}

a, input
{
	outline: none;
}

a img, :link img, :visited img
{
	border: 0px;
}

a:link { color: #600; text-decoration:none; font-weight: bold;}

a:visited { color: #600; text-decoration:none; font-weight: bold;}

a:hover { color: #600; text-decoration:underline; font-weight: bold;}

a:active { color: #600; text-decoration:none; font-weight: bold;}

table 
{
	border-collapse: collapse;
	border-spacing: 0px;
}

.hRule
{
	margin-left: auto;
    margin-right: auto;
    
	position: relative;
	width: 98%;
	height: 2px;
	background-color: #FFAD40;
}

.cellTitle
{
	color: White;
	background-color: #002828/*#005EA6*/;
	padding: 2px 2px 2px 2px;
}

.cellContent
{
	background-color:  #289E9E/*#73C2FF*/;
}

.cellContent a:link { color: white; text-decoration:none; }

.cellContent a:visited { color: white; text-decoration:none; }

.cellContent a:hover { color: white; text-decoration:underline; }

.cellContent a:active { color: white; text-decoration:none; }

.activeA
{
    background-color:  #002828/*#005EA6*/;
    color: #289E9E !important;
}
