* { margin:0;padding:0;}
body {
	margin:20px;
	background:#2F2F2F;
	color: #F0F0F0;
	text-align:center;
	padding:0;
	font-family: "Verdana", "Ariel", sans-serif;
	font-size: 0.8em;
	height: 100%;
}
#outer {
	text-align:left;
	background-color: #000000;
	border:1px solid #FFFFFF;
	width:650px;
	margin:auto;
}
#header {
	padding: 15px;
	background:#000000;
	color: #00BF00;
	border: solid #FFFFFF;
	border-width: 0px 0px 2px 0px;
	font-family: "Courier New", monospace;
	text-align: right;
	cursor: pointer;
}
#header h1 { font-size: 2em; font-weight: bold; }
#header h2 { font-size: 1em; font-weight: normal; }
#bodyblock {
	background: #000000;
	width:650px;
	padding:0;
	height:100%;
}
#menu {
	float:left;
	background:#000000;
	width:125px;
	border: solid #FFFFFF;
	border-width: 0px 1px 1px 0px;
	padding: 10px;
	text-align:center;
}
#menu ul {
	list-style-type: none;
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Courier New", monospace;
}
#menu li { margin: 3px 0px; }
#menu h2 { font-size: 1.3em; }
#menu a { color: #00BF00; text-decoration:none; }
#menu a:visited { color: #00BF00; text-decoration:none; }
#menu a:active { color: #00BF00; text-decoration:none; }
#menu a:hover { color: #FFFFFF; text-decoration: none; }
#menu hr {
	height: 2px;
	color: #FFFFFF; 
	background-color: #FFFFFF; 
	width:100%;
	margin: 10px 0px;
}
#quotes {
	text-align: left;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
}
#content {
	width:475px;
	background:#000000;	
	text-align:left;
	padding: 10px;
	height:100%;
	float: right;
}
#content hr {
	height: 2px;
	color: #FFFFFF; 
	background-color: #FFFFFF; 
	width:75%;
	margin: 10px auto;
	text-align: center;
}
#content h2.pagetitle { 
	font-size: 2em;
	color: #00BF00;
	font-family: "Courier New", monospace;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	text-align: right;
}
#content h3 { 
	font-size: 1.6em;
	color: #00BF00;
	font-family: "Courier New", monospace;
	font-weight: bold;
	margin: 1em 0 0 0;
}
#content h4 { 
	font-size: 1.5em;
	color: #00BF00;
	font-family: "Courier New", monospace;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
}
#content ol,#content ul {
	margin: 10px 0px 10px 30px;
}
#content li {
	margin: 4px 0px;
}
#content strong {
	color: #00BF00;
	font-weight: bold;
}
#content p {
	margin: 0em 0em 1em 0em;
	line-height: 1.3em;
}
#content textarea {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #00BF00;
	font-family: "Courier New",monospace;
	font-size: 0.9em;
	width: 100%;
	height: 15em;
	margin: 0 0 1.2em 0;
}
#foot {
	text-align: center;
	height: 15px;
	padding: 5px;
	background:#000000;
	border: solid #FFF;
	border-width: 1px 0px 0px 0px;
	font-size: 0.8em;
}
#foot a { color: #FFFFFF; text-decoration:none; }
#foot a:visited { color: #FFFFFF; text-decoration:none; }
#foot a:active { color: #FFFFFF; text-decoration:none; }
#foot a:hover { color: #00BF00; text-decoration: underline; }
.clearer { clear:both; }
.def { font-family: "Courier New", monospace; color: #00BF00; }
h1.def { font-size: 2.5em; line-height: 0.7em;}
h1.def span { font-size: 0.5em; line-height: 0.7em;}
h2.def { font-size: 1em; margin: 0px 0px 30px 0px; color: #FFFFFF; font-weight: bold;}
#content p.tab { float: right; clear:both;font-weight: bold; color: #FFFFFF; margin-bottom: 0em; border: solid #00BF00; border-width: 1px 1px 0px 1px; width: 100px; text-align: center; }
#content p.tab a { color: #FFFFFF; text-decoration:none; font-weight:bold;}
#content p.tab a:hover { color: #00BF00; text-decoration:none;}
#content p.tab a:active { color: #FFFFFF; text-decoration:none;}
#content p.tab a:visited { color: #FFFFFF; text-decoration:none;}
