body{
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	text-align: justify;
}
#mainFrame{
margin:0 auto;
width:860px;
padding:0;
background-color: white;
}
#header{
	padding-bottom:30px;
}
#header h1{
	color: #419C65;
	border-bottom: 3px solid #7A0010;
	margin: 0;
	font-size:200%;
	padding: 30px 0 12px 2px;
}
#header h2{
	float: none;
	text-align:right;
	font-style: italic;
	font-size:0.8em;
	font-weight: normal;
	padding-top:1em;
}
#menu_bar{
	float:left;
	width:100%;
	background-color:#419C65;
	border-top: 3px solid #419C65;
	border-bottom: 3px solid #419C65;
	margin-top:1.3em;
}
#menu_bar ul, #menu_bar li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#419C65;
}
#menu_bar ul{
	display:inline;
	border-left: 6px solid #419C65;
}
#menu_bar li{
	padding:0 12px;
	background-color:#cfc;
	border-right: 4px solid #419C65;
}
#menu_bar a{
	color:#419C65;
	font-weight:bold;
	text-decoration:none;
	width:100%;
}
#menu_bar a:hover{
	color:#fff;
}
#lob{
	display:inline;
	float:right;
	border-right: 4px solid #419C65;
}
#lob p{
	display:inline;
	padding:0 12px;
	background-color:#cfc;
}
#lob a{
	color:#419C65;
	font-weight:bold;
	text-decoration:none;
	width:100%;
}
#mainBody{
	margin-top:40px;
	clear:both;
}
#leftCol{
	width:45%;
	float: left;
	padding-top: 40px;
}
#curInfo{
	float:none;
	min-height:100px;
}
#curInfo dl{
	padding-bottom:3px;
	font-size:106%;
	color:black;
}
#curInfo dt{
	margin: 0;
	padding: 0 0 3px 0;
	float:left;
	clear:left;
	min-width:90px;
}
#curInfo dd{
	margin: 0;
	padding: 0 0 3px 0;
	float:left;
	color:blue;
}
#curInfo a{
	color:#419C65;/*blue;*/
	font-weight:bold;
	text-decoration: none;
}
.bigBox{
	width: 100%;
	clear:left;
	margin: 10px auto;
	padding-bottom:12px;
	text-align:justify;
}
.bigBox h1{
	padding:3px 2px;
	margin-top:0;
	font-weight: bold;
	font-size: 112%;
	color: #419C65;
	background-color: #CCFFCC;
	border-top:2px #419C65 solid;
}
.bigBox h2{
	padding: 3px 0;
	font-weight: bold;
	font-size: 106%;
	color: #419C65;
}
.bigBox h3{
	padding: 3px 0;
	font-weight: normal;
	font-size: 106%;
	text-decoration:underline;
	color: #419C65;
}
.bigBox p{
	padding: 3px 2px;
}
.bigBox a{
	color:#419C65;
	font-weight:bold;
	text-decoration:none;
}
#rightCol{
	width:45%;
	float: right;
	margin-right: 0;
	text-align:right;
	padding-top: 40px;
}
#bottomZone{
	clear:both;
	padding:30px 2px;
}
#contactBox{
	width:584px;/* 68% of 860*/
	float: left;
}
#contactBox h2{
	font-size: 106%;
	color: #419C65;
	margin-bottom:0;
	padding-bottom:0;
	padding-left:2px;
}
.miniBox{
	float:left;
	width:30%;
	min-height: 80px;
	margin:8px 8px 8px 2px;
	border-right: dotted 1px #CCFFCC;
}
.miniBox p{
	font-size: 90%;
	margin-top:2px;
}
.miniBox ul{
	margin-top: 0;
	padding-right:4px;
	font-size:90%;
}
.miniBox a{
	font-size:110%;
	color:blue;
	font-weight:bold;
	text-decoration: none;
}
.last{
	border: 0 none
}
#accountBox{
	width: 256px;
	float: left;
	border:1px solid #339966;
	margin: 8px 2px 30px 0;
	padding:0;
}
#accountBox p{
	clear:both;
	padding:2px 5px 8px 5px;
	margin:0;
}
#accountBox em{
	font-size:80%;
	font-style:normal;
}
#accountBox a{
	color:#419C65;/*blue;*/
	font-weight:bold;
	text-decoration: none;
}
#disclaimer{
	clear: both;
	font-size:80%;
}
#footer{
	clear: both;
	text-align:center;
	border-top:solid 3px #339966;
	background-color:#CCFFCC;
	color: #339966;
	font-weight: bold;
	margin: 0;
	padding:2px 0 3px 0;
}
#footer p{
	padding: 0;
	margin: 0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.smallPrint{
	font-size:80%;
	font-weight:bold;
	color:gray;
}
.code {
	padding: 5px 100px;
}
table{
	border: solid 2px #339966;
	border-collapse: collapse
}
th, td {
	padding: 2px 4px;
	border: solid 1px #339966;
}
th{
	border-bottom: double 2px #339966;
}
