@charset "utf-8";
/* CSS Document
Common styles that apply to all pages
Author:	Bruce Arkell
Date:	10/09/2009
Supporting Files:
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.25em;
	color: #000;
	text-align: center;
	padding: 20px;
	background-color: #336699; 
	border-color: #F00;
}
		
address	{
	font-size: 60%;
	text-align: center;
	color: #00F;
}

h2{ 
background-color:#F00;
color: #FFF  ;
background-color: #F00;
letter-spacing: 0.1em;
text-align: left;
padding: 5px;
font-style: italic; 
text-align: center;
}

#header{ 
	border-bottom: #F00 solid 2px; 
	padding-top: 3px; 
	padding-left: 3px;
	padding-bottom: 3px;
}
		
#container{ 
	border: #F00 solid 2px;
	width: 780px;
	background: #FFFFFF;
	text-align: left; 
	margin: auto;
}

#sideBar1{
	width: 140px;
	float: left; 
	padding-top: 10px;
	padding-left: 15px; 
}

#mainContent{
	margin: 0px 0px 0px 165px;
	padding: 10px;
	border-left: #F00  solid 1px;
	color: #000;
}			

#centerCol{
	float:left; 
	border-left: #F00 solid 1px; 
	padding: 0px 0px 10px 5px; 
}
#footer	{
	padding: 5px;
	border-top: #F00 solid 2px; 
	line-height: 1.1em; 
	font-size: 60%;
	letter-spacing: normal;
	color: #03F;
	text-align: center;
}

.clearfloat	{ 
	clear:both; 
	height:0; 
	font-size: 1px;
	line-height: 0px;
}

#sideBar1 ul{
	margin: 0;
	padding: 5px 0px 0px 0px;
	list-style: none;
	font-size: 150%;
	line-height: 150%;
	text-align: center; 
}

a.menu{      
	text-decoration: none;    
	font-weight: bold; 
	color: #00F;
}
					
a.menu:visited{
	color: #00F;
}
					
 a.menu:hover{
	text-decoration: underline; 
	color: #00A629;
}
					
.sideBar1 a:hover, #sideBar1 a:active, #sideBar1 a:focus{
	color: #F00;
}

.selecteditem{
	color: Red; 
	font-style:italic; 
	font-weight: bold;
	text-decoration: none;
}

a.iselecteditem:link, a.selecteditem:hover, a.selecteditem:focus, a.selecteditem:active, a.selecteditem:visited{
	display: inline;	
	text-decoration: none;
	font-style: italic; 
	font-weight: bold;
	color: #F00 ;
}

.dropCap:first-letter{
	float: left; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 300%; 
	line-height: .5em;
	color:#03C;
}

.return{
	font-size: 80%;
	color: #F00; 
	font-style: italic;	
	border: none;
}

.signUp{
background-color: #CCC;
}

.donate{
	font-size: 65%;
	font-style: italic; 
	color: #F00;
}