
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-color: #336633;
}

html {
	scrollbar-face-color: rgb(153, 204, 153);
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-highlight-color: #336633;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

a:link { 
	color: #336666; 
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
	color: #336666; 
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	background-color: #99CC99;
	text-decoration: none;
	font-weight: bold;
	cursor: nw-resize;
}

#main {
	border: none;
	background-color: #ffffff;
	width: 439px;
	z-index: 0px;
	position: absolute;
	overflow: none; 
	top: 236px;
	left: 216px;
	padding: 3px;
}

#boxmenu {
	position: absolute; 
	background-color: #ffffff;
	top: 250px; 
	left: 27px;
}

#links {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	width: 165px; 
	border: none;
	border-top-width: 0px; 
	padding: 3px;
}

#boxtops {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	width: 165px; 
	border: none;
	border-bottom-style: dotted; 
	border-color: #000000;
	padding: 3px;
	font-weight:bold;
}

.updatetitles {
	color: #000000;
	font-weight: bold;
}

.titles {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

.othertitles {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

.menulinks {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.sitelinks {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

table {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: 0;
	padding: 1px;
	spacing: 2px;
}

td {
	valign: top;
}

