* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	/*background: #f3efec;*/
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}

a {
	color: #056436;
}

a:hover {
	color: #E85205;
}

#container {
	/*width: 640px;*/
	width: 680px;
	margin: 0 auto;
}

#header {
	height: 100px;
	background: url(../images/headerbg.gif) no-repeat;
}

#content {
	margin: 1px 0;
}

#footer {
	height: 22px;
	line-height: 28px;
	font-size: 11px;
	text-align: right;
	background: url(../images/footerbg.gif) no-repeat;
}



#content h1 {
	margin: 2.3em 0 1em;
}

#content h2 {
	margin: 1em 1.3em .5em 0;
	font-size: 14px;
	font-weight: normal;
	color: #E85205;
}

#content h3 {
	margin: 1em 1.3em .5em 0;
	font-size: 13px;
}

#content h1 {
	font-weight: normal;
	font-size: 20px;
	color: #056436;
}

#content h1 span {
	display: block;
	font-size: 16px;
	color: #333;	
}


#content p {
	margin: 1.3em 2em 1.3em 1em;
	text-align: justify;
	line-height: 1.5em;
}

#content ul,
#content ol {
	margin-left: 2em;
}

#content li {
	margin: .5em 0;
	text-align: justify;
	line-height: 1.5em;
}