body
{
	margin: 0;
	padding: 0;
	color: #305f10;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

body.front
{
	background: url(i/frontbg.gif) repeat-x;
}

body.sub
{
	background: url(i/subbg.gif) repeat-x;
}

img
{
	border: 0;
}

p
{
	padding: 0;
	margin: 15px 0 15px 0;
}

a
{
	color: #2948a2;
	text-decoration: underline;
}

a:hover
{
	color: #f48155;
}

#main
{
	margin: 0 auto;
	width: 760px;
}

#submain
{
	margin: 0 auto;
	width: 760px;
	background: #ffffff url(i/sidebarbg.gif) repeat-y;
}


#footer
{
	clear: both;
	background: #305f10;
	color: #ffffff;
	text-align: center;
	border-top: 1px solid #a7cc87;
	padding: 10px;
}

#footer a
{
	color: #ffffff;
}

#subheader
{
	background: url(i/subcontentbg.gif) repeat-x;
	height: 83px;
}

#subheader img
{
	float: left;
	margin: 13px 0 0 13px;
}

#subheader p
{
	margin: 0;
	padding: 34px 0 10px 83px;
	font-size: 11pt;
	font-weight: bold;
}

#subcontent
{
	padding: 10px 10px 10px 196px;
}

#bar
{
	background: #ebf2e5;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #cbe3ba;
	float: left;
	width: 176px;
}

#navigation
{
	padding: 10px;
}

#navigation ul
{
	margin: 0;
	padding: 10px 0px 10px 0px;
	list-style: none;
}

#navigation ul li
{
	display: block;
	border-bottom: 1px solid #a7cc87;
}

#navigation a
{
	text-decoration: none;
	color: #305f10;
	font-weight: bold;
}

#navigation a:hover
{
	color: #f48155;
}

.frontbox
{
	float: left;
	height: 215px;
	width: 168px;
	text-align: justify;
	padding: 0 11px 0 11px;
}

.frontbox .title
{
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 3px;
	margin-bottom: 22px;
	border: none;
}

.frontbox .title a
{
	text-decoration: none;
	color: #305f10;
}

.title
{
	color: #ec7121;
	font-variant: small-caps;
	font-size: 12pt;
	border-bottom: 1px solid #ec7121;
}

.title a
{
	color: #ec7121;
	text-decoration: none;
}

.important
{
	color: #ec7121;
}

.form
{
	margin: 20px auto;
	border: 1px solid #cbe3ba;
	padding: 10px;
	border-collapse: collapse;
}

.form .label
{
	background: #ebf2e5;
	padding: 2px 10px 2px 2px;
	text-align: right;
	white-space: nowrap;
}

.text
{
	font-weight: bold;
	border: 0px;
	border-bottom: 1px solid #f48155;
	padding: 1px;
	color: #f48155;
}

.error
{
	font-weight: bold;
	color: #a20a0a;
}

hr
{
	clear: both;
	width: 100%;
	height: 0;
	border-top: 1px solid #a7cc87;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}