body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.floatright {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#wrapper {
	background-image: url(imgs/leftmenu.jpg);
	background-repeat: repeat-y;
	width: 850px;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
}
#banner {
	margin-right: auto;
	margin-left: auto;
}
#menuleft {
	padding-left: 20px;
	padding-top: 20px;
	width: 190px;
	float: left;
	padding-bottom: 60px;
}
#menuleft h3 {
	font-size: 1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(img/bluenoise.jpg);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	margin: 0px;
}

#menuleft ul {
	list-style-type: square;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
#menuleft li {
	margin-left: 2px;
}
#menuleft a {
	padding: 5px;
}
#menuleft a:link, #menuleft a:visited {
	text-decoration: none;
	color: #0033FF;
}
#menuleft a:hover, #menuleft a:active {
	color: #663399;
	padding: 5px;
}
#content {
	padding-bottom: 25px;
	padding-left: 10px;
	float: left;
	width: 620px;
	padding-top: 30px;
}
#content a:link, #content a:visited, #footer a:link, #footer a:visited {
	color: #003399;
	text-decoration: none;
}
#content a:hover, #content a:active, #footer a:hover, #footer a:active {
	color: #663399;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3em;
}
#content ul {
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
	margin-top: 0px;
	color: #40378A;
}
#content h2 {
	color: #3300FF;
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663399;
	padding-top: 10px;
}
#content .dates {
	font-weight: bold;
	color: #663399;
	margin-bottom: 0px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #6699CC;
	height: 25px;
	text-transform: uppercase;
	text-align: center;
}
.clearboth {
	clear: both;
	height: 1px;
	font-size: 1px;
}
#footer  a:link {
	color: #660099;
}
#content li {
	list-style-position: inside;
	margin: 0px;
	padding: 2px;
}
.box {
	border: 1px solid #6699CC;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10pt;
	padding: 5px;
	clear: both;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
