/* CSS by Red Box New Media: www.redboxnewmedia.com */


/* general page related */

BODY {
	background-color: #000000;
	background-image:url(gfx/f/home_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}

.footerTop {
	font-family: Arial, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	}

.footerTop A{
	text-decoration: none;
	color: #CCCCCC;
	}

.footerTop A:hover{
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.footerBottom {
	font-family: Arial, sans-serif;
	color: #999999;
	font-size: 9px;
	}

.footerBottom A{
	text-decoration: none;
	color: #999999;
	}

.footerBottom A:hover{
	text-decoration: underline;
	color: #FFFFFF;
	}
	

/* homepage related */

.homeFlash {
	width: 998px;
	height: 272px;
	}

.homeBottom {
	/* background-image:url(gfx/f/homebottom_bg.jpg); */
	height: 232px;
	width: 998px;
	overflow:hidden;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	}

/* generic followon pages related */
	
.followonBottom {
	background-image:url(gfx/f/followonbottom.png);
	width: 998px;
	height: 286px;
	overflow:hidden;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	}
	
.followonContent {
	width: 828px;
	overflow:hidden;
	position:relative;
	}

.slideshowGeneric{
	float: right;
	position: relative;
	}

.followonContentLeft {
	width: 828px;
	float: left;
	position:relative;
	font-family:Arial, sans-serif;
	text-align: left;
	font-size: 14px;
	color:#FFFFFF;
	line-height:18px;
	}

.followonContentLeft A{
	text-decoration: none;
	color:#FFFFFF;
	}

.followonContentLeft A:hover{
	text-decoration: underline;
	font-weight:bold;
	color:#FFFFFF;
	}

.followonContentLeftHeader {
	font-family:Arial, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	line-height:24px;
	text-align: left;
	font-weight: bold;
	}










	
	
