body
{
	padding:0 0 20px 0;
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:black;
	background-color:#ffffff;
}

h1,h2,p,ul,form
{
	padding:0;
	margin:0;
	list-style:none;
}

h1,h2,h3,h4
{
	font-family: Arial, Helvetica, Sans-Serif;
}

#wrapper
{
	width:950px;
	margin:0 auto;
	border:1px solid #d0cecf;
}

#header
{
 height:186px;
 background-image:url("images/header.png");
 background-repeat:no-repeat;
 /*line-height:82px;*/
 vertical-align:middle;
 padding:10px 0 0 20px;
}

#header a
{
 text-decoration:none;
 font-weight:bold;
 color:white;
 font-size:32px;
}

#header p
{
 padding:2px 0 0 0;
 color:white;
}

#header a:hover
{
	text-decoration:underline;
}

#content #article
{
	float:left;
	background-color:white;
	width:500px;
	padding:20px;
	min-height:600px;
}

#content #article a
{
	color:#03ac17;
	text-decoration:none;
}

#content #article a:hover
{
	text-decoration:underline;
}

#content #article h1
{
	color:#03ac17;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.1px;
}

#content #article p
{
	padding:16px 0 0 0;
	/*line-height:??px;*/
	text-align:justify;

}

#content #article ul, #content #article ol
{
	padding:16px 0 0 20px;
	list-style-type:disc
}

#content #left
{
	float:left;
	padding:20px 20px 20px 10px;
	width:130px;
	background-color:#ffffff;
}

#content #right
{
	float:right;
	width:190px;
	padding:20px;
	border-top:1px dashed #cccccc;
	background-color:#ffffff;
}

#content #right a
{
	color:#03ac17;
	border-bottom:1px dashed #cccccc;
	text-decoration:none;
	vertical-align:middle;
	display:block;
	padding:1px 0 1px 0;
	font-size:12px;
	line-height:18px;
}

#content #right a:hover
{
	text-decoration:underline;
}

#footer
{
	background-color:#00630c;
	clear:both;
	color:white;
	height:18px;
	padding:2px 8px 0 8px;
	text-align:right;
	vertical-align:top;
}

#footer a
{
	color:white;
	text-decoration:none;
	margin:1px 0 0 8px;
	font-size:10px;
}

.advertisement {
        margin:0px;
        padding:0px;
        font-family:Verdana, Arial;
        font-size:10px;
        color:#a5a5a5;
        }