body {
	margin:5px 0px 0px 0px;
	padding:0;
	background:#606;
	color: #fc6;
}
#main-content {
	width:700px;
	margin:0 auto;
	padding: 0px 0px 0px 0px; 
	font-family: "Times New Roman", serif;
	font-size: 100%;
	line-height:125%;
	background-color: #606;
	color: #ff9;
}
#main {	
	width:630px;
	float:right;
	background-color:#606;
	margin:0;
	padding:15px 35px 0px 35px;
	text-align:justify;
	color: #fc6;
	font-family: "Times New Roman", serif;
}
img { border: none; }
a:link {
	font-family: "Times New Roman", serif; 
	color : #ff6; 
	text-decoration : underline; 
	line-height: 140%; 
	background-color:#606;
}
a:visited {
	font-family: "Times New Roman", serif;
	color: #996; 
	text-decoration: none; 
	line-height: 140%; 
	background-color:#606;
}
a:hover, a:active {
	font-family: "Times New Roman", serif;
	color: #996; 
	text-decoration: underline; 
	line-height: 140%; 
	background-color:#606;
}
h1 {
	font-family: "Times New Roman", serif;
	color: #fc6; 
	line-height: 30px; 
	font-size: 170%;
	font-weight: bold;
	text-align: center;
	background-color:#606;  
}
h2 {
	font-family: "Times New Roman", serif;
	color: #fc6; 
	line-height: 23px; 
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	background-color:#606;
}
h3 {
	font-family: "Times New Roman", serif;
	color: #c60; 
	line-height: 23px; 
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color:#606;
}
label.text {
	width: 8em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: right;
}
.input-box {
	margin-bottom: 10px;
	color: #000;
	background: #fff;
	border: #000 solid 1px;
	clear: right;
	height: 20px;
}
.input-box:focus  {
 	background: #fff;
}
.formtext {
	margin-bottom: 10px;
	margin-left: 4em;
	color: #000;
	background: #fff;
	border: #000 solid 1px;
	font: 1em arial, helvetica, sans-serif;
	clear: left;
}
.formtext:focus  {
 	background-color:#fff;
 }
.submit-button {
	margin-left: 7em;
	clear:right;
	color: #000;
	background-color: #fff;
	border: 1px #000 outset;
	font: 1em arial, helvetica, sans-serif;
}

