/*------------------------------------------- Font Styles --------------------------------------------*/
.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;

}
a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #40AAB9;
	text-decoration: underline;
font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.blue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #40AAB9;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #40AAB9;
/*------------------------------------------- Body --------------------------------------------*/

#wrapper {
	width: 800px;
	margin: auto;
	height: auto;
/*	border: thin dotted #99FF00;*/
	position: relative;
	background-position: center;
}

#container {
	margin: auto;
	width: 780px;
	position: absolute;top:200px;
	background-position: center;
/*		border: thin dotted #FF9900;*/
}
#main {
width:600px;
height:500px;
padding-left:150px;
border:1px solid #fff;
margin:auto;
align:center;
overflow:auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
scrollbar-base-color: #ffffff;
scrollbar-face-color: #efefef;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-highlight-color: #efefef;
scrollbar-shadow-color: #eeeeee;
}
/*------------------------------------------- Header --------------------------------------------*/
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 562px;
	color: #000000;
	font-weight: bold;
	float: right;
	text-align:right;
	z-index: 1;
	text-decoration: none;
/*		border: thin none #FFFF00;*/

}

#nav {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.blueBox {
	background-color: #80CDD2;
	position: static;
	float: none;
	height: 120px;
	width: 730px;
	margin-bottom: 15px;
	padding: 10px;
/*		border: thin dotted #66FF66;*/

}

/*------------------------------------------- Main Content --------------------------------------------*/
.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	position: static;
	margin-bottom: 30px;
	width: 750px;
	height: auto;
/*		border: thin none #3399CC;*/
}

.mainContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	position: static;
	margin-bottom: 30px;
	width: 560px;
	height: auto;
	float: right;
	text-align: left;
	line-height: 20px;

}

.homeBox {
	width: 185px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	position: static;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 20px;
/*	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #3300FF;
	border-bottom-color: #3300FF;
	border-left-color: #3300FF;*/

}

.homeBox2 {
	width: 185px;
	position: static;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 20px;

}
.signUp {
	height: 34px;
	width: 750px;
	margin-top: 15px;
}

.logo {
    float: left;
	width: 190px;
	height: 185px;
	
}

.banner {
	float: right;
	height: 185px;
	width: 560px;
	
}

.header {
	height: 185px;
	width: 750px;
}
