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

a:link {color: #333333; text-decoration: none}
a:visited {color: #333333; text-decoration: none}
a:hover {color: #FF0000; text-decoration: none}

body { 
	background: #bbc4d5;
}

.bg_donate {
	background: url(../images/bg_donate.gif);
}

.bg_leftside1 {
	background: url(../images/bg_leftside1.gif);
}

.bg_leftside2 {
	background: url(../images/bg_leftside2_top.gif);
}

.bg_leftside3 {
	background: url(../images/bg_leftside_bottom.gif);
}

.bg_logo {
	background: #FFFFFF;
}

.bg_link1 {
	background: url(../images/bg_march_support.jpg);
}

.bg_link2 {
	background: url(../images/bg_march_events.jpg);
}

.bg_link3 {
	background: url(../images/bg_register.jpg);
}


.bg_main {
	background: url(../images/bg_main_alt.gif);
	background-repeat: no-repeat;
	background-color: #fff4d5;
}

.bg_footer {
	background-color: #fff4d5;
	border-top: solid 1px #000000;
}

.bg_rightside1 {
	background: url(../images/bg_rightside1.gif);
}

.bg_rightside2 {
	background: url(../images/bg_rightside2_top.gif);
}

.bg_rightside3 {
	background: url(../images/bg_rightside_bottom.gif);
}

.bg_menu {
	background: url(../images/bg_menu.gif);
}

#donateHeader {
	float: left;
	width: 100px;
	margin: 18px 0 0 10px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
}

.donateHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
}

.donateBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

#donate {
	float: left;
	text-align: left;
	width: 100px;
	margin: 1px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

#eventsTable {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	line-height: normal;	
}

#eventsTable.borderTop {
	border-top: solid 1px #000000;
}

#eventsTable td.title {
	border-bottom: solid 1px #8e8354;
	padding: 5px 5px 3px 5px;
	margin: 0;
}

#eventsTable td.description {
	border: none;
	padding: 3px 5px 20px 5px;
	margin: 0;
}


#eventsTable h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #996600;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#eventsTable h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #996600;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#footer {
	width: 480px;
	margin: 5px 0 5px 35px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #333333;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FF0000;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	vertical-align: text-middle;
	padding: 0 5px 0 0;
}

#mainHeader {
	width: 582px;
	height: 100px;
	border-bottom: solid 1px #000000;
}

.mainHeaderCopy {
	float: left;
	width: 480px;
	margin: 30px 0 0 35px;
}

.mainHeaderCopySingleLine {
	float: left;
	width: 480px;
	margin: 50px 0 0 35px;
}

#mainBody {
	width: 582px;
	height: 250px;
	border-bottom: solid 1px #000000;
}

#mainBodyAlt {
	width: 582px;
}

.mainBodyCopy {
	float: left;
	width: 480px;
	margin: 15px 0 10px 35px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin: 0;
	padding: 8px 0 0 0;
}

#register {
	text-align: left;
	width: 110px;
	margin: 42px 0 0 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.right {
	float: right;
}

#social {
	text-align: left;
	width: 110px;
	margin: 37px 0 0 100px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

#support {
	text-align: left;
	width: 120px;
	margin: 35px 0 0 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}


ul.menu li a:link {color: #333333; text-decoration: none}
ul.menu li a:visited {color: #333333; text-decoration: none}
ul.menu li a:hover {color: #FF0000; text-decoration: none}

ul.menu {
	list-style: none;
	line-height: 38px;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

ul.menu li{
	display: inline;
	padding: 0 6px 0 6px;
}