@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-color: #003052;
	background-position: center top;
	text-align: center;
}
img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container  {
	width: 868px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center top;
} 
#header  {
	height: 68px;
	padding: 0;
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
} 
#header ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 5px;
	font-size: 10px;
	color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header li{
	margin-bottom: 5px;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header li a:link, 
#header li a:visited {
	text-decoration: none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFF99;
}
#header li a:hover, 
#header li a:active {
	text-decoration: underline;
}
#header li a.current, 
#header li a.current:hover, 
#header li a.current:active {
	cursor: default;
	text-decoration: underline;
	color: #FFFFFF;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar  {
	width: 165px;
	margin: 0px;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: no-repeat;
	float: left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#sidebarNav {
	left: -7px;
	padding: 0px;
	top: 14px;
	position: relative;
	margin: 0px;
}
#sidebarNav ul{
	list-style-type: none;
	padding: 0px;
	float: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#sidebarNav li{
	margin-bottom: 5px;
	display: block;
	height: 24px;
	width: 158px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	background-image: url(images/nav_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sidebarNav li a:link, 
#sidebarNav li a:visited {
	text-decoration: none;
	display: block;
	height: 24px;
	width: 158px;
	padding: 0px;
}
#sidebarNav li a:hover, 
#sidebarNav li a:active {
	background-image: url(images/nav_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: -158px 0px;
}
#sidebarNav li a.current, 
#sidebarNav li a.current:hover, 
#sidebarNav li a.current:active {
	cursor: default;
	text-decoration: none;
	padding: 0px;
	background-image: url(images/nav_btn_bg.gif);
	background-repeat: no-repeat;
	background-position: -158px 0px;
}
.current {
}
#sidebarNav2 {
	margin: 0px;
	padding: 0px;
}
#sidebarNav2 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebarNav2 li{
	padding: 0px;
	display: block;
	height: 35px;
	width: 165px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#sidebarNav2 li a:link, 
#sidebarNav2 li a:visited {
	text-decoration: none;
	width: 165px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 35px;
	background-color: #DED7B4;
}
#sidebarNav2 li a:hover, 
#sidebarNav2 li a:active {
	left: 0px;
	background-color: #FFF9DE;
}
#sidebarNav2 li a.current, 
#sidebarNav2 li a.current:hover, 
#sidebarNav2 li a.current:active {
	cursor: default;
	text-decoration: none;
	background-color: #FFF9DE;
}
#mainContent  {
	width: 695px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-image: url(images/bg_mainContent.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
	float: right;
} 
#flashContent {
	margin: 0px;
	padding: 0px;
	background-color: #90895D;
	width: 691px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACA477;
	height: 160px;
}
#pageContentBorder {
	background-image: url(images/bg_mainContent2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-bottom: 27px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#pageContent  {
	width: 636px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDE8CE;
	color: #003052;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
}
#pageContent li {
	margin-left: 50px;
	margin-bottom: 15px;
	margin-right: 125px;
	list-style-type: square;
}
.welcome {
	background-image: url(images/bg_welcome.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 636px;
	margin: 0px;
	padding: 0px;
	height: 384px;
}
.welcome p {
	padding-right: 250px;
	padding-left: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.membership {
	margin: 0px;
	padding: 0px;
	width: 636px;
}
.membership p {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#membership2 {
	height: 250px;
	width: 270px;
	background-position: center;
	float: right;
	background-image: url(images/bg_membership.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
	padding: 0px;
	
}
#membership2 p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #883a0e;
	font-weight: bold;
}
.areas p {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.areas2 {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
}
.legacy {
	background-image: url(images/bg_legacy.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 636px;
	margin: 0px;
	padding: 0px;
}
.legacy p {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.leaders {
	background-image: url(images/bg_circle_leaders.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 636px;
	margin: 0px;
	padding: 0px;
	height: 580px;
}
.leaders p {
	padding-left: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 20px;
}
h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9c4204;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}
#footer  {
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 34px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.generalPage p {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

