body {
	margin:0px 9px 0px 9px;
	padding:0;
	background:#666;
	color: #000;
}
#main-content {
	width:700px;
	margin:0 auto;
	padding: 0px 0px 0px 0px; 
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height:135%;
	background-color: #666;
	color: #000;
}
#logo {
	width:700px;
	height:150px;
	background: url(images/logo1.jpg) no-repeat scroll 50% 0%;
	margin:0;
	padding:0;
	background-color:#fff;
	color: #000;
}
.topbar {
	width:700px;
	height: 30px;
	padding:10px 0px 0px 0px;
	margin:0;
	color: #000;
	background-color:#fff;
	font-family: arial, sans-serif;
	text-align: center;
}
.footer {
	font-family: arial, sans-serif;
	color : #000;
	text-align: center;
	font-size: 95%;
	font-style:italic;
	padding:0px 0px 0px 0px;
	background-color:#fff;
}
.line1 {
	width:700px;
	height: 5px;
	background-color:#f03;
	color: #000;
}
.line3 {
	width:668px;
	height: 5px;
	background-color:#f03;
	color: #000;
}
#main {	
	width:650px;
	float:right;
	background-color:#fff;
	margin:0;
	padding:15px 25px 20px 25px;
	text-align:justify;
	color: #000;
	font-family: arial, sans-serif;
}
#main2 {	
	width:668px;
	float:right;
	background-color:#fff;
	margin:0;
	padding:15px 16px 20px 16px;
	text-align:left;
	color: #000;
	font-family: arial, sans-serif;
}
img { border: none; }

a:link {
	font-family: arial, sans-serif; 
	color : #00f; 
	text-decoration : none; 
	line-height: 140%; 
	background-color:#fff;
}
a:visited {
	font-family: arial, sans-serif;
	color: #800080; 
	text-decoration: none; 
	line-height: 140%; 
	background-color:#fff;
}
a:hover, a:active {
	font-family: arial, sans-serif;
	color: #f00; 
	text-decoration: underline; 
	line-height: 140%; 
	background-color:#fff;
}
font.one {
	font-family: arial, sans-serif;
	font-size: 80%;
	line-height:135%;
	background-color: #fff;
	color : #666; 
	font-style: italic;
}
font.two{
	font-family: arial, sans-serif;
	color: #000; 
	line-height: 23px; 
	font-size: 125%;
	font-weight: bold;
	background-color: #fff;
}
font.three{
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height:135%;
	background-color: #fff;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: arial, sans-serif;
	color: #000; 
	line-height: 30px; 
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background-color: #fff;  
}
h2 {
	font-family: arial, sans-serif;
	color: #000; 
	line-height: 23px; 
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}
h3 {
	font-family: arial, sans-serif;
	color: #000; 
	line-height: 23px; 
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}
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;
	font: 1em arial, helvetica, sans-serif;
}
.input-box:focus  {
 	background: #fff;
 	color: #000;
}
.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;
 	color: #000;
 }
.submit-button {
	margin-left: 7em;
	clear:right;
	color: #000;
	background-color: #fff;
	border: 1px #000 outset;
	font: 1em arial, helvetica, sans-serif;
}