/* CSS Document */

body {
	background-color: #003366;
	font-family:Arial, Helvetica, sans-serif;
}

h4 {padding-top: 0;
	margin-top: 0;
}

#harrytop {
	background-image:url(../i/image1.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 797px;
	height: 260px;
}

#navcontainer {
	margin-left: auto;
	background-color: white;
	margin-right: auto;
	width: 797px;
	height: 53px;	
}
#navinside {
	padding-top: 17px;
	width: 783px;
	height: 53px;
	margin-left: 7px;
	background-color:#002c82;
	font-size: 14px;
}
#navinside a:link {
	color: white;
	text-decoration: none;
}
#navinside a:visited {
	color: white;
	text-decoration: none;
}
/* Drop down menu coding */
	#nav, ul {
		margin-top: 0px;
		list-style: none;
		padding: 0;
		padding-left: 22px;
		margin-top: 2px;
	}
	
	#nav li {
		float: left;
		position: relative;
		padding-left: 20px;
	}
	
	#nav li ul {
		display: none;
		position: absolute;
		top: 1em;
		left: 0;
		padding: 3px 3px 3px 3px;
		background: #002c82;
	}
	#nav li ul li {
		padding: 8px 3px 3px 3px;
	}
	#nav li li {
		float: none;
	}
	
	#nav li:hover ul, #nav li.sfhover ul {
		display: block;
	}
/* Drop down menu coding end */


#staging {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 797px;
	height: 160px;
	border: 0px black dotted;	
}
#maincontent {
	overflow: auto; 
	margin-left: auto;
	margin-right: auto;
	width: 797px;
	background-color: white;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	color: white;
	text-align: center;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 797px;
}

#footer a:link {
	clear: both;
	text-decoration:none;
	color: white;
	text-align: center;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 797px;
}

#footer a:visited{
	clear: both;
	color: white;
	text-decoration:none;
	text-align: center;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 797px;
}


#leftstage {
	margin-left: 10px;
	float: left;
	width: 250px; 
	border: 1px #ccc dotted;
	height: 150px;

}
#midstage {
	margin-left: 13px;
	float: left;
	width: 250px; 
	border: 1px #ccc dotted;
	height: 150px;
}

#rightstage {
	margin-right: 10px;
	float: right;
	width: 230px; 
	border: 1px #002c82 dotted;
	height: 140px;
	padding: 5px;
	padding-left: 10px;
}
#button {
	float: right;
}
.signup {
	padding:3px;
}
#newsstory {
	font-size: 12px;
	margin-left: 10px;
	width: 505px;
	border: 1px #ccc solid;
	float: left;
	padding: 5px;
}
#archivelist {
	font-size: 10px;
	margin-right: 10px;
	float: right;
	width: 230px; 
	border: 1px #002c82 dotted;
	height: 140px;
	padding: 5px;
	padding-left: 10px;
	line-height:20px;
}
#archivelist a:link {
	color: black;
}
#archivelist a:link:visited {
	color: black;
}

#donate {
	font-size: 10px;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	width: 230px; 
	border: 1px #002c82 dotted;
	height: 100px;
	padding: 5px;
	padding-left: 10px;

}


#corplist {

	margin-right: 10px;
	float: right;
	width: 218px; 
	border: 1px #002c82 dotted;
	height: auto;
	padding: 5px;
	padding-left: 10px;
}

#staging2 {
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 797px;
	border: 0px black dotted;	
}
#newsstory2 {
	font-size: 12px;
	margin-left: 10px;
	width: 765px;
	border: 0px #ccc solid;
	float: left;
	padding: 5px;
	height: auto;
	overflow:auto;
}

.Titletext {
	font-size: 14px;
	font-weight: bold;
}

.successful {
	font-size: 12px;
	color: #339933;
	font-weight: bold;
}

