.ital { font-style:italic; }
.center { text-align:center; }
.font-script { font-family: "VT-100", monospace, cursive; }
.under { text-decoration: underline; }
.fright { float:right; }
.fleft { float:left; }

a { color: #268046; font-weight: bolder; }
a:visited { color: #268046;text-decoration: none; }
a:hover { color:#cc0000; }

body { 
	background-color:#000000; 
	margin:0px; 
	padding:0px; 
}

#container{
	background-color:#ffffff;
	border: 1px solid #ffffff;
	font-size:12pt;
	margin: 10px auto;
	padding:5px;
	width: 990px;
}

#mainNav {
	background-color: #000000;
	height:25px;
	margin-top:5px;
	padding-top:7px;
	text-align:center;
	width:100%;
}
#mainNav a {
	color: #ffffff;
	font-size: 12pt;
	font-weight: bolder;
	margin: 10px;
	text-decoration:underline;
}
#leftnav {
	float:left;
	margin-left: 5px;
	width:190px;
}
#leftnav ul {
	list-style-type:none;
	padding-left:0px;
}
#leftnav li {
	margin-bottom:10px;
}
#mainText {
	margin-left: 200px;
	text-align:justify;
}
#mainText p#page-header {
	border-top: 3px solid #cc0000;
	border-bottom: 3px solid #cc0000;
	font-family: "Comic Sans", "Comic Sans MS", cursive, "URW Chancery L", "Times New Roman", Purisa, Georgia, Serif;
	font-size: 14pt;
	padding: 5px;
}
#mainText p.directquote { 
	background-color:#ffffff; 
	margin-bottom:45px;
}
#mainText ul {
	list-style-type:none;
	padding-left:20px;
}
#mainText li {
	margin-bottom:10px;
}
#footer { clear:both; }

