@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
 
#wrapper {
	padding: 0px;
	width: 1000px;
	margin: auto;
}

#content {
	margin-top: 75px;
	width: 1000px;
	height: auto;
}
#middle p {
	margin-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
#header {
	position: relative;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	margin-left: 286px;
	width: 719px;
	height: 222px;
}
#left {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	width: 282px;
	height: 600px;
	border: none;
}
#left img {
	border: none;
}

#leftSubEndorse {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(images/leftBackground.gif);
	background-repeat: repeat-y;
	width: 282px;
	height: 1019px;
	border: none;
}
#leftSub img, #leftSubEndorse img, #leftSubIssues img, #leftSubAbout img {
	border: none;
}

#leftSubIssues {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(images/leftBackground.gif);
	background-repeat: repeat-y;
	width: 282px;
	height: 700px;
	border: none;
}
#leftSubAbout {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(images/leftBackground.gif);
	background-repeat: repeat-y;
	width: 282px;
	height: 600px;
	border: none;
}




#middle { 
	float: left;
	margin-left: -1px;
	margin-top: 0;
	padding: 0;
	background-image: url(images/middle.gif);
	background-repeat: no-repeat;
	width: 455px;
	height: 600px;
}

.content  {
	color: black;
	margin-top: 177px;
	padding-right: 15px;
	background-color: white;
}
#subContent {
	color: black;
	padding-right: 15px;
	background-color: white;
	height: 580px;
	float: left;
	width: 702px;
	margin-left: -1px;
	margin-top: 19px;
}
#subContentLong {
		color: black;
	padding-right: 15px;
	background-color: white;
	height: 1300px;
	float: left;
	width: 700px;
	margin-left: -1px;
	margin-top: 20px;
}
#subContentIssues {
	color: black;
	padding-right: 15px;
	background-color: white;
	height: 680px;
	float: left;
	width: 700px;
	margin-left: -1px;
	margin-top: 20px;
}
#subContentAbout {
	color: black;
	padding: 0 40px 0 25px;
	background-color: white;
	height: 580px;
	float: left;
	width: 650px;
	margin-left: -1px;
	margin-top: 20px;
}


#right {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	width: 261px;
	height: 600px;
}
#rightContact {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(images/contact.jpg);
	backgroun-repeat: no-repeat;
	width: 261px;
	height: 600px;
}
#rightVolunteer {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(images/volunteer.jpg);
	backgroun-repeat: no-repeat;
	width: 261px;
	height: 600px;
}
#right p, #rightContact p, #rightVolunteer p{
	margin-top: 540px;
	color: white;
	font-size: 10px;
	text align: center;
	padding: 8px;
	text-align: left;
}
#right a, #right a:link, #right a:visited, #right a:hover, #right a:active, #rightContact a, #rightContact a:link, #rightVolunteer a, #rightVolunteer a:link {
	text-decoration: none;
	color: white;
}

#nav {
position: relative;
padding: 0;	
margin-top: 0;
width:100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-align: left;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 240px;
	margin-left: 55px;
	width: 200px;
}
#nav li {
	display: block;
	font-size: 14px;
	height: 25px;
	width: 220px;
	
}
#nav a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 4px 15px;
	margin-left: -15px
}
#nav a:visited{
color:white;

}
#nav a:hover{
color:red;
background-color: white;
border: 1px solid red;
}

.clearBoth {
	clear: right;
	clear: left;
}
#form {
	margin-left: 5px;
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: left;
}
#form th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#form td {
	padding: 3px;
}
#form .date {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#footer {
	width: 990px;
	color: white;
	background-color: black;
	text-align: left;
}
.right {
	text-align: right;
}
.note {
	color: red;
	font-weight: bold;
}
#nav2 {
position: relative;
padding: 0;	
margin-top: 0;
width:100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-align: left;
/*background-image: url(images/leftBackground.gif);
background-repeat: repeat-y;*/
}
#nav2 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-left: 55px;
	width: 200px;
}
#nav2 li {
	display: block;
	font-size: 14px;
	height: 25px;
	width: 220px;
	
}
#nav2 a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 4px 15px;
	margin-left: -15px
}


