body {
	background-color:#53d78c;
	font-family:Arial, Helvetica, sans-serif;
}

h3.header {
	font-size:28px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin-top:20px;
}

h3.nav {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

h3.nav a{
	color:#53d78c;
	text-decoration:none;
}

h3.nav a:hover{
	color:#ffffff;
	text-decoration:none;
}

h3.nav a.active{
	color:#ffffff;
	text-decoration:underline;
}

h3.footer {
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:5px;
}

p.main {
	color:#FFFFFF;
	margin-right:10px;
}

p.nav a{
	color:#53d78c;
	text-decoration:none;
}

p.nav a:hover{
	color:#ffffff;
	text-decoration:none;
}

p.footer {
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}

li {
	margin-bottom:15px;
}

#wrapper {
	width:980px;
	height:auto;
	background-color:#02546c;
	margin:auto;
}

#header {
	width:100%;
	height:204px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#pageheader {
	width:75%;
	margin-top:150px;
	float:right;
}

#pageheader h2{
	font-size:36px;
	color:#53d78c;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

#mainsection {
	width:100%;
	height:auto;
}

#leftsection {
	float:left;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:2%;
	width:25%;
	height:auto;
	color:#53d78c;
}

#rightsection {
	float:right;
	margin:0px;
	width:72%;
	height:auto;
	color:#FFFFFF;
}

.logo1 {
	float:left;
	width:300px;
	height:auto;
}

.logo1 p a{
	color:#FFFFFF;
	
}

.logo2 {
	float:left;
	width:320px;
	height:auto;
	padding-left:50px;
}

.logo2 p a{
	color:#FFFFFF;
	
}

#footer {
	clear:both;
	width:100%;
	height:100px;
}

.padder1 {
	clear:both;
	width:100%;
	height:1px;
}