@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(site_images/line_bkg.jpg);
	margin-top: 13px;
	margin-left: 10px;
	background-repeat: repeat-x;
	background-color: #000;
}
#wrapper {
	margin: auto;
	width: 955px
}
#header {
	height: 160px;
	position: relative;
}
#menu {
	height: 35px;
	padding-left: 235px;
	position: relative;
}
#bodycontent {
	float: right;
	width: 730px;
	background-color: #000;
	min-height: 600px;
}
#bodyfooter {
	float: right;
	width: 730px;
	position: relative;
	height: 80px;
	clear: both;
}
#leftcontent {
	width: 225px;
	min-height: 250px;
}
#footer {
	clear: both;
	background-color: #CCC;
	position: relative;
	height: 15px;
	text-align: center;
}
#logo {
	position:absolute;
	left:-1px;
	top:0px;
	width:235px;
	height:250px;
	z-index:2;
}
#bannerad {
	position:absolute;
	left:303px;
	top:-6px;
	width:650px;
	height:155px;
	z-index:1;
	visibility: visible;
}
.whitetxt {
	color: #FFF;
}
#menubox1 {
	position:absolute;
	left:240px;
	top:2px;
	width:70px;
	height:30px;
	z-index:1;
}
#menubox2 {
	position:absolute;
	left:310px;
	top:2px;
	width:80px;
	height:33px;
	z-index:1;
}

#menubox3 {
	position:absolute;
	left:390px;
	top:2px;
	width:140px;
	height:33px;
	z-index:1;
}

#menubox4 {
	position:absolute;
	left:530px;
	top:2px;
	width:110px;
	height:33px;
	z-index:1;
}

#menubox5 {
	position:absolute;
	left:640px;
	top:2px;
	width:127px;
	height:33px;
	z-index:1;
}
.blueheadings {
	color: #1C4F8F;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.greyheadings {
	color: #333;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bluesubheadings {
	color: #1C4F8F;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yellowsubheadings {
	color: #C90;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.greybodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #191919;
}
.greybodytxt a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration:underline;
}
.greybodytxt a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration:underline;
}
.greybodytxt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration:underline;
}	
.greybodytxt a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration:none;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
#swoosh {
	position:absolute;
	left:862px;
	top:2px;
	width:95px;
	height:46px;
	z-index:1;
}
#logo1 {
	position:absolute;
	left:30px;
	top:409px;
	width:183px;
	height:499px;
	z-index:1;
	text-align: center;
}
#btnRegisterNow {
	position:absolute;
	left:38px;
	top:166px;
	width:161px;
	height:242px;
	z-index:1;
}
.whiteheadingtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.hidden {
	display: none;
}

