html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#ffffff;
	background: url("../images/menuBG.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.calcText {
	width: 260px;
	height: 25px;
	margin-top: 5px;
	font-size: 12px;
}

.calcText2 {
	width: 380px;
	height: 25px;
	margin-top: 2px;
	font-size: 12px;	
}

.clear {
	clear: both;
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}

.headerLeft {
	position: absolute;
  	margin: 0px;
  	width: 685px;
  	height: 145px;
  	z-index: 3;
}

.headerRight {
  	width: 100%;
  	height: 145px;
  	background: url("../images/mainHeaderRight.jpg") no-repeat 100% 0% transparent;
}

.headerBG {
	position: absolute;
	width: 100%;
	z-index: 2;
	background: url("../images/mainHeaderBG.gif");
	top: 0px;
	left: 0px;
	height: 145px;
	margin: 0px;
}

.container {
	position: relative;
	min-height: 100%;
}

.contentBox {
	font-family: Verdana;
	min-height:435px;
	height:auto !important;
	height:435px;
	font-size: 12px;
	color: #254b71;
	padding: 155px 20px 30px 210px;
	z-index: 4;
}

.smallText {
	font-size: 12px;
}

h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #c23734;
}

h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #c23734;
	font-weight: 800;
}


.footerLink {
	color: #FFFFFF;
	text-decoration: underline;
}

.rule {
	clear: left;
	width: 99%;
	height: 1px;
	background-color: #254b71;
	margin-bottom: 10px;
}

.innerRule {
	clear: left;
	width: 99%;
	height: 1px;
	background-color: #254b71;
	margin-top: 10px;
	margin-bottom: 12px;
}

.menuBox {
	position: absolute;
	top: 145px;
	left: 0px;
	z-index: 1;
}


.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.firstCol {
	width: 150px;
	margin-top: 3px;
	float: left
}

.formInput {
	width: 180px;
	float: left;
}

.formRow {
	height: 25px;
}

.formHolder {
	width: 690px;
}

.secondCol { 
	width: 150px;
	margin-left: 30px;
	margin-top: 3px;	
	float: left
}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align:center;
	padding:5px;
}


.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	background-color:#AFAFAF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #546054;
	border-bottom: 1px solid #546054;
	border-left: 1px solid #FAFBE9;
	text-align: center;
	vertical-align: bottom;
}

.leftmenu{	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	color: #666666;
	padding:2px;
}
.leftmenu a:link{
	color:#646D05;
	text-decoration:none;
}
.leftmenu a:active{
	color:#000000;
	text-decoration:none;
}
.leftmenu a:visited{
	color:#646D05;
	text-decoration:none;
}
.leftmenu a:hover{
	color:#000000;
	text-decoration:underline;
}
.leftcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:10px;
	background-color: #E6E6E6;
	border: 1px solid #D0D9D0;		
	color:#666666;
	font-weight:normal;	
	vertical-align: top;
}
