body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 20px;
	color: white;
	}
	
A:link {
	color: white
	}
	
.frame {
	width: 100%;
	height: 100%;
	}
	
.background {
	background-color: A2B7D0;
	width: 100%;
	height: 500px;
	}

.main {	
	background-color: A2B7D0;
	height: 500px;
	}

.maintoprow {
	background-color: white;
	}
	
.mainnavcell {
	width: 80px;
	}

.contentcell {
	width: 750px;
	}
	
.mainrightcell {
	width: 80px;
	}
	
.nav {
	margin-right: 6px;
	}
	
.navelement {
	font-size: 14px;
	font-weight: bold;
	color: white;
	line-height: 26px;
	text-decoration: none;
	}
	
.navelement:hover {
	text-decoration: underline;
	}
	
.line {
	height: 500px;
	}

.linetopcell {
	background-color: white;
	height: 184 px;
	}
