@charset "UTF-8";
/* css document */
/* FAN SEAS */
/* kenneth allen */
/* kennethrallenjr@gmail.com */

html { 
	padding:0px;
	margin:0px;
}

body {
	background-color:#7d99a4;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #000;  
	padding: 20px;
	margin: 0px;
}

#content {
	margin-left: 200px;
	background-color:#fff;
	overflow: auto;
	border-bottom: double;
	border-right: double;
	padding: 10px;
}

#menu {
	position: absolute;
	width: 200px;
	left: 20px;
	background-color:#ddd664;
}

h1 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
	page-break-after: avoid;
}

h3 {
	font-size: 14px;
}

li {
	list-style-type: square;
}

#menu a {color: #000; text-decoration: none;}
#menu a:visited {color: #000;}
#menu a:hover {color:#c8142b; text-decoration: none;}
#menu a:active {color: #000;}
#content a {color: #000; text-decoration: underline;}
#content a:visited {color: #000;}
#content a:hover {color: #c8142b; text-decoration: none;}
#content a:active {color: #000;}