/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #231F20;
	background-color: #1C4F6C;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.white { background: #FFFFFF; }
.green { background: #99CC55; }
.lhtBlue { background: #AFBCCD; }
.drkBlue { background: #01395A; }
.whiteText { color: #FFFFFF; }

.topDesign
{
	height: 74px;
	background: #1C4F6C;
	border-bottom: 7px solid #99CC55;
}

#topNav
{
	border-left: 1px solid #8CA8B4;
	background: #1C4F6C;
	height: 74px;
	margin: 0 0 0px 0;
	text-align: left;
}
#topNav a
{
	display: block;
	float: left;
	border-right: 1px solid #8CA8B4;
	font-size: 11px;
	color: #92A5C7;
	font-weight: normal;
	padding: 57px 15px 4px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #FFFFFF;
	background: url(images/navBG.jpg) repeat-x;
	text-decoration: none;
}

#botNav
{
	font-size: 10px;
	color: #AEBCCE;
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}
#botNav a
{
	font-size: 10px;
	color: #AEBCCE;
	font-weight: normal;
	padding: 10px 2px;
	text-align: left;
}


h1
{
	font-size: 13px;	
	font-weight: bold;
	font-style: italic;
	margin: 23px 0px 10px;
	text-align: left;
	color: #00395A;
}
h2
{
	font-size: 11px;	
	font-weight: bold;
	padding: 10px 15px 0;
	margin: 0px;
	text-align: left;
	color: #FFFFFF;
}
h3
{
	font-size: 11px;	
	font-weight: bold;
	padding: 10px 15px 0;
	margin: 0px;
	text-align: left;
	color: #8CC63F;
}
.mainText
{
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}
.leftText
{
	font-weight: normal;
	font-size: 10px;
	padding: 10px 15px;
	margin: 0px;
	text-align: left;
	color: #8CC63F;
}

.leftLink
{
    text-decoration: none;
    color: #8CC63F;
    font-weight: normal;
}

.paymentLink, .paymentLink:hover
{
    text-decoration: none;
    color: #990000;
    font-weight: bold;
	cursor: pointer;
}

#copyright
{
	font-weight: normal;
	color: #D0D1D3;
	font-size: 10px;
	margin: 10px 20px;
	text-align: center;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #AEBCCE;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #AEBCCE;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
