/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 100%;
	}

p {
	font-size:90%;
	}

body {
	background-image:url(images/indexBG.jpg);
	background-repeat:repeat-x;
	background-color: #fcfcca;
	color: #FFFFFF; 
	}

.bodyContainer {
	width: 1000px;
	}

.leftBanner {
	background-image:url(images/LeftBar.gif); 
	width: 59px; 
	height: 838px; 
	float:left;
}

.midContainer {
	width:880px; 
	height:838px; 
	float:left;
}

.topMast {
	width: 880px; 
	height: 183px
	}

.contentFlA {
	width: 880px; 
	background-image: url(images/midSection.gif); 
	height: 330px; 
	background-repeat: no-repeat;
}

.bottomMast {
	width: 880px; 
	background-image:url(images/lowerSection.gif); 
	height: 325px; 
	background-repeat: no-repeat; 
	text-align: center;
}

.topContent {
	padding-top:0px;
	height: 170px;
	padding-bottom: 70px;
	}

.bottomContent {
	font-size: 70%;
	font-weight: 600;
	padding-top:30px;
	color:#660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bottomContent a{ 
	color:#660000;
	text-decoration: none;
}

.bottomContent a:hover{ 
	text-decoration: underline;
}
