body {
	font-family: "Trebuchet MS", "Verdana", "Arial", Sans-Serif;
	font-size: 10pt;
	background: #0a0a38;
	color: #8A9497;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
}
#content {
	padding: 10px;
	padding-left: 40px;
	padding-right: 70px;
	min-height: 500px;
	background-image: url('images/contentbg.jpg');
	background-repeat: repeat-y;
	color: #000000;
}
#mainmenu {
	margin-top: 0px;
	padding: 0px;
}
#mainmenu img {
	border: 0px;
}
#main {
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 100px;
	margin-bottom: 0px;
	border: 1px solid #000000;
	border-bottom: 0px;
	width: 920px;
	text-align: left;
	background: #0a0a38;
}
#main img {
	border: 1px #000000 solid;
}
#footer {
	text-align: center;
	font-size: 7pt;
	width: 900px;
	background: #8A9497;
	color: #0a0a38;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 50px;
	border: 1px solid #000000;
}

.title {
	font-size: 72pt;
	font-weight: 800;

}

.menubutton {
	width: 184px;
	height: 100px;
	text-align: center;
	float: left;
	border: 0px;
	margin-top: -4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.menu {
	position: relative;
	float: left;
	background: #8A9497;
	color: #000000;
	min-width: 184px;
	display: none;
	left: -1px;
	top: -4px;
	border: 1px solid #000000;
	border-top: 0px;
	text-align: left;
	white-space: nowrap;
	font-size: 10pt;
	visibility: visible;
}
#mainmenu img {
	border: 0px;
	cursor: pointer;
}
#mainmenu a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#mainmenu a:hover {
	background: #000000;
	color: #ffffff;
	display: block;
}
a,a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}

.newsTitle {
	background: #0a0a38;
	color: #ffffff;
	font-weight: 800;
	display: block;
	padding: 5px;
	font-size: 16pt;
}
.newsContent {
	background: #ffffff;
	background-image: url('images/newsbg.jpg');
	background-repeat: no-repeat;
	padding-bottom: 10px;
	border-left: #000000 2px solid;
	border-right: #000000 2px solid;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.newsFooter {
	background: #8A9497;
	color: #000000;
	display: block;
	margin-bottom: 40px;
	text-align: right;
	padding: 5px;
	border: #000000 2px solid;
	border-top: 0px;
}
input[type="text"], textarea
{
	border: 1px solid #000000;
	background: #d5d6e2;
	font-family: "Trebuchet MS", "Verdana", "Arial", Sans-Serif;
	font-size: 10pt;
	margin-top: 5px;
}
input[type="text"]
{
	margin-left: 20px;
	width: 250px;
}
textarea
{
	margin-top: 10px;
}
input:focus , textarea:focus
{
	background: #ffffff;
}

