body {
	color:black;
	background-color:#9CACC5;
	font-family: verdana, arial,helvetica, sans-serif;
	font-size:0.9em;
}
* {
	margin:0;
	padding:0;
}

#maintextbody ul, #maintextbody ol {
	margin-left:20px;
	padding-left:20px;
}
#content {
	width:750px;
	margin-top:30px;
}
#top {
	height:65px;
	background-image:url('images/curvetop.png');
}
#top h1 {
	color:white;
	font-size:0.7em;
	padding-top:5px;
	text-align:center;
}
#top h3 {
	float:right;
	color:white;
	padding: 18px 20px 0 0;
	font-size:1em;
}
#top h2 {
	color:white;
	font-size:1.8em;
	font-style:italic;
	font-weight:bold;
	padding-left:20px;
	padding-top:10px;
	font-family:arial;
}
#imageholder{
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	height:132px;
	overflow:hidden;
	position:relative;
}
#imageholder h1 {
	position:absolute;
	top:10px;
	left:20px;
	color:white;
	font-family: times new roman, serif;
	font-size:1.45em;
	font-style:italic;
	font-weight: bold;
}
#topmenu {
	background-color:#000066;
	height: 28px;
}
#topmenu ul {
	float:right;
	padding-right:25px;
	margin:0;
	list-style-type:none;
	position:relative;
	top:5px;
}
#topmenu ul li {
	display:block;
	margin-left:50px;
	float:left;

}
#topmenu ul li a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}
#topmenu ul li a:hover, #topmenu ul li.hilight a {
	color: #9CACC5;
}
#lhs {
	float:left;
	margin-left:10px;
	padding-top:20px;
	font-size:0.9em;
}
#lhs ul {
	list-style-type:none;
	width:161px;
}
#lhs ul li {
	display:block;
	background-color:#000066;
		height:26px;
}
#lhs ul li a, #lhs ul li span {
	display:block;
	padding: 5px 0 5px 10px;
	color:white;
	text-decoration:none;
}
#lhs ul li.header span, #lhs ul li.header1 span {
	color:black;	
	font-weight:bold;
	position:relative;
	left:-3px;
}
#lhs ul li a:hover, #lhs ul li.hilight a {
	background-image:url('images/arrow.png');
	background-repeat:no-repeat;
	background-position:left center;
}
#lhs ul li.header, #lhs ul li.header1 {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color:#99A9C3;
}
#lhs ul li.header1 {
	background-image:url('images/menuheader1.png');
}
#maintext {
	font-size:0.9em;
	background-color:white;
}
#maintextbody {
	padding-left:190px;
	margin-right:20px;
	padding-top:30px;
}
#maintextbody p {
	margin-top:10px;
	margin-bottom:10px;
}
#maintextbody h1 {
	color:#000066;
	font-size:1.3em;	
}
#maintextbody h2 {
	color:#000066;
	font-size:1em;	
}
#maintextbody img {
	margin:10px;
}
a img {
	border:0;
}
#footer {
	text-align:center;
	padding:10px;
	font-size:0.8em;
}
#footer ul {
	list-style-type:none;
	padding-bottom:5px;
	padding-top:5px;
}
#footer ul li {
	display:inline;
}
#footer ul li span {
	display:none;
}
#footer ul li a {
	color:black;
	padding:0 5px;
	text-decoration:none;
}
input, select, textarea {
	border:1px solid #000066;
	background-color:#FFFFFF;
}
#submit {
	width:auto;
}
textarea {
	height:150px;
}
input.paypalsubmit {
	border:0;
}
