body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: verdana, trebuchet ms, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
}

img
{
	border: 0px;
}

.image
{
	border: 1px solid #000;
}

.imageleft
{
	float: left;
	padding: 0 10px 0 0;
}

.imageright
{
	float: right;
	padding: 0 0 0 10px;
}

body > #menu
{
	position: fixed;
}

a
{
	color: #3B5EFA;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #3B5EFA;
	border-right:1px solid #000000;
	background: #fff url('../images/menu-back.jpg') repeat-y;
}

.navigation
{
	width: 200px;
}

.navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.navigation a
{
	display: block;
	padding: 3px 15px;
	width: 170px;
	color: #FFF;
	text-decoration: none;
	background: #fff url('../images/menu-back-active.jpg') repeat-y;
	border-bottom: 1px dashed #86AED7;
}

.navigation a:hover
{
	background: #fff url('../images/menu-back-hover.jpg') repeat-y;
	color: #fff;
}

#topmenu
{
	border-top: 1px dashed #86AED7;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
}

#main h1, h2, h3, h4, h5
{
	border-bottom: 1px solid #3B5EFA;
	font-family: arial;
	font-size: 175%;
	color: #3B5EFA;
}

#main a
{
	color: #3B5EFA;
	text-decoration: none;
}

#main a:hover
{
	color: #000;
	text-decoration: none;
}

#footer
{
	margin-top: 30px;
	font-size: 11px;
	text-align: right;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p
{
	margin: 0 0 5px 0;
}

#footer a, #footer a:hover
{
	text-decoration: none;
	color: #000;
}


.stafftable
{
	border: 0;
	font-size: 100%;
	width: 100%;
	text-align: left;
}

table
{
	width: 100%;
}

table th
{
	text-align: left;
}

.table1 th
{
	font-size: 120%;
}