body {
	background-color: #FFFFFF;
	margin: 10px;
	padding:0;
	}
p, h1, h2, h3, h4, ul, address, td, th {
	color: #006666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, ul, li, address, td, th {
	font-size: 12px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}
table {
	border: 0;
}
a {
	color: #7C1172;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:active {
	color: #FF3300;
}
hr {
	height: 1px;
	width: 100%;
}

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.biglink {
	font-size: larger;
}
.indent {
	margin-left: 10px;
}
.quotation {
	font-style: italic;
	text-align: center;
	padding: 5px;
}
.non-italic {
	font-style: normal;
}
.center {
	text-align: center;
}
.red {
	color: #FF3333;
}
.beige {
	background-color: #FFFFCC;
}
.blockquote {
	background-image: url(http://www.freeformgames.com/images/open-quote.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	font-style: italic;
	margin-left: 30px;
}
.blockquote span {
	background-image: url(http://www.freeformgames.com/images/close-quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 30px;
	margin-right: 30px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}

.header_left {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
.header_right {
	margin-left: 205px;
	margin-top: 5px;
}

#main_area {
	position:relative;
	margin:0;
	padding:10px;
	}


.menu_item {
	margin-left: 10px;
	line-height: 2px;
}
li.menu_item {
	line-height: 14px;
	list-style: none;
	margin-left: -30px;
}
.menu_sub {
	font-weight: bold;
	background: #CCAACC;
	border: thin #008688 solid;
	line-height: 12px;
	padding: 2px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
}
.leftcontent {
	float: left;
	width: 200px;
}
.maincontent {
	margin-left: 205px;
	margin-right: 215px;
}
.popup_maincontent {
	margin-left: 100px;
	margin-right: 100px;
}
.footer {
	clear: both;
}
.float_left {
	float: left;
	margin-right: 10px;
}
.float_right {
	float: right;
	margin-left: 10px;
	background-color: #FFFFCC;
	width: 190px
}
/* right menu stuff */
.rightmenu {
	position: absolute;
	right: 10px;
	top: 110px;
	width: 200px;
}
.sub-right {
	width: 190px;
	background: #FFDDFF;
	border: 3px solid #CCAACC;
	padding: 2px;
	margin-top: 20px;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
}
.sub-right p {
	font-size: x-small;
}
.sub-right li {
	font-size: x-small;
}
.sub-right ul {
	font-size: x-small;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.sub-right a {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}

/* left menu popout details stuff */

.detail {
	/* the tooltip <div> itself with absolute positioning */
	width: 190px;
	margin-top: 0px; /* you can change the margins to move the <div> more to the left, right, top or bottom */
	margin-left: 100px;
	display: none;
}
.detail div {
	/* a second div that contains the text */
	background: #FFDDFF;
	border: 1px solid #CCAACC;
	padding: 4px;
	margin-top: 1px;
	position: absolute;
	z-index: 10;
	width: 182px;
}
.leftcontent li:hover .detail {
	/* makes the tooltip visible with :hover on the <li> item */
	display: block;
}


