body {
	margin: 0;
	padding: 0;
	background: #fdfffe;
	text-align: center;
	font-size: 81.3%;
    height: 100%;
	font-family: "Lucida Grande",arial,helvetica,sans-serif;
}
img {
	border: none;
}
a {
	color: #339966;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
h1 {
	color: #339966;
	font-size: 25px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: none;
	margin-top: 4px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 40px;
	text-decoration: none;
	margin-top: 4px;
}
p { 
	color: #444;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
}
#container {
	width: 960px;
	margin: 5px auto;
	text-align: left;
	border: solid 1px #999;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #fff;
	position: relative;
}
#header {
	height: 55px;
	overflow: hidden;
	text-align: center;
	background: #339966;
	color: #000066;
}
#content {
	clear: both;
	padding: 20px 30px 30px 35px;
	height: auto !important;
	height: 500px;
	min-height: 400px;
	width: 890px;
	visibility: inherit;
	float: left;
}
#content li {
        line-height: 22px;
		color: #444;
		font-size: 14px;
}
#footer {
	text-align: center;
	font-size: 8pt;
	color: #000;
	padding: 15px;
	clear: both;
}
#footer a,#footer a:hover {
	color: #000;
}
.strong {
	color: #339966;
	font-size: 16px;
	font-weight: 550;
}