a,
a:link,
a:active,
a:visited
{
	color:			#9db53a;
}
.content
{
	padding:		12px 10px 10px 15px;
}

.footer
{
	text-align:		center;
	padding:		2px 0px 10px 0px;
	font-size:		10px;
	color:			#999;
}
.footer a
{
	text-decorqation:none;
	color:			#999;
}

p
{
	padding-bottom:	8px;
}

h1
{
	font-size:		20px;
	color:			#333;
}

h2
{
	font-size:		14px;
	color:			#9db53a;
	padding-bottom:	15px;
}
h4
{
	font-weight: 	bold;
	color:			#9db53a;
	font-size:		11px;
}
.content ul
{
	margin-left:	15px;
	padding-bottom:	8px;
}
.content dl
{
	margin-top:		15px;
}
.content dl dt
{
	font-weight: 	bold;
	color:			#9db53a;
	font-size:		11px;
}
.content dl dd
{
	font-size:		11px;
	padding-bottom:	10px;
}

#lay_sidebar ul
{
	margin-top:		10px;
	margin-left:	15px;
}
#lay_sidebar ul li
{
	list-style:		none;
	height:			25px;
	width:			230px;
	border-bottom:	1px dotted #d9d9d9;
}
#lay_sidebar ul li a
{
	display:		block;
	color:			#9db53a;
	background:		url('../img/arrow_rgt.gif') no-repeat 4px 8px;
	padding:		2px 0px 0px 20px;
}
#lay_sidebar ul li a:hover
{
	color:			#333;
}
/*
 * ========================================
 * SUPPORT FORM
 * ========================================
 */
 #support
 {
	width:			640px;
	border:			0px solid green;
 }

 #support .field input,
 #support .field textarea
 {
 	font-family:	Verdana,Helvetica,Arial,sans-serif;
 	font-size:		11px;
 	width:			200px;
 }
 #support .field textarea
 {
 	width:			550px;
 }
 #support .label
 {
 	vertical-align:	top;
 	font-weight:	normal;
	padding:		3px 20px 4px 0px;
 }
 #support .label.lft
 {
 	padding-left:	40px;
 }
 #support .submit
 {
 	text-align:		center;
 }
 #support input.submit
 {
 	width:			150px;
 }
 #support .error
 {
 	font-size:		11px;
 	font-weight:	bold;
	color:			#cc0000;
 }
