body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(pics/bottom3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#side {
	background-image: url(pics/name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 354px;
	width: 63px;
	clear: none;
	margin-left: 18px;
	margin-top: 28px;
}
#container {
	width: 600px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	padding-top: 20px;
}
#mainContent {
	margin-top: 20px;
	padding: 0px;
}

#navcontainer {
	position: fixed;
	right: 2px;
	float: right;
	clear: none;
	width: 96px;
	bottom: 2px;
	margin-right: 20px;
}

.navlist
{
	padding-left: 0;
	width: 90px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2D5E61;
}

.navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

.navlist a, a:link, a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navlist a:hover {
	text-decoration: underline;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
	font-size: .9em;
}
li {
	list-style-type: none;
	color: #000000;
}
li li {
	padding-top: 8px;
	list-style-type: disc;
}

.color {
	color: #990000;
}
.color2 {
	color: #3300FF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5A6573;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #5A6573;
	font-size: 1.5em;
}
p a:link {
	color: #0000CC;
}
p a:visited {
	color: #000099;
}
p a:hover {
	color: #990000;
}
