body { 
	background-color: #242033; 
	margin: 0px;
	font: 12px/1.6em "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
/*
html{
	scrollbar-DarkShadow-Color:#4B3049;
	scrollbar-Face-Color:#4B3049; 
	scrollbar-3dLight-Color:#4B3049; 
	scrollbar-Arrow-Color:#ffffff;
}
*/
.select{
	background:#023A51;color:#F9EDE4;font-weight: bold;
}

h1 {
	font-size:1.8em;
	line-height:2em;
	margin:0;
}
h2 {
	font-size:20px;
	color:#c6aa01;
}
h3 {font-size:20px;
}


a {
	color: #c6aa01;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


#top {
	background-image:url(../images/layout/header_back.jpg);
	margin:auto;
}
#main {
	background-color:#13111b;
}
#footerWrap {
	margin:-30px auto 10px;
	width:960px;
}
#footer {
	background-image:url(../images/layout/footer_back.jpg);
	height:92px;
}

.content {
	width:960px;
	background-image:url(../images/layout/main_back.jpg);
	text-align:left;
}
.logos {
	width:266px;
	float:left;
}
.headtext {	width:280px;
	text-align:center;
	float:left;
	margin-top:-10px;
}
h1.head {
	font-size:1.6em;
	line-height:1.7em;
}
h2.head {
	font-size:1.3em;
	line-height:1.5em;
	color:#FFFFFF;
}
.clear {clear:both;}

#menu {
	margin: 10px 15px;
	width:155px;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	float:left;

}

.lmenu {
	display:block;
	padding:6px;
	width:170px;
	height:300px;
}
.lmenu a {
	background-image:url(../images/layout/nav_button.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin-bottom:5px;
	height:20px;
}
.lmenu a:hover {
	background-image:url(../images/layout/nav_button.jpg);
	background-repeat:no-repeat;
	color:#c5a901;
	margin-bottom:5px;
	height:20px;
}

.bodytext {
	font-size:1.2em;
	width:660px;
	float:left;
	margin:0 20px;
}
.bodytextNW {
	font-size:1em;
}
.bodytextc {
	font-size:1.2em;
	width:880px;
	float:left;
	text-align:center;
	margin:0 20px;
}