body {
	background-color: #003366;
	background-image:  url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu {
	position: relative;
	top: -145px;
	left: -295px;
	height:142px;
	width: 142px;
	z-index: 2;
	font-size: 11px;
}

#content {
position: relative;
top: -130px;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #003366;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #003366;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #003366;
	font-weight:bold;
}

.title {
color: #003366;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style: bold;
font-size: 16px;
}

.tabletitle {
color: #FFFFFF;
}