body
{
text-align:center;
background-color:gray;
}

/* CONTAINER*/
#container { 
	background-image:  url(images/background.jpg);
	background-repeat: no-repeat;
	width:775;
	background-color:#fff0cc;
	height:675;
	text-align:left;
}


/* Feature Boxes */
#feature {
	width:150px;
	text-align:left;
	background-image:url(images/message_box.gif);
	background-repeat:no-repeat;
	height:125;
	padding:1;
}

.featureText {
	font-family:tahoma;
	font-size:11;
	color:#ffffff;

	}
	
	#stories {
	width:155px;
	text-align:left;
	background-image:url(images/success_box.gif);
	background-repeat:no-repeat;
	height:105;
	padding:12 5 5 5;
}

.storiesText {
	font-family:tahoma;
	font-size:11;
	color:#ffffff;

	}
	
	#banner {
	width:155px;
	text-align:left;
	background-image:url(images/banner_background.gif);
	background-repeat:no-repeat;
	height:110;
	padding:10 5 10 5;
}

	#bannerWide {
	width:395px;
	background-image:url(images/banner_wide_background.gif);
	background-repeat:no-repeat;
	height:72;
}

.BannerWideText {
	font-family:tahoma;
	font-size:12;
	color:#ffffff;
		padding:3 0 0 20;
		text-align:left;

	}

#left {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-top:25px;
	padding: 5px;
	height:500;	
}

#middle {
	margin-left: 162px;
	width:450;
	padding: 20px;
	text-align:left;
	background-image:url(images/middle_background.gif);
	background-repeat:repeat;
	margin-top:-225;

}

#spacerLeft {
height:30;
}

#right {
	float: right;
	width: 125px;
	margin-left: 5px;
	padding: 0px;
		margin-top:165;
}

#spacer {
height:115;
}

.contentText {
	font-family:tahoma;
	color:#ffffff;
	padding:20;
	/* MODIFIED */
	font-size:13;
	text-align:left;
	font-weight:600;
}
.contentText a:link {
		text-decoration: underline;
	color:#ffffff;
		font-size:13;


}

.contentText a:visited {
	text-decoration: underline;
	color:#ffffff;
		font-size:13;


}

.contentText a:hover {
	text-decoration: underline;
	color:#ffffff;
		font-size:13;

}

.contentText a:active {
	text-decoration: underline;
	color:#ffffff;
		font-size:13;

}


/* UNSPECIFIED TEXT */
.text {
font-family:tahoma;
font-size:12;
color:#33333;
}
.textRed {
font-family:tahoma;
font-size:14;
color:#cc3333;
	font-weight: 700;
}
.textSmall {
font-family:tahoma;
font-size:10;
color:#33333;

}

a:link {
	font-family:tahoma;
font-size:11;
	text-decoration: none;
	color:#CC3333;
		font-weight: 700;
	
}

a:visited {
font-family:tahoma;
font-size:11;
text-decoration: none;
	color:#CC3333;
		font-weight: 700;
}

a:hover {

font-family:tahoma;
font-size:11;
text-decoration: underline;
	color:#CC3333;
		font-weight: 700;
}

a:active {
font-family:tahoma;
font-size:11;
	text-decoration: none;
	color:#CC3333;
		font-weight: 700;
}

h1 {
font-family:tahoma;
font-size:22;
color:#FFFF66;
	font-weight: 900;
}

h2 {
font-family:tahoma;
font-size:14;
color:#cc3333;
	font-weight: 700;
}

h3 {
font-family:tahoma;
font-size:14;
color:#FFFF66;
	font-weight: 700;
}

h4 {
font-family:tahoma;
font-size:14;
color:#FFFFff;
	font-weight: 700;
}

/* BOTTOM */
#bottom {
width:775;
	position:relative;
	padding: 5px;
	text-align:center;
	background-image:url(images/middle_background.gif);
	background-repeat:repeat;
}


/* LISTING FORMAT */
#listing {
width:400;
margin-left:350;
margin-top:15;
background-color:#ffffff;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
/* MODIFIED */
text-align:left;
}

.breadcrumbs {
width:400;
margin-left:350;
margin-top:15;
font-family:tahoma;
font-size:10px;
color:#ffffff;
font-weight:800;
padding:5;
/* MODIFIED */
text-align:left;
}

.breadcrumbs a:link {
	text-decoration: none;
	color:#ffffff;
}

.breadcrumbs a:visited {
	text-decoration: none;
	color:#ffffff;
}

.breadcrumbs a:hover {
	text-decoration: none;
	color:#ffffff;
}

.breadcrumbs a:active {
	text-decoration: none;
	color:#ffffff;
}


.formFont {
font-family:tahoma;
font-size:12px;
color:#ffffff;
}

