body {
	color: #555555;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0;
}

div {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}

a:visited {
	color: #990000;
}

#wrapper {
	width: 750px;
	padding-left: 15px;
	margin-top: 15px;
}
#header {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0px;
	text-align:right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(Images/logos/logo.bmp);
	background-repeat: no-repeat;
	background-position: top left;

}
#header img {
	float: left;
}
#header h1 {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
#header h2 {
	margin: 0;
	font-size: 0.65em;
	font-weight: normal;
}

#navigation {
	position: relative;
	top: 0px;
	left: 3px;
	width: 100%;
	background-color: #8C86F2;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
}
#navigation a:hover {
	color: #606060;
}
#navigation table {
	background-color: #8C86F2;
	font-size: 0.8em;
	font-weight: bold;
	border-collapse:collapse;
	width: 100%;

}
#navigation table td {
	width: 12%;
}
#navigation table td.menu {
	background-color: #ACA6F2;
	text-align: left;
}
#navigation table.menu {
	position:absolute;
	top: 1.6em;
	visibility:hidden;
	font-size: 0.9em;
	font-weight: normal;
	width: 160px;
}
#navigation table.submenu {
	display:none;
	font-size: 0.95em;
	font-weight: normal;
	width: 100%;
}
#content {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	font-family: "\"}\"";
	font-family: inherit;
}
#content div#left, #content div#right {
	width: 50%;
	float: left;
}

#footer {
	margin-top: 5.0em;
	text-align: center;
	
}
#footer p {
	font-size: 0.5em;
	margin-top: -0.8em;
	
}
