@charset "utf-8";
/* CSS Document */

body {
	background-color: #091b2f;
	background-image: url(bg-body.jpg);
	background-repeat:repeat-x;
	min-height: 100%;
	padding-bottom: 1px;
}
.footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: center;
}

.header {
	width: 750px;
	margin:0 auto;
	border-top: thin solid #FFF;
	border-left: thin solid #FFF;
	border-right: thin solid #FFF;

}
.mainBody {
	width: 750px;
	color: #FFF;
	text-align: left;
	font-size: 12px;
	background-color: #022435;
	margin-left: auto;
	margin-right: auto;
	text-indent: 20px;
	border-bottom: thin solid #FFF;
	border-left: thin solid #FFF;
	border-right: thin solid #FFF;
	border-top: thin solid #FFF;

}
.form {

}

.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C4D5D2;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size: 16px;
	font-weight: bold;
}

.maincontent {
	text-align: left;
	text-indent: 15px;
	margin-left: 10px;
}
textarea.violet {background-color: #ccccff;}

.menu-items {
	text-align: center;
	width: 100%;
}
.mainBody-menu {
	width: 750px;
	color: #FFF;
	text-align: left;
	font-size: 12px;
	background-color: #022435;
	margin-left: auto;
	margin-right: auto;
	border-left: thin solid #FFF;
	border-right: thin solid #fff;
	border-bottom: thin solid #fff;

}
a:link {
	color: #3399C1;
}
a:visited {
	color: #3399C1;
}
a:hover {
	color: #3399C1;
}
li {
	list-style: disc outside;
	white-space: normal;
	text-indent: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C4D5D2;


}
p {
	position: relative;
	left: 20px;
	text-align: left;
	text-indent: 0px;
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C4D5D2;
}
html { overflow: -moz-scrollbars-vertical; }
