body {
	background-color: white;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(background_images/page.jpg);
	background-repeat: repeat-x;
	background-color:#006E87;
}

td {
	font-size: 12pt;
}

form {
	margin: 0px;
}
#mainContent {
	background-image:url(background_images/content_page.jpg);
	background-repeat: no-repeat;
	margin: auto;
	width:800px;
	height:842px;
	padding-top:90px;
	border:1px solid #0D353F;
	background-color: #38809A;
}

#leftColumn {
	float: left;
	width: 210px;
	padding:0px;
	margin-left: 3px;
	margin-top:30px;
	display:inlne;
}

#menu {
	width: 201px;
	margin-top: 10px;
	margin-left: 9px;
	text-align: left;
}

h1 {
	font-size: 12pt;
}

#charities {
/*	background-image:url(background_images/charity.gif); */
	width: 180px;
	height:120px;
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-left: 8px;
	margin-right:30px;
	text-align: center;
	padding-top: 7px;
	border:1px solid black;
	background-color:#144D61;
}

#extras a {
	color:white;
}

#charities h3 {
	color: white;
	font-weight: normal;
	margin:4px;
	font-size: 10pt;
}

#charities h2 {
	color: white;
	font-weight: bold;
	margin-left:7px;
	margin-right:7px;
	font-size: 14px;
	background-color:#8B131D;
	padding:3px;
}

#menu a {
	font-size: 10pt;
	background-color:#006E87;
	color:#000000;
	width: 170px;
	text-decoration:none;
	padding:3px;
	border-top: 5px solid #0D353F;
	text-transform:uppercase;
	display:block;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #8B131D;
}

.last {
	border-bottom: 1px solid #0D353F;
}

#rightColumn {
	float: right;
	background-image:url(background_images/right_panel.gif);
	width:0px;
	background-repeat: no-repeat;
	height:400px;
	margin-top:10px;
	margin-right: 4px;
	padding:4px;
	display:none;
}

#rightColumn h2 {
	color: #0F5427;
	font-weight: bold;
	margin:0px;
	font-size: 8pt;
}
#rightColumn h3 {
	color: #AA0000;
	font-weight: normal;
	margin:0px;
	font-size: 8pt;
}

#footer {
	width: 798px;
	text-align:left;
	clear:all;
	padding-bottom: 6px;
}

#onsight {
	float: left;
	color: #AAAAAA;
	font-size: 9px;
	padding: 10px;
	text-align:center;
	width:200px;
}

#onsight a {
	color #AAAAAA;
	text-decoration: none;
}
.sponsorImage {
	margin-left: 2px;
	border: 1px solid cyan;
}

.pages {
	color: #4444AA;
	text-decoration: none;
}

.pages:hover {
	text-decoration: underline;
}

.onsightlink {
	color: #AAAAAA;
	text-decoration:none;
}

.onsightlink:hover {
	text-decoration:underline;
}

input {
	border: 1px solid #AA0000;
	font-size: 9pt;
}

#pageText {
	text-align:left;
	padding-left: 10px;
	margin-top:30px;
	color:white;
	height:80%;
	float:left;
	display:inline;
	width:550px;
	margin-right:20px;
}

tr {
	color:white;
}

tr.altRow {
	background-color:#117F98;
	color:white;
}

td {
	padding:3px;
}

a {
	color:white;
}

a img {
	border:none;
}

.thumbImage {
	border:1px solid black;
}