body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#999966;
}

#main {
	width:100%;
	height:100%;
}

#top-banner {
	width:825px;
	height:59px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#top-buttons {
	width:813px;
	height:30px;
	padding-top:8px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	background:#808080;
	border:1px solid #000066;
}

* html #top-buttons {
	margin-top:-3px;
}

#top-buttons a {
	color:#000066;
	text-decoration:none;
	font-size:12px;	
	margin-left:10px;
	margin-right:9px;
	font-weight:bold;
}

#top-buttons a:hover {
	color:#fff;
}

#main-cont {
	width:824px;
	margin-left:auto;
	margin-right:auto;
}

#left-con {
	width:174px;
	height:580px;
	float:left;
	padding:10px;
	text-align:center;
	background-image:url(../i/easebadgewhite.jpg);
}



#left-con a {
	color:#FFFFFF;
}

#left-con h2 {
	font-size:15px;
	font-weight:100;
}

#left-con h3 {
	font-size:12px;
	font-weight:700;
}

#left-con h1 {
	font-size:17px;
}

#left-con p {
	font-size:11px;
	margin-top:-5px;
	text-align:justify;
}

* html #left-con p {
	margin-top:-10px;
}

#right-con {
	width:629px;
	height:600px;
	float:left;
}

.blue {
	color:#000066;
	font-size:9pt;
	font-weight:bold;
}


.linkA  {
	font-size:14px;
}

.linkA  a {
	font-size:14px;
	margin-left:20px;

}

.selected {
	color:#000066;
	font-size:9pt;
	font-weight:bold;
	display:none;
}

.formtext {
	width:250px;
}

.formtextarea {
	width:250px;
	height:60px;
}

.formbutton {
	width:256px;
	background-color:#c3c395;
	color:#333333;
}

#contactform a {
	color:#fff;
	text-decoration:underline;
}
#contactform a:hover {
	text-decoration:none;
}
