body {
	background-color: #E0D6C5;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: left;
}
.topleft {
	background-image: url(images/topleft.gif);
	height: 11px;
	width: 17px;
}
.top {
	background-image: url(images/top.gif);
	height: 11px;
}
.topright {
	background-image: url(images/topright.gif);
	height: 11px;
	width: 17px;
}
.blockcell {
	padding: 8px;
	vertical-align: top;
}
.mouse {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
}
.left {
	background-image: url(images/left.gif);
	width: 17px;
}
.right {
	background-image: url(images/right.gif);
	width: 17px;
}.btmleft {
	background-image: url(images/btmleft.gif);
	height: 11px;
	width: 17px;
}
.btm {
	background-image: url(images/btm.gif);
	height: 11px;
}
.btmright {
	background-image: url(images/btmright.gif);
	height: 11px;
	width: 17px;
}
.center {
	background-color: #FAF9F1;
	text-align: justify;
	vertical-align: top;
}
a:link {
	font-weight: bold;
	color: #5D65A4;
}
a:hover {
	font-weight: bold;
	color: #5D65A4;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #8495CD;
}
#menu .center a:link {
	text-decoration: none;
	display: block;
}
#menu .center #active {
	color: #000000;
	text-decoration: underline;
	display: block;
}
#menu .center a:hover {
	text-decoration: underline;
	display: block;
}
#menu .center a:visited {
	text-decoration: none;
	color: #5D65A4;
	display: block;
}
.blockcell .center img {
	padding: 8px;
}

#menu .center a:visited:hover {
	text-decoration: underline;
	color: #5D65A4;
	display: block;
}
.copyright {
	text-align: left;
	vertical-align: bottom;
	padding: 5px;
}


.submenu {
	text-align: left;
}

#menu .center .submenu a:link {
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	padding-left: 15px;
}
#menu .center .submenu #subactive {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	padding-left: 15px;
}
#menu .center .submenu a:hover {
	text-decoration: underline;
	font-weight: normal;
	display: block;
}
#menu .center .submenu a:visited {
	text-decoration: none;
	color: #5D65A4;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	padding-left: 15px;
}
#menu .center .submenu a:visited:hover {
	text-decoration: underline;
	color: #5D65A4;
	font-weight: normal;
	display: block;
}
.note {
	font-weight: bold;
	color: #003399;
}
