/* CSS Document */


/* ==================================================== */

.homebg, .homebg TD, .homebg TH
{
background-image: url(http://stage.web.fordham.edu/images/faith_reason/1024home.gif);
background-color:#5684bc;
background-repeat:no-repeat;
background-position: 100% 100%;
}

.sponsorbg
{
background-image: url(http://stage.web.fordham.edu/images/faith_reason/1024sponsors.gif);
background-color:#5684bc;
background-repeat:no-repeat;
background-position: 100% 100%;
}

.regisbg
{
background-image: url(http://stage.web.fordham.edu/images/faith_reason/1024registration.gif);
background-repeat:no-repeat;
background-position: 99% 100%;

}

.agendabg, .agendabg TD, .agendabg TH
{
background-image: url(http://stage.web.fordham.edu/images/faith_reason/1024agenda.gif);
background-color:#5684bc;
background-repeat:no-repeat;
background-position: 100% 100%;
}

.infobg
{
background-image: url(http://stage.web.fordham.edu/images/faith_reason/1024information.gif);
background-repeat:no-repeat;
background-position: 99% 100%;
}

.speakersbg
{
background-image: url(http://stage.web.fordham.edu/images/faith_reason/1024speakers.gif);
background-repeat:no-repeat;
background-position: 100% 100%;
}

.contactbg
{
background-image: url(http://stage.web.fordham.edu/images/faith_reason/1024contact.gif);
background-repeat:no-repeat;
background-position: 100% 100%;
}

.HEADLINE_yellow{

font-size:72px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
color:#fdc52e;
margin-left:40px;
}

.HEADLINE_white{

font-size:30px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
background-color:#5684bc;
margin:20px;
}

.HEADLINE_beige{

font-size:42px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
color:#f4f0e6;
margin:40px;
}

.HEADLINE_blue{

font-size:42px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
color:#b7e5fb;
margin:40px;
}

.SUBHEAD_blue{

font-size:30px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
color:#b7e5fb;
margin:42px;
}


.HEADER_DESCRIPTION{

font-size:13px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
color:#ffffff;

display:block;
width:900px;
margin-left:90px;
}


.HEADER_DESCRIPTION_YELLOW{

font-size:14px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
color:#fdc52e;
display:block;
width:620px;
margin-left:0px;
}

.HEADER_DESCRIPTION_WHITE{

font-size:16px;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
color:#ffffff;
}

.BODY_COPY{

font-size:18px;
font-family: Arial, Helvetica, sans-serif;
color:#ffffff;
font-weight:bold;
margin:40px;
margin-left:90px;
}


.BODY_COPY_YELLOW{

font-size:16px;
font-family: Arial, Helvetica, sans-serif;
color:#fdc52e;
font-weight:bold;
}


.YELLOW_LINK a{

font-size:16px;
font-family: Arial, Helvetica, sans-serif;
color:#fdc52e;
font-weight:bold;
text-decoration:underline;
padding:0px;
margin:0px;
margin-left:90px;
}

.YELLOW_BODY_LINK a{

font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color:#fdc52e;
font-weight:bold;
text-decoration:underline;
padding:0px;
margin:0px;
}


.MAIN_Nav{

font-size:14px;
color:#b7e5fb;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
}


.MAIN_Nav a{

font-size:14px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
}


.MAIN_Nav a:hover{

color:#b7e5fb;
font-weight:bold;
background-image: url(http://stage.web.fordham.edu/images/faith_reason/active-square_bullet.gif);
background-repeat:no-repeat;
background-position: 50% 50%;
padding-bottom:20px;
}


#navigation ul {
	list-style: none;
	margin: 0;
	padding:0;
	}
	
#navigation li {
	background: #5684bc;
	float: left;
	margin: 0;
	padding:0px;
	}
	
#navigation a {
	color: #b7e5fb;
	
	padding: 0px 23px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	}
	
#navigation a:hover {
	color: #fff;
	}
	
#navigation #currentpage a {
	background: #5684bc;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	}