body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFF99;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-style: italic;
	color: #4C034C;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #00CC99;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	color: #4C034C;
	text-decoration: none;
}

ul {
	list-style-type: disc;
}
#top {
	position: relative; 
	margin: 0px;
	padding: 0px;
	top: 0; left: 0; width: 500px; 
}
#leftcontent{
	position: absolute;
	left: 0px;
	width: 400px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/wicksson_blue.gif);
}
#rightcontent{
	position: absolute;
	left: 400px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 400px;
	height: 100%;
	overflow: auto;
}
#midcontent{
	position: relative;
	width: 400px;
	left: 10px;
}
#botcontent{
	position: relative;
	clear: both;
}
#leftmedia {
	position: relative;
	left: 0px;
	width: 400px;
}
#words {
	position: relative;
	left: 10px;
	background-color:#00FFCC;
	width: 350px;
}
h1 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 10px;
	font-weight: bold;
}

