/* CSS Document */

body {
	background-color: #006666;
}
.wrapper {
	border: solid 1px #FFFFFF;
}
.bottombackground {
	background-image: url(../images/bottomback.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.topbackground {
	background-image: url(../images/topback.jpg);
	background-repeat: no-repeat;
}
.menubuttons {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}
.menubutton:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
.menubutton:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
.menubutton:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B4C45A;
	text-decoration: none;
}
.menubutton:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
.text {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
.paddingtable {
	padding: 5px 20px;
}
.paddingtext {
	padding: 20px 20px 5px 20px;
}
.texttop {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006666;
}
.slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
.bottompadding {
	margin: 0px 15px 15px 0px;
}
.toppadding {
	padding: 15px 15px 0px 0px;
	float: right;
	width: 200px;	
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.copyright:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D8E999;
}
.copyright:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.copyright:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.copyright:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.images {
	margin: 0 10px;
	padding: 2px;
	border: 1px solid #B4C35A;
}
.titles {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AABB55;
}