* {margin: 0; padding: 0; border: 0;}
p, h1, h2, h3, h4, h5, h6, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}
ul, ol {
	padding-left: 2em;
}
fieldset {
	border: 1px solid #999999;
}
legend {
	font-weight: bold;
	color: #103190;
	margin: 0 10px;
	padding: 0 5px;
}
input, select, textarea {
	padding: 1px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
}
input:hover {
	border: 1px solid #FF0000;
}
a:link, a:visited, a:hover, a:active {
	color: #319065;
}
body {
	background: #FFFFFF url(images/bg_gradient.jpg) repeat-x;
}
body {
	scrollbar-face-color: #B6E7BB;
	scrollbar-shadow-color: #319065;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}
body,td,th {
	color: #333333;
	font: 12px/140% Arial, Helvetica, sans-serif;
	text-align: justify;
}
div#container {
	background: url(images/bg.jpg) no-repeat;
	width: 960px;
	margin: 20px auto 0;
	padding: 150px 0 0 0;
	border: 1px solid #000000;
}
div#nav {
	float: left;
	width: 187px;
}
div#nav ul {
	padding: 0;
}
div#nav li {
	margin: 0 6px 0 6px;
	border-bottom: 1px solid #329269;
	list-style: none;
	background: url(images/bullet_nav.gif) no-repeat left;
	padding: 5px 0 0 15px;
}
div#nav li:hover {
	border-bottom: 1px solid #FFFFFF;
	background: url(images/bullet_nav.gif) no-repeat 4px;
}
div#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
div#nav h2 {
	color: #329065;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	margin: 2em 6px 1em 6px;
}
div#nav p {
	text-align: center;
	color: #328F67;
	font-weight: bold;
}
div#right {
	float: right;
}
div#right img {
	display: block;
}
div#content {
	padding: 10px;
	overflow: auto;
	height: 375px;
	width: 525px;
}
div#content h1 {
	color: #918A85;
	text-align: right;
	font-size: 18px;
	border-right: 10px solid #2F8F63;
	border-bottom: 1px solid #2F8F63;
	padding: 2px 5px 2px 0;
}
div#content h2 {
	color: #338E66;
	font-size: 16px;
	margin: 0 0 18px 0;
}
div#copyright {
	font-size: 10px;
	color: #2F9167;
	text-align: right;
	width: 950px;
	padding: 20px 5px 0;
	margin: 0 auto;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.imagefloatlft {
	float: left;
	padding: 0 10px 0 0;
}
