body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	clear: right;
	background-color: #e6d6e0;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
h1 {
	font-size: 18px;
	color: #660033;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #660033;
}
h2 {
	font-size: 16px;
	color: #660033;
}
.navlist {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 3px;
}
.navlist li {
	display: block;
	border-top-width: 1px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: outset;
	text-align: center;
	padding: 2px;
	background-image: url(images/box_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.navlist a:link {
	text-decoration: none;
}
.navlist a:visited {
	text-decoration: none;
}
.navlist a:hover {
	color: #FFFFFF;
	background-color: #660033;
	display: block;
}
.navlist a:active {
	color: #00FF00;
	background-color: #660033;
	display: block;
}
#content {
	border: medium outset #CCCCCC;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/blue_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
#header {
	clear: left;
	margin-left: 2px;
}
#middle {
	clear: left;
	margin-bottom: 10px;
	width: 800px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 2px;
}
#left {
	float: left;
	width: 158px;
	clear: left;
	padding-right: 20px;
}
#main {
	float: left;
	width: 460px;
	padding-top: 10px;
}
#right {
	float: right;
	width: 150px;
	padding: 0;
}
#footer {
	clear: left;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer a:active {
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.floatright {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}
.floatleft {
	float: left;
	margin-right: 15px;
}
.frame {
	border: medium outset #CCCCCC;
}
.article {
	border: medium outset #CCCCCC;
	background-image: url(images/box_background.jpg);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	background-position: bottom;
	background-color: #FFFFFF;
}
.article p {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	letter-spacing: -0.1em;
}
.article a:link {
	color: #660033;
}
.article a:visited {
	color: #660033;
}
.article a:hover {
	color: #00FF00;
}
.article a:active {
	color: #00FF00;
}
.article h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
