body {
	top-margin: 0;
	padding: 0;
	text-align: left;
	background: #fff url(../images/bg_tile.jpg) repeat-x;
	background-position: top;
	color: #000000; 
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { 
	color: #000000; 
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 30px 10px 30px;
}

.sidelinks { 
	color: #000000; 
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding: 10px 10px 10px 15px;
}

h1 { 
	color: #002762;
	font-size: 18px;
	height: 21px;
	line-height: 21px;
	font-family: Verdana, Arial, sans-serif;
	padding: 15px 30px 0px 20px;
	vertical-align: -2px;
	font-weight: bold;
	background:url(../images/h1_bg.jpg) repeat-x;
	margin-top: 0px;
}


h2 { 
	color: #000000; 
	font-size: 16px;
	padding: 10px 30px 0px 30px;
	line-height: 17px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 { 
	color: #333333; 
	font-size: 12px;
	padding: 0px 50px 0px 0px;
	line-height: 17px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

li.body { 
	color: #333333; 
	font-size: 12px;
	padding: 0px 40px 0px 0px;
	line-height: 17px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: disc;
}



.footercopy { 
	color: #333333; 
	font-size: 10px; 
	line-height: 12px; 
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	
}

.address { 
	width: 180px;
	color: #333333; 
	font-size: 9px;
	float: left;
	line-height: 12px; 
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	padding: 10px 0px 20px 20px;
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 0px;
}

.topquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	line-height: 30px;
	text-align: right;
	padding: 20px;
	color: #002762;
	height: 50px;
	width: 300px;
	left: 560px;
	top: 10px;
}

.donate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/donate_bg.jpg) repeat-x;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	height: 50px;
	width: 202px;
}

	
.searchbutton{
	padding: 1px 2px 1px 2px;
	background-color: #0a1a24;
	margin: 0;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px #666666 solid;
}



a:link {
  color: #0033CC;
  background-color:transparent;
  text-decoration:none;
  }
  
a:visited {
  color:#0033CC;
  background-color:transparent;
  text-decoration:none;
  }
  
a:hover {
  color: #9f0b00;
  background-color:transparent;
  text-decoration:underline;
}

a.side:link {
  color: #9f0b00;
  background-color:transparent;
  text-decoration:none;
  font-weight: bold;
  }
  
a.side:visited {
  color:#9f0b00;
  background-color:transparent;
  text-decoration:none;
  font-weight: bold;
  }
  
a.side:hover {
  color: #9f0b00;
  background-color:transparent;
  text-decoration:underline;
  font-weight: bold;
}

/*- SIDE MENU STYLE--------------------------- */

ul.side {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 176px;	
	top: 0px;
	height: 100%;
}
	
#menu {
	position: relative;
	height: 100%;
	width: 176px;
	top: 10px;
	margin: 0px 0px 0px 10px;
	font-size: 10px;
	}
	
#menu li a {
  	height: 20px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 17px 0px 0px;
	font-family: Verdana, Arial, Geneva, Swiss, SunSans-Regular;
	font-size: 9px;
	line-height: 17px;
	border-bottom: #878787 1px solid;
	display: block;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #002762;
	height: 20px;
	}
	
#menu li a:hover {

	background: #002762;
	color:#FFFFFF

	}