body
{
	background-color: #FFFFFF;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 15px;
}

.header
{
	border: none;
	height: 90px;
	background-image: url(images/topstrip.gif);
	background-repeat: repeat-x;
}

.header_logo
{
	width: 119px
	height: 90px;
	border: none;
	margin-left: 30px;
	float: left;
}

.header_title_logo
{
	border: none;
	float: none;
}

.header_title_text
{
	border: none;
	float: none;
	color: #ffffff;
	font-weight: bold;
	margin-left: 22px;
}

.dotline
{
	background-image:  url(images/border.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin-bottom: 20px;
}

.left_column
{
	border: none;
	width: 150px;
	float: left;
}

.box
{
	margin-bottom: 25px;
}

.box_header
{
	background-color: #526e04;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8bb805;
}

.box_content
{
	color: #333333;
	padding: 10px;
	background-color: #daed9f;
}

.main_content
{
	border: none;
	margin-left: 175px;
	float: none;
}

h1
{
	color: #175817;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

h2
{
	color: #175817;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.box_content ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.box_content li
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: none;
	border-bottom: 1px dotted #175817;
}

.box_content a
{
	color: #175817;
	text-decoration: none;
}

#activeLink
{
	color: #3573ff;
	font-weight: bold;
	text-decoration: none;
}

.box_content a:link:hover
{
	color: #ff5635;
	font-weight: bold;
}


ul
{
	list-style-image: url(images/bullet.gif);	
}

a:link
{
	color: #175817;
}

a:visited
{
	color: #333333;
}

a:link:hover
{
	color: #8bb805;
}

.divider
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8bb805;
}

.themecolor1
{
	background-color: #175817;
	color: #FFFFFF;
}

.themecolor3
{
	background-color: #526e04;
}

.note_item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 236px;
	background-image: url(images/note_background.gif);
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #d8d8d8;
}

.success
{
	font-weight: bold;
	font-size: 14px;
	color: #175817;
}

form input
{
	border: 1px solid #526e04;
	width: 200px;
}

form textarea
{
	border: 1px solid #526e04;
	width: 200px;
}

form dt
{
	width: 100px;
	display: block;
	float: left;
	clear: left;
}

form dd
{
	margin-left: 0;
	float: left;
}

form #submitbutton
{
	margin-left: 100px;
	width: 75px;
}

#infobox
{
	display: none;
	border: 1px solid #526e04;
	width: 130px;
	height: 15px;
	position: absolute;
	top: 200px;
	left: 200px;
	z-index: 25;
	background-color:#fbf7d5;
	padding: 2px;
}