#navLong {
position: relative;
padding: 0;	
margin-top: -200px;
width:100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-align: left;
}
#navLong ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 240px;
	margin-left: 55px;
	width: 200px;
}
#navLong li {
	display: block;
	font-size: 14px;
	height: 25px;
	width: 220px;
	
}
#navLong a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 4px 15px;
	margin-left: -15px
}
#navLong a:visited{
color:white;

}
#navLong a:hover{
color:red;
background-color: white;
border: 1px solid red;
}

#nav2Long {
position: relative;
padding: 0;	
margin-top: 0px;
width:100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-align: left;
background-image: url(images/leftBackground.gif);
background-repeat: repeat-y;
}
#nav2Long ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-left: 55px;
	width: 200px;
}
#nav2Long li {
	display: block;
	font-size: 14px;
	height: 25px;
	width: 220px;
	
}
#nav2Long a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 4px 15px;
	margin-left: -15px
}
#nav2Long a:visited{
color:white;

}
#nav2Long a:hover{
color:red;
background-color: white;
border: 1px solid red;
}
.white {
	color: white;
}
#fundraiser {
	width: 100%;
	margin: 0;
	padding: 0;
}
#fundraiserHeader  {
	float: left;
	margin: 5px;
	width: 700px;
	height: 40px;
	background-color: #004b8f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.left {
	float: left;
	width: 30%;
	margin: 10px;
	padding: 0;
	text-align: right;
	color: #fff;
}
.center {
	float: left;
	width: 30%;
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #fff;
}
.right {
	float: right;
	width: 30%;
	margin: 10px;
	padding: 0;
	text-align: left;
	color: #fff;
}
#goldContent {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
#goldContent .goldLeft {
	float: left;
	width: 30%;
	margin: 5px;
	padding: 0;
	text-align: right;
	color: #000;
	min-height: 30px;
}
#goldContent .goldCenter {
	float: left;
	width: 30%;
	margin: 5px;
	padding: 0;
	text-align: center;
	color: #000;
	min-height: 30px;
}
#goldContent .goldRight {
	float: left;
	width: 30%;
	margin: 5px;
	padding: 0;
	text-align: left;
	color: #000;
	min-height: 30px;
}
.hostLeft {
	float: left;
	width: 30%;
	margin: 5px;
	padding: 0;
	color: #000;
	text-align: left;
}
.hostCenter {
	float: left;
	width: 35%;
	margin: 5px;
	padding: 0;
	color: #000;
	text-align: left;
}
.hostRight {
	float: right;
	width: 30%;
	margin: 5px;
	padding: 0;
	color: #000;
	text-align: left;
}
.red {
	margin-top: 10px;
	padding: 15px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	height: 20px;
	background-color: #990012;
	text-align: center;
}
.white {
	font-family: verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#fundraiserContent {
	background-color: white;
	color: black;
	/*padding-right: 15px;
	background-color: white;*/
	height: 680px;
	float: left;
	width: 700px;
	/*margin-left: -1px;
	margin-top: 20px;*/
	text-align: center;
	border: 1px yellow;
}

#hostContent {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
	
.goldLeft {
	width: 30%;
	float: left;
	text-align: left;
}
.goldCenter {
	width: 40%;
	float: left;
	text-align: center;
}
.goldRight {
	width: 30%;
	float: left;
	text-align: left;
}
#fundraiser h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	display: inline;
}
#fundraiser h1, h2, h3 {
	display: inline;
	text-align: center;
}
.left {
	text-align: right;
}
.right {
	text-align: left;
}
.paypal {
	padding-top: 70px;
	margin-left: 60px;
}
