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

#mainContainer {
	width:720px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#nav {
	width:180px;
	height:100%;
	float:left;
	background-color:#DFE9F4;
	}
	
#bodyContainer {
	float:left;
	width:540px;
	height:100%;
	margin-bottom:24px;
	}
	
#bodyLeft {
	margin-top:7px;
	margin-left:6px;
	float:left;
	width:354px;
	}
	
#bodyRight {
	margin-top:12px;
	margin-left:6px;
	float:left;
	width:174px;
	background-color:#DFE9F4;
	height:267px;
	}
	
#bodyRightTitle {
	padding-top:2px;
	padding-left:12px;
	height:16px;
	width:162px;
	background-color:#0f3864;
	color:#FFFFFF;
	font-weight:bold;
	}
	
#bodyRightImage {
	height:114px;
	background-image:url(../images/wherewellbenext.jpg);
	background-repeat:no-repeat;
	width:174px;
	}
	
#bodyRightText {
	padding-left:6px;
	padding-right:6px;
	width:162px;
	margin-top:6px;
	color:#0f3864;
	font-size:11px;
	font-weight:bold;
	}
	
#headerContainer {
	width:540px;
	height:290spx;
	background-color:#DFE9F4;
	}
	
#featureContainer{
	height:80px;
	width:354px;
	margin-top:12px;
	background-color:#f1f1f1;
	}
	
#featureImage1 {
	background-image:url(../images/register.jpg);
	width:174px;
	height:80px;
	float:left;
	background-repeat:no-repeat;
	}
	
#featureImage2 {
	background-image:url(../images/evetns.jpg);
	width:174px;
	height:80px;
	float:left;
	background-repeat:no-repeat;
	}
	
#featureBody {
	margin-left:6px;
	width:168px;
	color:#0f3864;
	font-size:11px;
	float:left;
	}
	
#topNavContainer {
	height:130px;
	width:540px;
	}
		
#topNav{	
	float:left;
	margin-left:6px;
	margin-top:6px;
	width:174px;
	height:130px;
	}
	
#topNavTitle {
	padding-top:2px;
	padding-left:12px;
	height:16px;
	width:162px;
	background-color:#0f3864;
	color:#FFFFFF;
	font-weight:bold;
	}
	
#topNavImage1 {
	height:114px;
	background-image:url(../images/wherewellbenext.jpg);
	background-repeat:no-repeat;
	width:174px;
	}
	
#topNavImage2 {
	height:114px;
	background-image:url(../images/navReg.jpg);
	background-repeat:no-repeat;
	width:174px;
	}
	
#topNavImage3 {
	height:114px;
	background-image:url(../images/navEvent.jpg);
	background-repeat:no-repeat;
	width:174px;
	}
	
#registrationform {
	margin-left:12px;
	}
	
#mapContainer {
	padding-top:45px;
	width:534px;
	height:300px;
	background-color:#DFE9F4;
	margin-left:6px;
	}

#flashContainer {
	padding-top:12px;
	height:240px;
	}
	
#headerLarge {
	padding-top:12px;
	padding-left:12px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0f3864;
	}