body {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: 12px;
	line-height: 1.6em;
	text-align:left;
	color: #000;
	background-color:#f3f3f3;
}

h3 {
	font-size: 14px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
}

a, a:visited {
	color: #335636;
	text-decoration: underline;
}

a:hover,
a:visited:hover {
	color: #029D0F;
	text-decoration: underline;
}

.content {
	padding: 10px;
	background-color:#fff;
}

#footer {
	height: 80px;
	background-image: url(../images/bg_footer.gif);
	color: #CCD98F;
}

#footer a, 
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, 
#footer a:visited:hover {
	color: #CCD98F;
	text-decoration: underline;
}

ul {
	list-style: none;
}

ul li {
    padding: 5px 0 0 15px;
    background-image: url(bullet.gif);
    background-repeat: no-repeat;
    background-position: -3px 6px;
}

ul ul li{
    padding: 5px 0 0 15px;
    background-image: url(bullet2.gif);
    background-repeat: no-repeat;
    background-position: -1px 5px;
}

#vspacer {
	height: 100%;
}