﻿body
{
	
	padding:0; background-position: right top; background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;

}

hr
{
width: 98%;
height: 1px;
color: #203E74;
}
               
a:link {color: #335577; text-decoration: underline; }
a:visited {color: #335577; text-decoration: underline; }
a:hover {color: #6386C8; text-decoration: none; }
a:active {color: #6386C8; text-decoration: none; }

:link.topNavlink {color: #000000; text-decoration: none; font-size: 12px; font-family:sans-serif; text-transform:uppercase;font-weight:bold;}
:visited.topNavlink {color: #000000; text-decoration: none; font-size: 12px; font-family:sans-serif; text-transform:uppercase;font-weight:bold;}
:hover.topNavlink {color: #0E357A; text-decoration: none; font-size: 12px; font-family:sans-serif; text-transform:uppercase;font-weight:bold;}
:active.topNavlink {color: #000000; text-decoration: none; font-size: 12px; font-family:sans-serif; text-transform:uppercase;font-weight:bold;}

:link.bottomNavlink {color: #000080; text-decoration: underline; font-size: 9px;  font-weight:bold;}
:visited.bottomNavlink {color: #000080; text-decoration: underline; font-size: 9px; font-weight:bold;}
:hover.bottomNavlink {color: #6386C8; text-decoration: underline; font-size: 9px; font-weight:bold;}
:active.bottomNavlink {color: #000080; text-decoration: underline; font-size: 9px; font-weight:bold;}

:link.sideNavlink {color: #000000; text-decoration: none; font-size: 12px; font-family:sans-serif; text-transform:uppercase; font-weight:bold;}
:visited.sideNavlink {color: #000000; text-decoration: none; font-size: 12px; font-family:sans-serif; text-transform:uppercase;font-weight:bold;}
:hover.sideNavlink {color: #0E357A; text-decoration: none; font-size: 12px; font-family:sans-serif; text-transform:uppercase;font-weight:bold;}
:active.sideNavlink {color: #000000; text-decoration: none; font-size: 12px; font-family:sans-serif; text-transform:uppercase;  font-weight:bold;}

table.whatsNewTable
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Use for all of the titles on each page*/
.title
{
	color: #203E74;
	font-size: 25;
	font-weight: bold;
	font-family: Times New Roman;
}

/* This the main table for the site. Set border, and overall look for the main table*/
table.shell
{
width: 100%;
height: 100%; 
padding-left: 1px; 
padding-right: 1px; 
padding-top: 1px; 
padding-bottom: 1px 
background-color: #E8E9EB;
}

table.innertable
{

border: 1px solid #FFFFFF; 
}


/* This the table for the top navigation*/
.topNav
{
	background-color: #E0DBB5;
	background-image: url('images/topNavTile.gif');
	background-repeat: repeat-x
	font-family:Lucida Sans Unicode; 
	font-size:12px; color:#000000; 
	text-transform:uppercase; 
}

/*This is for the table surrounding the entire bottom section. Keep same size as shell.*/
table.bottomtable
{
	width: 770px;
}


/*This is to control the content area of the site*/

td.contentMainCell
{
	background-color: #E8E9EB;
	padding: 5px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;vertical-align:top
}

/*Use this to control the Whats New Table*/
table.whatsnew
{
	width: 325px;
	background-color: #B1C4D8;
	border: 2px solid #10301B;
	padding: 5px;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Use for DL */
table.login
{
	background-color: #6689CB;
	width: 125px;
	padding:5px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: -1; 
	border: 1px #fff solid;
	
}
table.billpay
{
	background-color: #6689CB;
	width: 125px;
	padding: 9px 5px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: -1; 
	border: 1px #fff solid;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
table.billpay a {
	color: #fff;
	text-decoration: underline;	
}

table.billpay a:hover {
	text-decoration: none;
}

}
table.top
{
	border-bottom: 3px solid #FFFFFF;
}

/* Use for Contact Form*/
table.contactForm
{
	width: 100%;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

/*Use for Calculators*/

.calcs
{
	background-color: #EEEEEE;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/*Use for disclaimers*/
.finePrint
{
	font-size: 9px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

table.tablenav
{
	width: 125px;
	margin: 3px;
	padding: 6px;
}


td.welcome
{	height: 20px;
	background-color: #E8E4C6;
}

input.frm
{ 
color: #000080; 
background: #FFFFFF; 
border: #000080 solid 1px;
font-size: 10px;
color: #000080;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
} 

input.submit
{
border: 3px shadow #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.05em;
background-color: #C0C0C0;

background-repeat: repeat-x;
color: #333333;
font-size: 10px;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
} 

table.bottom
{
font-size: 10px;
color: #000080;
font-family: Arial, Helvetica, sans-serif;
}

td.locationTop
{
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
background-color: #6689CB;
}

table.regular
{	
	font-size: 12px;
	font-family: Verdana;
}

table.payplus {
	border-left: 1px #000 solid;
	border-right: 0px #000 solid;
	border-top: 1px #000 solid;
	border-bottom: 0px #000 solid;
}
table.payplus th {
	border-right: 1px #000 solid;
	border-bottom: 3px #fff solid;	
	font-size: .9em;
	padding: 4px;
	background-color: #1D3D7A;
	color: #fff;
}
table.payplus td {
	border-top: 0px #000 solid;
	border-left: 0px #000 solid;
	border-right: 1px #000 solid;		
	border-bottom: 1px #000 solid;
	font-size: 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;	
	padding: 4px;
}