body {
	font-family: Sylfaen;
	background-color: #7e81be;
	/*background-color: #415276;*/
	margin-left: 0;
	margin-top: 0px;
	color: #111129;
}


h1 {
	margin: 10px 0px 10px 0px;
}

p {
	margin: 20px 0px 20px 0px;
	font-size: 1.0em;
}

ul {
	margin-right: 20px;
}
ol {
	margin-right: 20px;
}

#wrap {
	width: 750px;
	background-color: #5256a0;
	margin: none;
}

#content {
padding: 10px 35px 20px 35px;
min-height: 500px; 
width: 680px; 
background-color: #eeeeee;
}

#wrap a:link {
	color: #111111;
	font-weight: bold;
}
#wrap a:visited {
	color: #111111;
	font-weight: bold;
}

.navcol {
	background-color: #5256a0;
	width: 100%;
	height: 3px;
	margin: 0px;
	padding: none;
}

.navb {
	width: 125px;
	height: 25px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	padding-top: 5px;
	vertical-align: bottom;
}

.navb:hover {
	color: #5256a0;
	background-color: #cccccc; 
}

.activeb {
	width: 125px;
	height: 25px;
	font-size: 18px;
	cursor: pointer;
	padding-top: 5px;
	vertical-align: bottom;
	color: #5256a0;
	background-color: #cccccc; 
}

.navcell {
	width: 125px;
	height: 150px;
	padding: 0;
	margin: 0;
}

.active {
	width: 125px;
	height: 150px;
	padding: 0;
	margin: 0;
	background-image: none;
}

.active[id] {
	background-image: url('overlay1.png');
}

.navcell:hover {
	background-image: url('overlay1.png');
}

#footer {
	font-size: 14px;
}

.footerl {
	color: #111129;
	font-weight: normal;
}


.buttoncell {
	width: 125px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
	font-size: 18px;
	color: #ffffff;
}