@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	color: #003366;
	text-align: center;
	font-family: "Palatino Linotype";
	font-size: 12px;
	background-color: #88B5FF;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	margin-top: 20px;
}
.menuSpace {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 1px;
	width: 500px;
	height: 40px;
	top: 0px;
	border-bottom-color: #97AADD;
	clear: none;
	float: none;
	left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#header{
	position: relative;
	width: 100%;
	text-align: left;
	background-color: #FFF3CE;
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	height: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.headerLeft {
	height: 200px;
	width: 300px;
	border: 1px solid #999999;
	left: 0px;
	top: 0px;
}
.headerRight {
	border: 1px solid #999999;
	height: 200px;
	width: 600px;
	top: 0px;
	right: 0px;
}



.menuSpace a:link {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.menuSpace a:visited {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.menuSpace a:hover {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #6496FF;
	text-decoration: none;
}

