﻿/* page layout */
body, html
{
	padding: 0;
	margin: 0;
}
body
{	
	background-color: #f2e3b5;
	background-image: url('/Images/bodyBG.png');
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Georgia, Serif;
	font-size: 12pt;
	line-height: 150%;
}
.bodyWrapper
{
	text-align: left;
	position: relative;
	left: -1px;
	*left: 0px;
	width: 782px;
}
.header
{
	color: White;
}
.headerTop
{
	background-color: White;
	height: 152px;
	padding: 0px;
}

/* Top Nav Styles */
.topNav
{
	background-image: url('/Images/topNavBar.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 64px;
	position: absolute;
	top: 104px;
	width: 782px;
	z-index: 55;
}
.donateButton
{
	position: absolute;
	top: 10px;
	left: 560px;
}
.topNav a, .topNav a:visited, .ddItem a, .ddItem a:visited
{
	color: white;
	text-decoration: none;
}
.topNav a:hover, .ddItem a:hover
{
	text-decoration: underline;
}
.topNavMenu
{
	left: 15px;
	position: absolute;
	width: 751px;
	z-index: 55;
}
.topLink
{
	left: 0px;
	padding: 0 5px;
	position: relative;
	text-align: center;
	top: 10px;
}
.ddMenu
{
	position: absolute;
	top: 48px !important;
	z-index: 55;
}
.ddMenu td
{
	background-color: red;
	text-align: left;
}
.ddItem
{
	position: relative;
}
.ddItem td
{
	background-color: #605a49;
	font-size: 80%;
	left: 0px;
	height: 30px;
	padding: 3px 10px;
	position: relative;
}

/* Header Styles */
.headerTop h1
{
	color: #333;
	font-size: 34pt;
	margin: 20px 0 15px 20px;
	text-decoration: none;
}
.headerTop a, .headerTop a:visited
{
	text-decoration: none;
}
.headerTag
{
	font-size: 18pt;
	margin: 0px 0 10px 20px;
}
.headerTag a, .headerTag a:visited
{
	color: #ece7e7;
	color: #333;
	text-decoration: none;
}
.contentBody
{
	margin: 25px 2px 20px 16px;
}
.contentBody a, .contentBody a:visited
{
	color: #2f496c;
}
.contentBody a:hover
{
	color: #466b9e;
}
.RightMenuCell
{
	left: 2px;
	padding-right: 2px;
	position: relative;
	width: 260px;
}
.footer
{
	background-color: White;
	color: White;
	margin: 0 10px 20px 0;
	padding: 3px;
	text-align: right;
}
.floatRight
{
    float: right;
    margin-bottom: -7px;
    margin-top: -4px;
}

.hand
{
	cursor: pointer;
}
.hidden
{
	display: none !important;
}
.visHidden
{
	visibility: hidden !important;
}
h1
{
	font-size: 22pt;
	line-height: 35px;
	margin-bottom: 5px;
}
td
{
	vertical-align: top;
}
.firsth1
{
	margin-top: 0;
	margin-bottom: 15px;
}
