body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#167148;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#main {
	width: 800px;
	background-image:url(../images/background.gif);
	
}
/******************** header ********************/
#header {
	width:750px;
	height:209px;
	margin-left:25px;
	background-image:url(../images/header.jpg);
	display:block;
}
#nav {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-color:#a5e5ca;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#248258;
	height:22px;
	float:left;
	margin-left:3px;
	text-align:center;
}
#nav a {
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5e5ca;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
.main li {
	width:64px;
}
.main a {
	width:64px;
}
.mini li {
	width:103px;
}
.mini a {
	width:103px;
}
.mini2 li {
	width:90px;
}
.mini2 a {
	width:90px;
}
	
/******************** Content ********************/
p, h1, a, span, ol, ul, li, tr {
	font-family: Arial, Helvetica, sans-serif;
}
h2, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
}
td, th {
	padding-right: 10px;
}
#content {
	width:750px;
	margin-left:25px;
	background-color:#a5e5ca;
}
#full {
	float:left;
	width:720px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#full p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#full a{
	color: #054e2d;
	font-weight:800;
}
#full a:hover{
	color:#FFFFFF;
}
#full h1{
	font-size: 16px;
	color: #054e2d;
	display:inline;
	font-weight:900;
}
#full h2{
	font-size: 14px;
	color: #054e2d;
	display:inline;
	font-weight:900;
}
#full span{
	font-size: 12px;
	color: #00da7d;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
.indent
{
	margin-left:100px;
}
.bulletlist
{
	margin-left: 20px;
	list-style-type: disc;
}
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #054e2d;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #054e2d;
	display:inline;
	font-weight:900;
}
#left h2{
	font-size: 14px;
	color: #054e2d;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #00da7d;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:260px;
	background-color:#39b77e;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #054e2d;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}

.col1 {
	width:75px;
	white-space: nowrap;
}

/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear {
	clear:both;
}
.img-pdf {
	border:none;
	padding-left:5px;
	padding-right:5px;
}
ol {
	margin-left:25px; 
	padding-left:0px; 
}
table.mini {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
table.mini th {
	border-width: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: ;
}
table.mini td {
	border-width: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: ;
}
