/* CSS Document */

/* G E N E R A L	S E T T I N G S */
body { background-color:#FFFFFF; text-align:center;}
/*	overflow-x: hidden; */
/*	overflow-y: hidden; */
img { border-style: none;}

/* T E X T   L I N K   S E T T I N G S */
a:link { color: #999999; text-decoration: none;}
a:visited { text-decoration: none; color: #999999;}
a:hover { color: #FFFFFF;}
a:active { text-decoration: none; color: #999999;}

/* B A C K G R O U N D */
#head {
	background-image: url(../images/header_fill.jpg);
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#foot {
	background-color: #1E2832;
	height: 120px;
	width: 100%;
	position: absolute;
	top: 3299px;
	left: 0px;
	z-index: 1;
}

/* C E N T E R I N G */
#container {
	height: 3419px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#sub {
	height: 3419px;
	width: 980px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

/* F L A S H    S E C T I O N */
#flashMenu {
	height: 400px;
	width: 980px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

/* B O D Y    S E C T I O N */
#historyContainer {
	background-image: url(../images/body_bg.jpg);
	height: 2860px;
	width: 980px;
	position: absolute;
	display: block;
	top: 399px;
	left: 0px;
	z-index: 4;
}
#titleText {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 25px;
	color: #326496;
	position: absolute;
	top: 0px;
	left: 55px;
	z-index: 4;
}
#introText {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 13px;
	font-style:italic;
	line-height: 20px;
	color: #1E2832;
	position: absolute;
	top: 45px;
	left: 55px;
	width: 850px;
	z-index: 4;
}
#bodyText {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 13px;
	color: #1E2832;
	position: absolute;
	display: block;
	top: 170px;
	left: 55px;
	width: 850px;
	z-index: 4;
}
#divider {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 571px;
	height: 3px;
	z-index:4;
}

/* F O O T E R    S E C T I O N */
#footerPanel {
	background-image: url(../images/footer_panel.jpg);
	height: 160px;
	width: 980px;
	position: absolute;
	top: 3259px;
	left: 0px;
	z-index: 2;
}
#footerLinks {
	font-family: "Microsoft Sans Serif";
	text-align: left;
	font-size: 13px;
	color: #999999;
	position: absolute;
	top: 115px;
	left: 180px;
	z-index: 3;
}
#cabc {
	height: 70px;
	width: 370px;
	position: absolute;
	top: 0px;
	left: 48px;
	z-index: 3;
}
