body {
	margin: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/contentbg2.png');
	background-repeat: repeat-x;
	color: #9ecef8;
	font-size: 14px;
	line-height: 18px;
	overflow-x:hidden;
	width:100%
}

a { color: #a4d5ff; }

#wrap { width: 1024px; border: 0px solid #f00; }

#header {
	background: #000;
}

#headertop {
	margin-left: 28px;
	padding: 13px 0 13px 0;
	width: 996px;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.inner { width: 996px; }

#top { 
	height: 116px;
	background-repeat: repeat-x;
}

#footer {
	width: 996px;
	padding-top: 10px;
	font-size: 12px;
	text-align:left;
	margin-left:29px;
}

#menu {
	background: #004;
	background-image: url('../images/mnubg.jpg');
	height: 42px;
	padding-left: 28px;
	border-bottom: 1px solid #235da5;
}

.active { 
	background-image: url('../images/mnu_over.jpg'); 
	background-repeat:repeat-x;
	height: 42px;
}

#nav li.active a, #nav li a:hover {
	color:#FFFFFF;
}

#content {
	margin-top: 0px;
}

#contentinner {
	padding: 25px;
	width: 996px;
}

#subcontent {
	border: 1px solid #b2d5eb;
	margin-right: 78px;
	background: #fff;
	padding: 20px 15px 20px 15px;
	width: 848px;
}

/* Font Styles */
.blue1 { color: #0f75bc; }

.font12 { font-size: 12px; }
.font18 { font-size: 18px; }

.lh17 { line-height: 17px; }
.lh18 { line-height: 18px; }

.nou { text-decoration: none; }

.req {
	color:#FF0000;
}

.noborder {
	border: 0px solid #fff;
	background-image:none;
}

.box { border: 1px solid #b2d5ed; background: #e7ecf2; }

.error {
	background-color:#fffde9;
	color:#FF0000;
	padding:4px;
	border:1px solid #ff0000;
}

#jsenabled {
	/* only shown if js is enabled */
	display:none;
}

/* TEXT */
.ltblue { color: #a4d5ff; }

.toplinks {
	float:right;
	margin-right:150px;
}

h1 {
	font-size:21px;
	font-weight:normal;	
}

h2 {
	font-size:19px;
	font-weight:normal;
}

/* homepage scroller styles */
#leftbutton {
	float:left;
	position:absolute;
	margin-top:50px;
}

#rightbutton {
	float:right;
	position:absolute;
	padding-top:50px;
	margin-left:660px;
}			

#imgFrame {
	padding-left:25px;
}

/* menu arrow styles */
.menu-arrow {
	padding-top:2px;
	text-align:center;
	width:100%;
	display:none;
}