
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D3FF5B;
	margin: 0;
	color: #490F4A;
	font-size: 10pt;
	background-attachment: fixed;
	background-image:  url("images/leafbackground.jpg");
	background-repeat: no-repeat;
}

h1 {
font-size: 14pt;
font-weight: bold;
font-variant: small-caps;
color: #464c00;
}

#middle {
	left: 190px;
	position: absolute;
}


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

#leftbar {
	position: relative;
	float: left;
	width: 190px;
	padding: 0;
	text-align: right;
	padding-top: 10px;
}

#content {
	position: relative;
	float: left;
	width: 56%;
	padding: 0 7% 0 7%;
	text-align:justify;
	min-height: 430px;
}

#rightbar {
	width: 25%;
	float: left;
	left: 70%;
	padding: 0 5% 0 0;
}

#footer {
	width: 56%;
	clear: both;
	position: relative;
	padding: 0 7% 0 6%;
	font-size: 7pt;
	text-align: center;
}

.footer {
	padding: 0 7% 0 6%;
	font-size: 7pt;
	text-align: center;
}

#banner {
    background : #490F4A;
	padding : 0px 0 0px 0;
}

#logo {
    position:absolute;
	left:0px;
	z-index:35;
}

.module1 {
font-size: 10pt;

}

.masthead {
    padding : 0;
	border-top : 3px solid #D3FF5B;
	border-bottom : 3px solid #D3FF5B;
	background : #D3FF5B;
}

.navigation {
    background : #D3FF5B;
	border-top : 2px solid #490F4A;
	border-bottom : 2px solid #490F4A;
	padding : 6px 0px 6px 18px;
	color : #D3FF5B;
	font-weight : bold;
	font-size : 10pt;
	font-variant: small-caps;
	white-space : nowrap;
	text-indent: 205px;
}

.navigation a {
    padding : 4px 10px 4px 10px;
	border : none;
}

.navigation a:link, 
.navigation a:visited {
    color : #490F4A;
	text-decoration : none;
}

.navigation a:hover {
    color : #D3FF5B;
    background : #490F4A;
}

.second a {
text-decoration: none;
text-transform: capitalize;
font-weight: bold;
font-size: 10pt;
}

.second a:link,
.second a:visited {
color: #490F4A;
}

.second a:hover {
color: #697200;
}

.third a {
text-decoration: none;
text-transform: capitalize;
font-weight: bold;
font-size: 8pt;
}

.third a:link,
.third a:visited {
color: #697200;
}

.third a:hover {
color: #490F4A;
}

a {
text-decoration: none;
}

a:link,
a:visited {
color: #697200;
}

a:hover {
color: #490F4A;
}

.smaller {
font-size: 9pt;
}