/* ==== Set overall font size, color and family in the body tag below === */

body { 
color: black;
font-size: 11px; 
font-family: Verdana, Geneva; 
padding:0px;
margin-top: 8px;
line-height: 150%;
text-align: justify;
}

h2 {
font-size: 14px;
color: #343D42;
margin: 0;
margin-left: 0px;
margin-top: 4px;
font-weight: bold;
}

#editable ul {
list-style-type: disc; 
list-style-image: none;
padding-left: 8px;
margin-left: 8px;
}

#editable li {
padding: 1px;
}


#holder {
width:730px;
margin:0px auto;
}


/* Main Page Content */
#maincontent {
background-color:transparent;
background-image: url(../images/pagebak.gif);
float: left;
margin: 0;
border: 1px solid #006740;
}

	/*note hacks below each div to prevent IE6 margin doubling bug*/
	#topleftpics {
	float:left;
	width: 469px;
	}
	*html #topleftpics {margin-left:0px}
	
	#toprightstrapline {
	float:left;
	width: 259px;
		margin-left: 0;
	}
	*html #toprightstrapline {margin-right:0px}

	#nav {
	position: relative;
	float:left;
	width: 529px;
	margin: 8px;
	margin-top: 2px;
	margin-left: 112px;
	background-color: transparent;
	height: 26px; 
	}
	*html #nav {margin-left:56px}
	
	#editable {
	float:left;
	width: 529px;
	margin: 30px;
	margin-left: 0;
	padding-left: 118px;
	padding-bottom: 50px;
	}	
	*html #editable {margin-right:4px}
	
#hiddenlogin {
position: absolute; 
top: 0px; 
left: 0px; 
width: 20px; 
height: 20px;
z-index: 10;
}
	

/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}

.newsflash {
float: right;
background-color: #ffffcc;
border: 1px solid red;
padding: 5px;
margin-left: 15px;
text-align: center;
}

#footer {
	color: #555555;
	font-size:10px;
	font-weight:bold;
	padding-left:123px;
}


	#footer a {
		color:#555555;
		display:block;
		float:left;
		padding:0 50px 5px 0;
		text-decoration:none;
	}
