@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background: url(img/background2.jpg) #000000 top center fixed no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align:justify;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.2em;
}
p {
	padding-right: 18px;
}
#body {
	width: 890px;
	background: url(img/bodybg.jpg);
	background-position: top rcenter;
	margin-left: auto;
	margin-right: auto;
	border-left: #2e3192 solid 6px;
	border-right: #2e3192 solid 6px;
}
#header {
	height: 294px;
}
#content {
	top: 294px;
}
#leftbar {
	width: 244px;
	float: left;
}
.feature {
	border-color: #2c2f90;
	border-width: 5px;
	border-style: solid;
	margin: 10px 15px;
}
.feature2 {
	border-color: #4eff00;
	border-width: 5px;
	border-style: solid;
	margin: 10px 15px;
}
#rightcontent {
	margin-left: 244px;
	width: 646px;
}
#footer {
	background: #2e3192;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ffc;
	text-decoration: underline;
}
#nav {
	position: relative;
	top: -4px;
	margin: 0;
	padding: 0;
	background: #2e3192;
	float: right;
	width: 654px;
	height: 67px;
}
.banner {
	padding: 0;
	margin: 0;
	border: 0;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.join {
	margin: 2px 17px;
}
.bluetext {
	text-align: center;
	text-shadow: 0.04em 0.04em #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	color: #2c2f90;
	font-weight: bold;
	font-style: italic;
	letter-spacing:-0.2px;
}
.redtext {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #c11e2e;
	font-weight: bold;
	font-style: italic;
}
.clear {
	clear: both;
}

.style2 {font-size: 14px}
.logo {
	position:absolute;
	width:auto;
	height:auto;
	top:-95px;
	margin-left:-22px;
	float:left;
	border:none;
	z-index:3;
}
