/* CSS Document */
p {max-width:600px;}
li {max-width:560px;}
a {
	color:#cc0033;
	text-decoration: none;
	font-weight:bold;
	}	
a:visited {
	color:#0044ad;
	}
a:hover {text-decoration:underline;}
.logobar { 	
	background-color: #1c4e20;
	height: 110px;
	position: relative;
	width:100%;
	vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.logobarstipe {
	background-color:#444444; 
	width:100%; 
	height:101px;
	vertical-align:middle;
	background-image: url(images/greenfire.jpg);
	background-position:left;
	background-repeat:no-repeat;
	 }
.topmain {
	position: relative;
	left:0px;
	top: 0px;
	font-size: xx-large;
	margin-left: 15px;	
	}
.lefttop {
	position:absolute;
	width: 200px;
	top:0px;
	left:0px;
	padding-left: 5px;
	}
.mainpage {
	position: relative;
	width:100%;
	}
.update {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
body {background-color: #000000; margin:0px;}
.main {
	background-color: #ffffff;
	position: relative;
	left:0px;
	top: 0px;
	color: #1c4e20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	margin-left:210px;	
	}
.bottom {
	position:relative;
	color: #ffffff;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	width: 100%;
	background-color: #1c4e20;
	}
.tablehead { 
	background-color: #000000; 
	padding-left:5px;
 	padding-top: 1px;
	font-size: large;	
	font-weight: bold;
	}
.indent {
	position: relative;
	left: 50px;
	}