body {
	margin:0;
	padding:0;
	font-family: "Times New Roman", serif;
	font-size: 100%;
	text-align:center;
	color:#000000;
	line-height:120%;
	background:#ffffff;
	background-image: url(images/Bkgrnd5.jpg);
}
#main-content {
	width:600px;
	margin:0px auto;
	text-align:justify;
	display:block;
	padding:25px 0px 0px 0px;
	background:#ffffff;
}
#logo {
	width:600px;
	height:144px;
	background:#ffffff;
	background: url(images/logo7.jpg) no-repeat scroll 50% 0%;
	margin:0 auto;
	padding:0px;
}
#main {	
	width:540px;
	float:right;
	padding:8px 30px 0px 30px;
	margin:0;
	background:#ffffff;
}
#sidebar {
	width:200px;
	float:left;
	padding:54px 0px 0px 15px;
	margin:0;
	text-align: left;
	background:#ffffff; 
}
#uppernav {
	clear:both;
	padding-top:16px;
	padding-bottom:16px;
	text-align: center;
	font-size: 100%;
	line-height: 120%;
}  	
#lowernav {
	clear:both;
	padding-top:16px;
	padding-bottom:16px;
	text-align: center;
	font-size: 80%;
	line-height: 100%;
}  
A:link {
	font-family: Times New Roman, serif;
	color: blue; 
	text-decoration: none; 
	font-weight: bold;
	line-height: 120%; 
}
A:visited {
	font-family: Times New Roman, serif; 
	color: red;
	text-decoration: none; 
	line-height: 120%; 
	font-weight: bold;
}
A:hover, a:active {
	font-family: Times New Roman, serif;
	color: green; 
	text-decoration: underline; 
	line-height: 120%; 
	font-weight: bold;
}
li { list-style-position: outside; 
}
h1 {
	font-family: "Times New Roman", serif; 
	color: #000000; 
	line-height: 23px; 
	font-size: 20pt;
	font-weight: bold;
	text-align: center; 
}
h2 {
	font-family: "Times New Roman", serif;
	color: #000000; 
	line-height: 30px; 
	font-size: 135%;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: "Times New Roman", serif; 
	color: #000000; 
	line-height: 23px; 
	font-size: 125%;
	text-align: left;
	font-weight: bold;  
}
font.first {
	font-family: "Times New Roman", serif;
	color: #000000; 
	line-height: 150%; 
	font-size: 250%;
	text-align: justify;
	font-weight: normal; 
} 
font.second {
	font-family: "Times New Roman", serif;
	color: #000000; 
	line-height: 120%; 
	font-size: 85%;
	text-align: center;
	font-weight: normal; 
} 
font.third {
	font-family: "Times New Roman", serif; 
	color: red; 
	line-height: 30px; 
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
}
img {
	border: none;
}
 label.text {
	width: 8em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
}
.input-box {
	margin-bottom: 10px;
	color: #000;
	background: #fff;
	border: red solid 1px;
	clear: right;
	font: 1em "Times New Roman", serif;
}

.input-box:focus  {
 	background: #fff;
}

.formtext {
	margin-bottom: 10px;
	color: #000;
	background: #fff;
	border: red solid 1px;
	font: 1em Times New Roman, serif;
	clear: right;
}

.formtext:focus  {
 	background:#fff;
 }
 
.submit-button {
	margin-left: 9em;
	clear: both;
	color: #000;
	background: #fff;
	border: 1px red outset;
	font: 1em "Times New Roman", serif;
}