.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #99CCCC;
	text-align: right;
	vertical-align: middle;
	padding-top: 40px;
	border-top-width: 2px;
	border-top-style: none;
}
.header {
	background-color: #99CCCC;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #669999;
}
.lcol {
	background-color: #99CCCC;
	border-left-style: none;
	border-left-color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 50px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	padding: 50px;
	vertical-align: top;
	background-color: #FFFFFF;
	font-size: 90%;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-color: #FFFFFF;
	font-size: 90%;
}
.rcol {
	border-right-style: none;
	border-right-color: #669999;
	background-attachment: fixed;
	background-image: url(/images/top.jpg);
	background-repeat: repeat;
	background-position: bottom;
	vertical-align: bottom;
	padding-top: 50px;
}
a:link {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #3366CC;
}
a:active {
	font-weight: bold;
	color: #3366CC;
	text-decoration: underline;
}
.menuitem {
	background-color: #99CCCC;
	display: block;
	padding: 1px;
	font-size: 90%;
}
.menuitem a:link {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
}
.menuitem a:visited {
	font-weight: bold;
	color: #006666;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
}
.menuitem a:hover {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	background-color: #FFCC66;
	display: block;
	padding: 5px;
}
.menuitem a:active {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 5px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
li {
	padding-bottom: 3px;
}