body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
a{
	color: #0000CC;
}
a:link{
	color: #0000CC;
	text-decoration: underline;
}
a:active{
	color:#00FF00;
}
a:visited{
	color: #0000CC;
}
a:hover{
	color: #00FF00;
}
#page {
	width: 750px;
	border: 0px black solid;
	margin: 0 auto;
	background-color: #CCFFFF;
}
#navBar {
	text-align: center;
}

#masthead {
	height: 150px;
	width: 100%;
	background-color: #0099CC;
}
#logo {
	float: left;
	height: 150px;
	width: 150px;
}
#logoTitle {
	font-variant: small-caps;
	text-align: center;
}
#logoSubtitle {
	width: 598px;
	text-align: center;
}
#logoSubtitle h2 {
	font-size: .8em;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
#mastheadRightBox {
	float: left;
	height: 150px;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}
#main {
	width: 650px;
	margin: 0 auto;
}
#mainTitle {
	text-align: center;
}
.quote {
	font-size: 0.8em;
	text-align: center;
}
.mainText {
}
.mainBoxRight {
	width: 250px;
	text-align: center;
	float: left;
	margin-top: 45px;
	margin-bottom: 60px;
}
.sponsor {
	font-size: 0.7em;
	padding-top: 8px;
}
.copyright {
	font-size: 0.6em;
	text-align: center;
	background-color: #CCFFFF;
}
.confidential {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.staff {
	text-align: center;
	float: left;
	width: 400px;
	margin-bottom: 55px;
	margin-top: 45px;
}
.contact {
	width: 450px;
	margin: 0 auto;
}
.takePledge {
	border: 2px solid black;
	width: 350px;
	float: left;
	padding: 15px;
	font-weight: bold;
}
.takePledgeCenter {
	text-align: center;
	font-weight: normal;
}
.mainBoxRight2 {

	width: 250px;
	text-align: center;
	float: right;
}
