body {
	background: #e1f0ef;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a, a:visited {
	color: #0000ee;	
}
a:hover {
	color: #3434c3;
}
h1 {
	color: #334433;
	font-size: 16px;
}
h2 {
	color: #bb4422;
	font-size: 14px;
}
h3 {
	color: #bbaa55;
	font-size: 12px;
}
h4 {
	color: #778866;
	font-size: 10px;
}
li {
	list-style: disc;
}
em {
	font-style: italic;
}
textarea, input {
	border: solid 1px #000000;
	margin-bottom: 15px;
}

/*** Container Styles (in order of appearance in code) ***/

#main {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	background-image: url('/images/wrap-bg.png');
	background-repeat: repeat-y;
	margin: 0;
}
#header {
	position: relative;
	width: 100%;
	height: 190px;
	background-image: url('/images/header-bg.png');
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 15px;
	left: 67px;
}
#tabs_box {

}
#navigation {
	list-style: disc;
	margin: 0px 0px 15px 7px;
	padding: 0px;
}
#navigation .page_item {
	margin: 0px 0px 12px 20px;
	color: #334433;
}
#navigation .page_item a {
	font-size: 16px;
	color: #334433;
	text-decoration: none;
	font-weight: bold;
}
#navigation .page_item a:hover {
	color: #bbaa55;
}
#navigation .current_page_item a, #navigation .current_page_ancestor a {
	color: #bb4422 !important;
	text-decoration: none;
}
#subnav_box {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#subnav_box ul {
	margin-left: 15px;
}
#subnav_box .page_item {
	list-style: circle;
}
#subnav_box .page_item a {
	font-size: 13px !important;
	color: #334433 !important;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}
#subnav_box .page_item a:hover {
	color: #bbaa55 !important;
}
#subnav_box .current_page_item a {
	color: #bb4422 !important;
}
#sidebarleft {
	float: left;
	width: 153px;
	padding: 0px 17px 0px 17px;
	margin: 0px;
}
#join_now_box {
	margin: 0px;
	width: 153px;
	padding: 10px 0px 10px 0px;
	margin-top: 25px;
	border-top: solid 1px #ae8751;
	border-bottom: solid 1px #ae8751;
}
#join_now_box h3 {
	text-align: center;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
	color: #eb1c24;
}
#join_now_box p {
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0px;
}
#mission_box {
	width: 153px;
	margin-bottom: 25px;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #ae8751;
}
#mission_box p {
	font-size: 12px;
}
#content {
	float: left;
	width: 570px;
	min-height: 300px;
	_height: 300px;
	padding: 0px 15px 15px 15px;
	margin: 0px;
}
#home_left {
}
#home_right {
	padding: 0 15px 0 14px;
       	width: 255px;
       	border-left: 1px solid #ae8751;
}
#home_right ul {
	margin: 0;
	padding: 0 0 0 15px;
}
#home_right li {
	font-size: 12px;	
}
#sidebar_right {
	float: left;
	width: 153px;
	padding: 0px 17px 0px 17px;
	margin: 0px;
}
#sidebar_right_box {
	margin: 0px;
	width: 153px;
}
#sidebar_right_box_top p {
	font-size: 12px;
}
#footer {
	text-align: left;
	clear: both;
	width: 940px;
	height: 60px;
	padding: 17px 17px 0px 17px;
	background-image: url('/images/footer-bg.png');
	background-repeat: no-repeat;
}
#footer p {
	font-weight: bold;
}
#footer a {
	text-decoration: none;
}
#spacer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}

/*** Universal Classes ***/

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearboth {
	clear: both;
}
.border {
	border: solid 1px #000000;
}

