BODY {
	color: #FBEC98;
	background: #6091C2;
	background: #08578F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	position: absolute;
	top: 72px;
	left: 150px;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	overflow: auto;
	color: black;
	background: white;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 72px;
}
#sidebar {
	position: absolute;
	top: 72px;
	left: 0px;
	bottom: 0px;
	width: 130px;
	padding: 10px;
	padding-right: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar a:link { text-decoration: none; color: #FBEC98; } 
#sidebar a:active { text-decoration: none; color: #FBEC98; } 
#sidebar a:visited { text-decoration: none; color: #FBEC98; } 
#sidebar a:hover { text-decoration: underline; color: #E7C458; } 
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 140px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a:link { text-decoration: underline; color: #FBEC98; } 
#footer a:active { text-decoration: underline; color: #FBEC98; } 
#footer a:visited { text-decoration: underline; color: #FBEC98; } 
#footer a:hover { text-decoration: underline; color: #E7C458; }

div.slidePanelRight {
	float: right;
	width: 300px;
	height: 300px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: black;
	text-align: center;
	vertical-align: middle
}
	
div.slidePanelLeft {
	float: left;
	width: 300px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: black;
	text-align: center;
	vertical-align: middle
}
	
p.header {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 15px;
}
.topstyle {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFCC00;
	background-color:#3366CC;
	color: #FBEC98;
	background-color:#6091C2;
} 
.sidestyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBEC98;
	background-color:#6091C2;
}
.sidestyle a:link { color: #FBEC98; } 
.sidestyle a:visited { color: #FBEC98; } 
.sidestyle a:hover { color: #E7C458; } 
.sidestyle a:active { color: #FBEC98; } 
.mainstyle {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
} 
.footstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FBEC98;
	background-color:#6091C2;
} 
.footstyle a:link { color: #FBEC98; } 
.footstyle a:visited { color: #FBEC98; }
.footstyle a:hover { color: #E7C458; } 
.footstyle a:active { color: #FBEC98; } 

