*
{
	margin: 0;
	border: none;
	font-family: helvetica, Arial;
	font-size: 13px;
}

html
{
	padding: 0;
}

body
{
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
}

form, input
{
	padding: 0;
}

div.clear
{
	clear: both;
}

h1
{
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0 10px 0;
	color: #009900;
	clear: both;
}

a, a:link, a:active, a:visited
{
	text-decoration: underline;
	color: #009900;
}

a:hover
{
	text-decoration: underline;
	color: #66cc33;
}

#div_outer
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 825px;
}

#top
{
	width: 825px;
	height: 85px;
	float: left;
}

#top_logo
{
	/* width: 825px; */
	width: 630px;
	height: 84px;
	float: left;
	background: url(/img/bg_logo_new.gif) no-repeat left top;
}

#top_right
{
	width: 185px;
	height: 47px;
	float: right;
	text-align: right;
	padding: 37px 10px 0 0;
}

#menu
{
	width: 819px;
	height: 33px;
	padding: 0 auto 0 auto;
	clear: both;
}

#menu a, #menu a:link, #menu a:active, #menu a:visited
{
	width: 89px;
	height: 33px;
	display: block;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
	color: #009900;
	background-color: #ffffff;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

#menu a:hover
{
	text-decoration: underline;
	color: #66cc33;
}

#menu a.active, #menu a.active:link, #menu a.active:active, #menu a.active:visited
{
	width: 89px;
	height: 33px;
	display: block;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
	color: #ffffff;
	background-color: #009900;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

#menu a.active:hover
{
	text-decoration: underline;
}

#menu span.blank
{
	width: 89px;
	height: 33px;
	display: block;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
	color: #009900;
	background-color: #ffffff;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

#menu_left, #menu_right, #menu_left_active, #menu_right_active
{
	width: 9px;
	height: 35px;
	display: block;
	float: left;
}

#menu_left
{
	background: url(/img/bg_menu_left.gif) no-repeat left top;
}

#menu_left_active
{
	background: url(/img/bg_menu_left_active.gif) no-repeat left top;
}

#menu_right
{
	background: url(/img/bg_menu_right.gif) no-repeat left top;
}

#menu_right_active
{
	background: url(/img/bg_menu_right_active.gif) no-repeat left top;
}

#left_column
{
	margin: 5px 0 0 0;
	width: 550px;
	/* height: 425px; */
	float: left;
	background: url(/img/bg_left_column.gif) no-repeat left top;
}

#left_column .content
{
	margin: 10px 0 0 0;
	width: 540px;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	float: left;
	display: inline; /* fixes IE double-margin bug */
}

#right_column
{
	margin: 5px 0 0 5px;
	width: 270px;
	/* height: 425px; */
	float: left;
	background: url(/img/bg_right_column.gif) no-repeat left top;
}

#right_column .content
{
	width: 250px;
	margin: 15px 0 0 15px;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	float: left;
	display: inline; /* fixes IE double-margin bug */
}

#copyright
{
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	width: 820px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	border-top: 1px #cccccc solid;
}