@charset "UTF-8";
.body {
	background-color: #CCCCCC;
	height: 600px;
	margin-right: 15%;
	margin-left: 15%;
}
#header {
	background-color: #006699;
	height: 45px;
	padding: 5px;
	text-align: center;
	color: #CCCCCC;
	font-size: xx-large;
	font-weight: lighter;
}
link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	cursor: crosshair;
}
#content {
	background-color: #FFFFFF;
	margin: 50px;
	padding: 25px;
	height: 400px;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #333333;
	line-height: 12px;
}
.leftnav {
	background-color: #999999;
	width: 13%;
	position: absolute;
	left: 0px;
	height: 100%;
	padding: 15px;
}
.rightnav {
	position: absolute;
	background-color: #006598;
	height: 100%;
	width: 13%;
	right: 0%;
	top: 0px;
	z-index: 0;
	padding: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	cursor: crosshair;
	font-weight: bold;
	font-size: large;
}
a:visited {
	color: #CC0000;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
