@charset "utf-8";
/* CSS Document */

body
{
	background:url(../images/background.gif);
	//background:url(../images/dot_background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	background-color:#85a12e;
	font-size:14px;
}

.container
{
	margin:60px auto;
	width:940px;
	text-align:center;
}

.header
{
	border:0px;
	text-align:center;
	overflow:hidden;
}

.menu
{
	padding:0px;
	margin:0px;
	text-align:left;
	overflow:hidden;
}

.content
{
	padding-left:30px;
	padding-right:30px;
	margin:0px;
	text-align:left;
	background:url(../images/content_back.gif) repeat-y;
	overflow:hidden;
}

.base
{
	padding:0px;
	margin:0px;
	text-align:left;
	overflow:hidden;
}

.footer
{
	text-align:center;
	padding: 0 10px 20px 20px;
	font-size:10px;
	color:#FFF;
}

.left
{
	float:left;
	width:600px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}

.left_home
{
	float:left;
	width:600px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}

.right
{
	float:right;
	width:200px;
	padding:0px;
	margin:0px;
	font-size:10px;
	overflow:hidden;
}

.right a
{
	font-size:14px;
	color:#999933;
}

.right visited
{
	font-size:14px;
	color:#999933;
}

.right hover
{
	font-size:14px;
	color:#999933;
}

.right active
{
	font-size:14px;
	color:#999933;
}

.head_text
{
	color:#cc0033;
	font-size:28px;
	font-weight:bold;
}

.sub_head_text
{
	color:#99cc33;
	font-size:20px;
}

.sub_sub_head_text
{
	color:#000000;
	font-size:20px;
}

.news_text
{
	font-size:14px;
	color:#999933;
	text-align:center;
	width:200px;
}

.news_heads
{
	color:#cc0033;
	font-size:14px;
	text-decoration:underline;
}

.page_subheads_red
{
	color:#cc0033;
	font-size:14px;
}

.page_subheads_green
{
	color:#999933;
	font-size:14px;
}

.page_heads
{
	color:#cc0033;
	font-size:16px;
}

.mid_page
{
	color:#cc0033;
	font-size:20px;
}

.contactTable td
{
	text-align:left;
}

img
{
	border:0;
}

.red_background
{
	background-color:#cc0033;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	vertical-align:middle;
}
