body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	SCROLLBAR-FACE-COLOR:#FFFCD2;
	SCROLLBAR-ARROW-COLOR:#333333;
	SCROLLBAR-TRACK-COLOR:#FFFCD2;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/body_bck.png);
	z-index: 1;
}

#container {
	width: 867px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -433px;
	z-index: 2;
	}
#heading{
	float: left;
	height: 50px;
	width: 698px;
	z-index: -50;
	background-color: #F78F1E;
}

#home{
	background-image: url(images/logo_home.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 250px;
}


#main{
	float: left;
	height: 500px;
	width: 698px;
	background-color: #009900;
}
.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	padding-top: 10px;
}.copysml{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 10px;
}.orangecopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	line-height: 18px;
	padding-top: 10px;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.list{
	font-size: 14px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: normal;
	margin-left: 18px;
	color: #333333;
}

#maintext{
	float: left;
	height: 450px;
	width: 698px;
	overflow-y: scroll;
	overflow-x:hidden
}



.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
	background-color: #E4E1CD;
	width: 80px;
	height: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}
.showhead{
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height:35px;
	color: #FFFFFF;
    padding: 25px;
}

.picbrd{
  border: 1px solid gray;
}.formbutton {
	color: #FFFFFF;
	width: 150px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #000000;
	border: 1px double #FFFFFF;

}.copyerr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: normal;
}

.class1 A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.class1 A:visited {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #CCCCCC;text-decoration: none;}
.class1 A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.class1 A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

