body {
	background:url(images/background.jpg) top center no-repeat #9B8068;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 1.36;
	font-size:12px;
}

.img_top_left {float:left; margin:0px 10px 10px 0px;}
.img_middle_left {float:left; margin:10px 10px 10px 0px;}
.img_bottom_left {float:left; margin:10px 10px 0px 0px;}
.img_top_center {text-align:center; margin:0px 10px 10px 10px;}
.img_middle_center {text-align:center; margin:10px 10px 10px 10px;}
.img_top_right {float:right; margin:0px 0px 10px 10px;}
.img_center_right {float:right; margin:0px 0px 10px 10px;}
.img_bottom_right {float:right; margin:10px 0px 0px 10px;}


a.quick_link:link {text-decoration:none; color:#572924; font-weight:bold;}
a.quick_link:hover {text-decoration:none; color:#9B8068; font-weight:bold;}
a.quick_link:visited {text-decoration:none; color:#754B3D; font-weight:bold;}
a.quick_link:visited:hover {text-decoration:none; color:#9B8068; font-weight:bold;}


h1, .Heading1 .Main_Title {color:#000000; font:22px "Times New Roman", Times, serif; margin:0px;padding:0px;}

h2, .Heading2 .Sub_Title {color:#572924; font:16px Arial, Helvetica, sans-serif; margin:20px 0px 10px 0px;padding:0px;}

h3, .Heading3 .Sub_Sub_Title {color:#9B8068; font:13px Arial, Helvetica, sans-serif; margin:0px;padding:0px;}

h4, .Heading4 {color:#572924; font:14px Arial, Helvetica, sans-serif; margin:0px; padding:0px;}


hr {color:#9B8068;}

p {margin:12px 0px 12px 0px;}

.text_table {
	margin:10px;
	padding:10px;
}

.text_table td {
	padding:10px;
	margin:2px;
	background-color:#eedfd2;
}

.form_table {
	margin:10px 10px 10px 0px;
}

.form_table td {
	padding:5px;
	margin:2px;
	background-color:#eedfd2;
}

#column_title {
	width:280px;
	border-bottom:1px solid #9B8068;
}

#page_title {
	width:600px;
	border-bottom:1px solid #9B8068;
	margin-bottom:10px;
}

#main_container {
	position:absolute;
	left:50%;
	width:832px;
	margin-left:-416px;
	/*margin-top:-15px;*/
}

#content_container {
	background:url(images/container_background.gif) #ffffff;
	width:807px;
	margin:0px 13px 0px 12px;
	overflow:auto;
}

#navigation_ {
	width:189px;
	float:left;
}

#content {
	float:right;
	width:600px;
	margin:10px 7px 10px 0px;
	min-height:475px;
}

.clear {
	clear:both;
}

#quick_links {
	width:280px;
	font-size:10px;
	padding-bottom:5px;
	float:left;
	margin-right:20px;
}

.quick_link_div {
	width:260px;
	float:left;
	padding:5px 5px 5px 5px;
	line-height:160%;
	color:#9B8068;
}

.quick_pic {
	float:left;
	margin:5px 20px 5px 0px;
	border:1px solid #572924;
	padding:2px;
}

.quick_link {
	color:#000000;
}

#events_text {
	float:right;
	width:280px;
	margin-right:10px;
}

#content_frame {
	margin-top:15px;
}

#events {
	width:270px;
	padding:5px;
}

#mission {
	width:270px;
	padding:5px;
}

#sponsors {
	width:807px;
	margin:0px 13px 0px 12px;
}

#sponsor_link {
	float:left;
	margin:0;
	padding:0;
}

#footer {
	width:807px;
	margin:30px 13px 0px 12px;
	text-align:center;
}

/*/////////// Navigation ////////////*/

.up_button {
	background-image:url(images/button_up.jpg);
}

#join_button {
	background-image: url(images/join_now_up.jpg);
}

#dhtmlgoodies_menu{		
	font-family:arial;	/* Font for main menu items */
	font-size:12px;
	width:189px;	/* Width of main menu */
}
	
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
	
#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#fff;	/* Black text color */
	
	height:30px;	/* 20 pixel height */
	line-height:30px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border: 1px solid #66332E;
	background-color:#754B3D;	/* Light blue background color */
	margin:3px;	/* A little bit of air */
	padding-left:4px;	/* Air between border and text inside */
	
	display:block;
}
	
#dhtmlgoodies_menu	li a:hover,

#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFF;
}

#dhtmlgoodies_menu .first {
	background-image:url(images/join_now_up.jpg)
}
	
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	background-color:#754B3D;
	font-family:arial;
	font-size:12px;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#fff;	/* Black text color */
		
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
		
	display:block;	/* Display as block - you shouldn't change this */
	background-image:url(images/button_up.jpg);
}
.dhtmlgoodies_subMenu li li a{
	background-image: none;
}

.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#572924;	/* Blue background */
}

.join_button {
	background-image: url(images/join_now_up.jpg);
}