body
{
	background-color: #ffffff;
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('images/waterMark.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 400px 300px;
}

.logo
{
	background-color: #A4BDD3;
	border-bottom: 3px solid #FFFFFF;
}

table.shell
{
	width: 100%;
	border: 3px solid #182C82;
}

.input-box
{
	color: #000000;
	background: #ffffff;
	font-size: 10px;
	width: 80px;
}

td.topnav
{
	background-color: #212D7F;
	border-bottom: solid 3px #AC9135;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	height: 23px; 
	padding-left: 10px;
	padding-top: 3px;

}
.submitBTN
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #636877;
	background-color: #D0D0D2;
}

:link.topNavlink {color: #FFFFFF; text-decoration: none; font-weight: bold;}
:visited.topNavlink {color: #FFFFFF; text-decoration: none; font-weight: bold;}
:hover.topNavlink {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
:active.topNavlink {color: #FFFFFF; text-decoration: underline; font-weight: bold;}

:link.bottomNavlink {color: #FFFFFF; text-decoration: none; font-weight: bold;}
:visited.bottomNavlink{color: #FFFFFF; text-decoration: none; font-weight: bold;}
:hover.bottomNavlink{color: #FFFFFF; text-decoration: underline; font-weight: bold;}
:active.bottomNavlink{color: #FFFFFF; text-decoration: underline; font-weight: bold;}

td.topBanner
{
	background-repeat: no-repeat;
	background-color: #919494;
	height: 68px;
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

td.bottomSpace
{
	background-color: #7780AB;
	border-top: 4px solid #B4932C;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	height: 26px; 
}

td.mainContent
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	border-right: 6px solid #B4932C;
	border-top: 5px solid #B4932C;
	width: 100%;
	text-align: justify; 
}

table.mainContent
{
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width: 100%;
	text-align: justify;
}


.title
{
	color: #000000;
	font-family:Verdana;
	font-size: 20px;
	text-transform: capitalize; 
	text-align:left;
}
.pageTitle
{
	color: #000000;
	font-family:Verdana;
	font-size: 14px;
	text-align:left; 
	font-weight:bold; 
	background-color:#D1D5F2;
	width: 100%;
	
}
.pageTitle2
{
	color: #000000;
	font-family:Verdana;
	font-size: 13px;
	text-align:left; 
	font-weight:bold;
	background-color:#D1D5F2;
	width: 100%;
}
td.leftNavBlank
{
	background-color: #A4BDD3;
	height: 100%;
	color: #A4BDD3;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*//////////// BEGIN: Nav classes //////////*/
table.navTable
{
	width: 154px;
	height: 100%;
}

td.leftNav
{
	padding-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	
}

td.leftNav a
{
	display: block;
	width: 153px;
	background: #1E2982;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-decoration: none;
	border-top: solid 1px #B58F2A;
	border-bottom: solid 1px #B58F2A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td.leftNav a:visited
{
	display: block;
	width: 153px;
	background: #1E2982;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-decoration: none;
	border-top: solid 1px #B58F2A;
	border-bottom: solid 1px #B58F2A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td.leftNav a:hover
{
	display: block;
	width: 153px;
	background: #D1D5F2;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-decoration: none;
	border-top: solid 1px #B58F2A;
	border-bottom: solid 1px #B58F2A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/*//////////// END: Nav classes //////////*/
hr
{ 
font-size: 4pt; 
color: #AC9135;
width: 100%;
}