body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #B6D7F2;
	background-color: #B6D7F2;
	text-align: center;
	padding: 0;
	margin: 0;
}
#stcontent {
	background-image: url(../images/paper.png);
	background-repeat: no-repeat;
	height: 556px;
	width: 595px;
	margin-right: 200px;
	margin-top: 25px;
	color: #400000;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding-top: 40px;
	padding-bottom: 15px;
	padding-left: 75px;
	font-style: italic;
}
#maincont #stcontent p {
	width: 475px;
}
#maincont #stcontent ul {
	width: 400px;
}




#content {
	font-size: 0.8em;
	color: #400000;
	width: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	font-family: "Courier New", Courier, monospace;
	color: #400000;
	font-size: 0.8em;
	background-color: #8ABFEA;
	padding: 10px;
	width: 800px;
	}
	
#footer a {
	color: #400000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#maincont {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 800px;
}
#maincont #navbar {
	height: 42px;
	width: 90%;
}
#maincont #logo {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 60px;
	width: 342px;
	padding-top: 50px;
	margin-right: 400px;	
}
hr {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #33CC33;
}
#maincont #stcontent form {
	text-align: left;
	display: block;
	width: 350px;
}
#maincont #stcontent input {
	float: right;
	clear: both;
	margin-top: -5px;
	margin-bottom: 5px;
}

#maincont #stcontent textarea {
	float: right;
	clear: both;
	margin-top: -5px;
}
