/* CSS Document */

/* Global Styles */

body
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #002D55;
	margin: 15px 0px 0px 0px;
	background-color: #FFFFFF;
}

h1
{
	color: #002D55;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-transform: none;
}

h2
{
	color: #9E6614;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: ##9E6614;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}


#news {
	border: 1px solid green;
	background-color: #cdf2e0;
	margin: 0 0 15px 0;
	padding: 0px;
}

#news h3 {
	font-size: 13px;
	font-weight: 900;
	text-align: left;
	padding: 5px 5px 0 5px;
}

#news p {
	font-size: 11px;
	text-align: left;
	padding: 5px;
	line-height: 1.4em;
}

#news a {
	text-decoration: underline;
}

a
{
	text-decoration: none;
	color: #00703C;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 15px 20px;}
li{
	padding: 0px 0px 5px 5px;
}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 15px 0px;}

img {border: 0;}
	
/* Classes */

.nav
{
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background: url(images/navBG.jpg) repeat-x top;	
}

.nav a {color: #fff;}

.pageBody {
	background: url(images/watermark.jpg) no-repeat top left;
}

.main {
	padding: 30px 44px 30px 0px;
}

.main p {padding: 0px 0px 15px 45px;}
.main ul, .main ol{
	padding: 0px 0px 15px 80px;
}

.rightCol {
	padding: 30px 0;
	text-align: center;
}

.footLinks 
{
	text-align: center; 
	font-size: 10px;
	line-height: 20px;
}
.footLinks a
{
	color: #002D55;
	padding: 0 10px;
}

.greenBar {background: url(images/greenBarBG.jpg) repeat-x top;}
.footer {
}

.tags {
	text-align: center;
	font-size:  10px;
	margin: 5px;
}

.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: center;
	color: #00703C;
	line-height: 20px;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
	text-align: center;
}

.logoworks a
{
	color: #9A9A9A;
}
