body {
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height:120%;
	background: #FFFFFF url(../images/header-bg.gif) repeat-x;
}
a {
	text-decoration:underline;
	color: #FF0000;
}
a:visited {
	color: #FF6600;
}
a:hover {
	text-decoration:none;
}
h1 {
	padding: 0px;
	display:inline;
}
h1 a{
	display:block;
	background:  url(../images/logo.jpg) no-repeat;
	height: 70px;
	width: 770px;
	text-decoration: none;
	padding-top: 0px;
	float: left;
	padding-bottom: 23px;
}
h2{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 160%;
	color: #009900;
	font-weight: bold;
	margin: 5px 0px;
}
h3{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #009900;
	padding-bottom: 2px;
	border-bottom: 2px solid #009933;
	margin: 5px 0px 5px;
}
h4 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #009900;
	padding-bottom: 2px;
	margin: 5px 0px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
}
h5 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #009900;
	padding-bottom: 2px;
	margin: 5px 0px;
	border-top: 1px solid #009900;
	padding-top: 5px;
}
#main_wrap{
	margin: 0px auto 0px 0px;
	width: 770px;
}
#nav {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 12px;
}
#nav li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	float:left;
	line-height: 20px;
}
#nav li a{
	color:#000000;
	text-decoration: none;
	display:block;
	padding: 12px 10px 0px;
	height:45px;
	float:left;
}
#nav li a:hover{
	background:  url(../images/nav-highlite.gif) repeat-x;
	color:#FFFFFF;
	font-weight: normal;
}
#content {
	width: 507px;
	float:left;
	padding: 20px 0px 20px 15px;
}
#sidebar {
	width:230px;
	float:right;
	margin-top: 20px;
}
#submenu {
	list-style:none;
	margin:0px;
	padding:0px;
}
#submenu li{
	border-bottom: 1px solid #CCFFCC;
	padding:5px 0px;
}
#submenu li a{
	color: #006600;
	text-decoration: none;
}
#submenu li a:hover{
	color: #FF0000;
	text-decoration:underline;
}
#footer {
	clear:both;
	background:  url(../images/footer-bg.gif) repeat-x;
	height: 50px;
}
#copyright {
	width: 250px;
	text-align:right;
	margin: -35px 20px 0px 0px;
	font-size: 11px;
	color: #009900;
	float: right;
	clear: right;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
#address {
	width: 507px;
	text-align:left;
	margin: 0px auto 0px 15px;
	font-size: 95%;
	color: #009900;
	padding-top: 20px;
}
maintext {

	margin:0px 0px 0px 10px;
	padding:0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 70%;
	line-height:160%;
	background: #FFFFFF url(../images/header-bg.gif) repeat-x;
}
.hr {
	border-top-width: 1pc;
	border-top-style: solid;
	border-top-color: #009900;
}
.bold14 {
	font-size: 125%;
	font-weight: bold;
}
.bold12 {

	font-size: 12px;
	font-weight: bold;
}
.point11 {


	font-size: 11px;
	font-weight: normal;
}
.bold11 {


	font-size: 11px;
	font-weight: bold;
}
#abstracts {
	background-color: #E8FFE8;
	border: 1px dotted #00CC00;
	padding: 8px;
}

/* import existing print stylesheet */
@import "print.css";

/* set styles for the preview message */
#preview-message {
	display:block;
	border:1px dotted #999999;
	background:#FFFFFF;
	padding:2px 5px;
	text-align: right;
}
.formtextboxes {
	background-color: #F4F9F0;
	border: 1px solid #339900;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width: 180px;
	height: 16px;
	vertical-align: middle;
}
.formbuttons {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	height: 22px;
	width: 75px;
}
