/* Basic elements of the website. */

body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	margin: 0px;
}
a:link {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.homewhite:link {
	font-family: Papyrus;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
} 
a.homewhite:visited {
	font-family: Papyrus;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
} 
a.homewhite:hover {
	font-family: Papyrus;
	font-size: 12px;
	color: #535353;
	text-decoration: none;
} 
a.homegreen:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008751;
	text-decoration: none;
	font-weight: bold;
} 
a.homegreen:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008751;
	text-decoration: none;
	font-weight: bold;
} 
a.homegreen:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.homegreen1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008751;
	text-decoration: none;
	font-weight: bold;
} 
a.homegreen1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008751;
	text-decoration: none;
	font-weight: bold;
} 
a.homegreen1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.header1text  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
.mainbodytext  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000000;
	padding: 5px;
}
.mainbodytext1  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

/* Basic elements of the includes. */

.emily {
	font-family:Papyrus;
	font-size: 23px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Basic elements of the footer. */

.footertext {
	font-family:Papyrus;
	font-size: 12px;
	text-align: center;
	color: #666666;
	font-weight: bold;
}
.footertext1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-style: italic;
}
.footertext2 {
	font-family:Papyrus;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
.footertext3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
}
