/*--------------BASIC ASSET FORMATTING------------------*/
a {
	color: #FFFFFF;
	text-decoration: none
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline
}
a:active {
	color: #FFFFFF;
	text-decoration: none
}

body {
	background-image: url(../images/page/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #C0C6D4;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

img {
	border:0;
}

html {
	height: 100%;
}


/* -----TABLE CLASSES-------- */
#t_boundary {
	height: 100%;
	width: 100px;
	background-color: #F8F9FA;
}

#t_main {
	background-color: transparent;
}

#t_footer {
	width: 100%;
	background-color:#FFFFFF;
}

/* -----POSITIONING WITHIN TABLE COLUMNS-------- */
.position_left-top {
	text-align: left;
	vertical-align: top;
}
.position_center-top {
	text-align: center;
	vertical-align: top;
}
.position_center-bottom {
	text-align: center;
	vertical-align: bottom;
}
.position_top {
	vertical-align: top;
}
.position_right {
	text-align: right;
}
.position_top-right {
	text-align:right;
	vertical-align: top;
}

.position_bottom-right {
	text-align:right;
	vertical-align: bottom;
}

/* -----SPACING-------- */
.space_height_5 {
	height: 5px;
}


/* -----SECTION FORMATING (MISSION/ANNOUNCEMENT SECTIONS)-------- */
.section_title {
	text-align: right;
	vertical-align: top;
}
.section_text {
	text-align: justify;
	vertical-align: top;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}



#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#error-msg {
	color: #FF0000;
	line-height: 14px;
}

.required {
	color: #FF0000;
}

.position_right {
	text-align: right;
}

.position_top-left {
	text-align: left;
	vertical-align: top;
}

.position_top-right {
	text-align: right;
	vertical-align: top;
}
.position_center {
	text-align: center;
}










.top_nav_bg_color {
	background: url(../images/page/bg_top_nav.gif) repeat top left;
	height: 29px;
}

#top_nav_holder {
	float: left;
	position: relative;
	background-color: #21499A;
	width: 800px;
	height: 25px;
	margin-top: 1px;
}

#t_top_nav {
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	border: none;
	border-collapse: collapse;
	padding: 0px;
}
#t_footer {
	border: 0px none;
	border-collapse: collapse;
	padding: 0px;
}.headline {
	font-size: 14px;
	font-weight: bold;
	color: #21499A;
}
.lead-in {
	font-weight: bold;
	color: #21499A;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

.prime_link {
	size: 14px;
	color: #FD4102;
	text-decoration: underline;
}
.prime_link a,
a.prime_link {
	size: 14px;
	color: #FD4102;
	text-decoration: underline;
}

.prime_link a:visited,
a.prime_line:visited {
	color: #FD4102;
	text-decoration: none
}
.prime_link a:hover, 
a.prime_line:hover {
	color: #FF9C36;
	text-decoration:underline
}
.prime_link a:active,
a.prime_link:active {
	color: #FF9C36;
	text-decoration: none
}

#left-right-gutters {
	margin: 0px 50px 50px 20px;
}



#t_event_nav {
	border: 0px none;
	border-collapse: collapse;
	padding: 0px;

	text-align: center;
}

.event_nav_ffwalk {
	background: url(../images/page/eventNav/bg_event_nav_ffwalk.gif) repeat-x top left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.width_20 {
	width: 20px;
}


.class_year {
	font-weight: bold;
}


.note {
	font-size: 10px;
}

#t_list .pledge {
	text-align: right;
	width: 50px;
}
#t_list td, #t_list th{
	padding: 0 10px;
}

#flash {
	position:relative;
	float:left;
	width: 150px;
	min-height: 425px;
	margin: 0px;
	padding: 0px;
}
#flashReplace {
	position:relative;
	float:left;
	margin: 0px;
	padding: 0px;
}

#donateUpsell {
	position:relative;
	float:left;
	background:url(../images/page/donatePoster_annual.png) top left no-repeat;
	width: 150px;
	height: 250px;
	min-height: 250px;
	margin: 0px;
	padding: 0px;
}

#donateUpsell_walk {
	position:relative;
	float:left;
	background: url(../images/ABC-2010-Poster.jpg) top left no-repeat;
	width: 150px;
	height: 250px;
	min-height: 250px;
	margin: 0px;
	padding: 0px;
}

#donateUpsell_scholarship {
	position:relative;
	float:left;
	background:url(../images/page/donatePoster_scholarship.png) top left no-repeat;
	width: 150px;
	height: 250px;
	min-height: 250px;
	margin: 0px;
	padding: 0px;
}

#payPalBtn {
	position:relative;
	float:left;
	top: 212px;
	padding-left: 45px;
}

