body {
	margin: 0px;
	background-color: rgb(255,255,255);
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	color: rgb(45,76,134);
	font-family: arial, verdana, sans-serif;
	font-size: 80%;
	text-align: center;
}

img {
	border: 0px;
}

h3 {
	color: rgb(45,76,134);
	font-family: Times New Roman, Times, Georgia;
	margin: 0px;
}

hr {
	color: rgb(224,111,150);
	background-color: rgb(224,111,150);
	height: 1px;
	margin: 0px;
}

#shadowContainer {
	margin: 0px auto;
	width: 797px;
	background-image: url('images/gradient.png');
	background-repeat: repeat-y;
	position: relative;
}

#mainContainer {
	margin: 0px auto;
	width: 775px;
	text-align: left;
	position: relative;
	background-color: rgb(255,255,255);
}

#siteLogo {
	position: absolute;
	top: 0px;
	width: 263px;
	height: 138px;
	left: 50%;
	margin-left: -388px;
}

#topNavigation {
	padding-bottom: 10px;
	padding-left: 243px;
	_padding-left: 250px;
	width: 534px;
	_width: 775px;
	height: 70px;
	_height: 85px;
}

#topNavItem {
	border-top: 5px solid rgb(184,185,189);
	border-right: 2px solid rgb(184,185,189);
	padding-top: 10px;
	text-align: center;
	color: rgb(184,185,189);
	vertical-align: bottom;
	width: 105px;
	height: 60px;
	_height: 75px;
	float: left;
	background-image: url('images/nav-arrow.gif');
	background-repeat: no-repeat;
	background-position: 50% 75%;
}

#topNavItem:hover {
	border-top: 5px solid rgb(45,76,134);
	border-right: 2px solid rgb(184,185,189);
	padding-top: 10px;
	text-align: center;
	color: rgb(45,76,134);
	vertical-align: bottom;
	width: 105px;
	height: 60px;
	_height: 75px;
	float: left;
	background-image: url('images/nav-arrow-active.gif');
	background-repeat: no-repeat;
	background-position: 50% 75%;
	cursor: hand;
}

#topNavItem:hover a {
	color: rgb(45,76,134);
}

#topNavItemActive {
	border-top: 5px solid rgb(45,76,134);
	border-right: 2px solid rgb(184,185,189);
	padding-top: 10px;
	text-align: center;
	color: rgb(45,76,134);
	vertical-align: bottom;
	width: 105px;
	height: 60px;
	_height: 75px;
	float: left;
	background-image: url('images/nav-arrow-active.gif');
	background-repeat: no-repeat;
	background-position: 50% 75%;
	cursor: hand;
}

#mainImage {
	background-image: url('images/mainimage.jpg');
	background-repeat: no-repeat;
	background-position: 50% 3px;
	height: 190px;
	border-top: 2px solid rgb(45,76,134);
	padding-bottom: 3px;
	margin-top: 2px;
	
}

#supplementalNavigation{
	position: absolute;
	color: rgb(255,255,255);
	margin-left: 60px;
	top: 160px;
	font-weight: bold;
	font-size: 0.9em;
}

#donationLink {
	position: absolute;
	left: 600px;
	top: 205px;
	width: 150px;
	color: rgb(150,211,229);
	text-align: right;
}

#contentArea {
	width: 745px;
	_width: 775px;
	border-top: 2px solid rgb(45,76,134);
	border-bottom: 2px solid rgb(205,85,133);
	padding: 15px;
	background-image: url('images/feather.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
	min-height: 100%;
	height: auto;
}

#leftSidebar {
	float: left;
	width: 215px;
	padding-right: 15px;
}

#pageContent {
	float: left;
	width: 499px;
	padding-left: 15px;
	padding-right: 0px;
	border-left: 1px solid rgb(201,202,205);
	min-height: 400px;
}

#lowerNavigation {
	margin-top: 5px;
	background-color: rgb(45,76,134);
	text-align: center;
	color: rgb(255,255,255);
	height: 25px;
}
#lowerNavigation ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top: 5px;
}
#lowerNavigation ul li {
	display: inline;
	margin: 0px 10px;
}

#footer {
	color: rgb(186,187,191);
	text-align: center;
	height: 25px;
	max-height: 25px;
}
#footer p {padding: 5px 0px;}

.donationHeader {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Times New Roman, Times, Georgia;
	text-transform: uppercase;
}

.newsTitle {
	font-size: 1.0em;
}

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

.show {
	display: inline;
}

.hide {
	display: none;
}

a:link {color: rgb(45,76,134); text-decoration: underline;}
a:visited {color: rgb(45,76,134); text-decoration: underline;}
a:hover {color: rgb(145,176,234); text-decoration: none;}
a:active {color: rgb(145,176,234); text-decoration: none;}

a.topNav:link {color: rgb(184,185,189); text-decoration: none;}
a.topNav:visited {color: rgb(184,185,189); text-decoration: none;}
a.topNav:hover {color: rgb(45,76,134); text-decoration: none;}
a.topNav:active {color: rgb(45,76,134); text-decoration: none;}

a.topNavActive:link {color: rgb(45,76,134); text-decoration: none;}
a.topNavActive:visited {color: rgb(45,76,134); text-decoration: none;}
a.topNavActive:hover {color: rgb(45,76,134); text-decoration: none;}
a.topNavActive:active {color: rgb(45,76,134); text-decoration: none;}

a.supLink:link {color: rgb(255,255,255); text-decoration: none;}
a.supLink:visited {color: rgb(255,255,255); text-decoration: none;}
a.supLink:hover {color: rgb(205,85,133); text-decoration: none;}
a.supLink:active {color: rgb(205,85,133); text-decoration: none;}

a.supLinkActive:link {color: rgb(205,85,133); text-decoration: none;}
a.supLinkActive:visited {color: rgb(205,85,133); text-decoration: none;}
a.supLinkActive:hover {color: rgb(205,85,133); text-decoration: none;}
a.supLinkActive:active {color: rgb(205,85,133); text-decoration: none;}

a.donationLink:link {color: rgb(255,255,255); text-decoration: none;}
a.donationLink:visited {color: rgb(255,255,255); text-decoration: none;}
a.donationLink:hover {color: rgb(255,255,255); text-decoration: underline;}
a.donationLink:active {color: rgb(255,255,255); text-decoration: underline;}

a.lowerNavLink:link {color: rgb(255,255,255); text-decoration: none;}
a.lowerNavLink:visited {color: rgb(255,255,255); text-decoration: none;}
a.lowerNavLink:hover {color: rgb(205,85,133); text-decoration: none;}
a.lowerNavLink:active {color: rgb(205,85,133); text-decoration: none;}

a.footerLink:link {color: rgb(186,187,191); text-decoration: none;}
a.footerLink:visited {color: rgb(186,187,191); text-decoration: none;}
a.footerLink:hover {color: rgb(45,76,134); text-decoration: underline;}
a.footerLink:active {color: rgb(45,76,134); text-decoration: underline;}

#credits {color: rgb(186,187,191); font-size: 0.8em; text-align: center;}
#credits a:link {color: rgb(186,187,191); text-decoration: none; font-weight: normal;}
#credits a:visited {color: rgb(186,187,191); text-decoration: none; font-weight: normal;}
#credits a:hover {color: rgb(45,76,134); text-decoration: none; font-weight: normal;}
#credits a:active {color: rgb(45,76,134); text-decoration: none; font-weight: normal;}
