body{
	background-color:#E7E6DC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h2{
	color:#231F20;
	font-size:24px;
}
#main_container{
	width:900px;
  margin:0px auto;
	background-color:#FFFFFF;
	overflow:hidden;
}
#main_container_top{
	height:30px;
	background-image:url(../images/main_container_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#main_container_bottom{
	height:10px;
	background-image:url(../images/main_container_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#body_container{
	padding:5px;
}
#logo_container{
	width:556px;
	float:left;
}
#top_nav_container{
	width:320px;
	text-align:right;
	float:left;
}
#top_nav_container a{
	margin-left:15px;
}
.merge{
	clear:both;
}
#main_nav_cotainer{
	width:880px;
	margin:0 auto;
}
#main_nav{
	background-image:url(../images/main_nav_bg.gif);
	background-repeat:repeat-x;
	height:45px;
	width:300px;
	float:left;
}
#main_nav a, #main_nav a:visited{
	width:150px;
	height:30px;
	padding-top:15px;
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	text-decoration:none;
}
#main_nav a:hover, #main_nav a.selected{
	background-image:url(../images/main_nav_hov.gif);
	background-repeat:repeat-x;
}
#login_box{
	width:425px;
	float:right;
	color:#F9A94A;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding:0 5px 0 0;
}
#login_box input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#login_box a, #login_box a:visited{
	color:#F9A94A;
	text-decoration:none;
}
#login_box a:hover{
	text-decoration:underline;
}
#banner{	
	width:880px;
	height:230px;
	margin:0 auto;
}
#message{	
	width:880px;	
	padding-top:10px;
	margin:0 auto;
}

#content_container{
	padding-top:10px;
	width:880px;
	margin:0 auto;
	text-align:justify;
	line-height:18px;
	color:#767778;
}
#column_1{
	width:270px;
	float:left;
}
#column_2{
	width:355px;
	padding:15px 40px 15px 40px;
	float:left
}
#left_two_column{
  width:530px;
  padding:15px 40px 15px 40px;
	float:left;
}
#merge_three_column{
  width:95%;  
  margin:0 auto;
}

#forum_content{
  width:100%;  
  margin:0 auto;
}

#column_3{
	width:175px;
	float:left;
}
.head_box{
	height:70px;
	background-color:#DCDAD2;
	font-size:16px;
	font-weight:bold;
	color:#636467;
	line-height: 17pt;
	text-align:top;
	padding:10px 0 0 15px;
}
.head_box a, .head_box a:visited{
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	color:#949698;
}
.head_box a:hover{
	text-decoration:underline;
}

#left_menu_container{
	background-color:#F2F1EA;	
	padding:10px;
}
#left_menu_container a, #left_menu_container a:visited{
	font-weight:bold;
	text-decoration:none;
	height:25px;
	border-bottom:solid 1px darkgray;
	border-left:solid 1px darkgray;
	padding-left:10px;
	color:#949698;
	display:block;
}
#left_menu_container a:hover{
	text-decoration:underline;
}
.more_box{
	padding-left:20px;
}
.more_box a, .more_box a:visited{
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	color:#949698;
}
.more_box a:hover{
	text-decoration:underline;
}
.left_sub_heading{
	font-size:14px;
	font-weight:bold;
	color:#949698;
	margin:0;
}
.testimonial_container{
	padding:20px;
	background-color:#F2F1EA;
	text-align:left;
}
.testimonial_container a, .testimonial_container a:visited{
	font-weight:bold;
	display:block;
	text-align:right;
	text-decoration:none;
	color:#636467;
	font-style:italic;
}
.testimonial_container a:hover{
	text-decoration:underline;
}
#footer_container{
	width:880px;
	margin:0 auto;
	background-color:#D2D2CA;
}
#footer_top{
	height:52px;
}
#footer_bottom{
	height:8px;
	background-image:url(../images/footer_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#footer_content_left{
	font-size:16px;
	font-weight:bold;
	color:#636467;
	padding:25px 0 0 20px;
	width:200px;
	float:left;
}
#footer_content_left a, #footer_content_left a:visited{
	text-decoration:none;
	color:#636467;
}
#footer_content_left a:hover{
	text-decoration:underline;
}
#footer_content_right{
	width:635px;
	text-align:right;
	padding:15px 15px 15px 0;
	float:left;
}
#copyright_container a, #copyright_container a:visited{
	color:#000000;
	text-decoration:none;
}
#copyright_container a:hover{
	text-decoration:underline;
}
#bottom_nav_container{
	font-size:14px;
}
#bottom_nav_container a, #bottom_nav_container a:visited{
	text-decoration:none;
	color:#000000;
}
#bottom_nav_container a:hover{
	text-decoration:underline;
}