body{
	padiving:0px;
	margin:0px;
	background-color:#66635f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.83em;
}
p{
	line-height:20px;
}
h1{
	color:#e19817;
	font-size:1.3em;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}
h2{
	height:auto;
	color:#666666;
	font-size:1.2em;
	font-weight:normal;
	background-image:url(/dev/images/bullet_orange.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-top:0px;
}
a{
	color:#e19817;
	text-decoration:none;
}
a:hover{
	color:#e19817;
	text-decoration:underline;
}
#BoarderDotted{
	width:326px;
	height:6px;
	background-image:url(/dev/images/spacer_dots.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padiving:0px;
}
#ContentSpacer{
	float:left;
	width:2px;
}
/***********main layout divs***********/
#Wrapper{
	width:772px;
	overflow:visible;
	margin:0pt auto;
}
#Header{
	width:772px;
	height:125px;
	background-image:url(/dev/images/header.jpg);
	background-repeat:no-repeat;
}
#Banner{
	width:772px;
	height:192px;
}
#ContentWrapper{
	width:772px;
	overflow:visible;
}
#Footer{
	width:772px;
	height:77px;
	background-image:url(/dev/images/footer.jpg);
	background-repeat:no-repeat;
}
/************navigation************/
#Nav{
	width:450px;
	height:44px;
	position:relative;
	left:270px;
	top:81px;
}
#BtnHome{
	height:44px;
	float:left;
}
#BtnPeople{
	height:44px;
	float:left;
}
#BtnMembership{
	height:44px;
	float:left;
}
#BtnEvents{
	height:44px;
	float:left;
}
#BtnNews{
	height:44px;
	float:left;
}
#BtnLinks{
	height:44px;
	float:left;
}
/************sub nav**************/
#SubNavColumn{
	width:115px;
	float:left;
	margin-left:20px;
}
#SubNav{
	width:115px;
	text-align:right;
	margin-left:7px;
}
#SubNav ul{
	margin:0px;
	padding:0px;
}
#SubNav li{
	width:100px;
	height:auto;
	display:block;
	list-style:none;
	margin-top:3px;
	font-size:1.3em;
	font-weight:bold;
}
#SubNav li a{
	display:block;
	color:#64686b;
	text-decoration:none;
	background-image:url(/dev/images/bullet_subNav.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	font-variant:small-caps;
}
#SubNav li a:hover{
	color:#b4b4b4;
	text-decoration:none;
	background-image:url(/dev/images/bullet_subNav.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
}
/***********content divs**********/
#ContentTop{
	width:772px;
	height:22px;
	background-image:url(/dev/images/content_top.jpg);
	background-repeat:no-repeat;
}
#ContentMain{
	width:772px;
	overflow:hidiven;
	background-image:url(/dev/images/content_bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
#ContentBottom{
	width:772px;
	height:11px;
	background-image:url(/dev/images/content_bottom.jpg);
	background-repeat:no-repeat;
}
#ContentLeft{
	width:326px;
	margin-left:40px;
	float:left;
	padding-right:20px;
}
#ContentRight{
	width:326px;
	margin-left:416px;
}
.ContentSpacer{
	 float:left;
}
/*********sub nav content divs************/
#SubContentLeft{
	width:385px;
	float:left;
}
#SubContentRight{
	width:220px;
	float:right;
	margin-right:20px;
}
#SubContentLeft p{
	margin-left:15px;
	margin-right:15px;
}
#SubContentLeft h1{
	margin-left:15px;
	margin-right:15px;
}
/********footer************/
.FooterText{
	width:auto;
	height:auto;
	display:block;
	position:relative;
	top:45px;
	left:25px;
	font-size:.8em;
}