@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	position: relative;
	top:25px;
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	position: relative;
	width: 900px;
	top:0px;
	
}

#subContainer1 {
	position: relative;
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;

	
}

#sideLeft {
	position: absolute;
	left:0px;
	width: 35px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */

	
}

#sideRight {
	position: absolute;
	left:845px;
	width: 35px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	
}


#mainBody {
	position: absolute;
	left:40px;
	width: 801px;
	height: 629px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	border: 1px solid #d4b126; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#addTop{
	position: absolute;
	left:0px;
	width: 800px;
	height: 180px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;

}


#subContainer2 {
	position: absolute;
	width: 550px;
	top:181px;
	left: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}


#subNav {
	position: absolute;
	width: 550px;
	left:0;
	height: 40px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-image:url(../images/yellowBar.jpg);
	border-top: 1px solid #d4b126;
	color: #000;
	font:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
}

#subNav  A{

color: #000;
text-decoration:none;
}

#subNav  A:hover{

color:#95492c;
}


#contentTextRedBox{
	position: absolute;
	top: 40px;
	width: 550px;
	left: 0px;
	height: 405px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-image:url(../images/redBack.jpg);
	z-index:7;
	overflow:hidden;
	visibility: hidden;

}



#contentTextBlueBox{
	position: absolute;
	top: 40px;
	width: 550px;
	left: 0px;
	visibility:hidden;
	height: 405px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-image:url(../images/blueBack2.jpg);

	z-index:7;
	overflow:hidden;
}

#contentTextBlueBox A { 
color:#b59514;
text-decoration:none;
}

#contentTextBlueBox A:hover{

color:#95492c;
}



#contentTextGreenBox{
	position: absolute;
	top: 39px;
	width: 550px;
	left: 0px;
	visibility:hidden;
	height: 405px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-image:url(../images/greenBack2.jpg);
	z-index:7;
	overflow:hidden;
}

#contentTextGreenBox A { 
color:#b59514;
text-decoration:none;
}

#contentTextGreenBox A:hover{

color:#95492c;
}


#contentTextRed2Box{
	position: absolute;
	top: 40px;
	width: 550px;
	left: 0px;
	visibility:hidden;
	height: 405px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-image:url(../images/redBack2.jpg);
	z-index:7;
	overflow:hidden;
}


#contentTextRed2Box A { 
color:#b59514;
text-decoration:none;
}

#contentTextRed2Box A:hover{

color:#95492c;
}


#contentText {
	position: absolute;
	visibility:hidden;
	top: 40px;
	left: 40px;
	right: 40px;
	width: 480px;
	height: 390px;
	color:#d4b88c;
	font:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	z-index:7;
	text-align:left;
	overflow:hidden;

}

#contentText A { 
color:#b59514;
text-decoration:none;
}

#contentText A:hover{

color:#95492c;
}


#mainImage {
	position: absolute;
	width: 250px;
	top:181px;
	left: 550px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border-left: 1px solid #d4b126; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 1px solid #d4b126; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}




#mainStoryBody {
	position: absolute;
	left:40px;
	width: 800px;
	height: 1250px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	border: 1px solid #d4b126; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
}




#addStoryTop{
	position: absolute;
	left:0px;
	width: 800px;
	height: 180px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border-bottom: 1px solid #d4b126;
}


#subStoryNav {
	position: absolute;
	top: 181px;
	width: 550px;
	left:0;
	height: 40px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	background-image:url(../images/yellowBar.jpg);
	border-top: 1px solid #d4b126;
	color: #000;
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
}

#subStoryNav  A{

color: #000;
text-decoration:none;
}

#subStoryNav  A:hover{

color:#95492c;
}



#contentStoryText {
	position: absolute;
	left:0px;
	top: 230px;
	color:#000;
	font:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	z-index:7;
	text-align:left;

}

.normalText {
font:Garamond, Georgia, "Times New Roman";
font-size:14px;
color:#efdbad;
}

.normalText A { 
color:#c27508;

}

.normalText A:hover{
color:#95492c;
}
.normalItlText {
font:Garamond, Georgia, "Times New Roman";
font-size:14px;
color: #FC6;
font-style:italic
}
	
.EmpText {
font:Garamond, Georgia, "Times New Roman";
font-size:16px;
color: #d4b126;
font-weight:600;
}
	

.subNavText {
	color: #000;
	font:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.subNavText  A{

color: #000;
text-decoration:none;
}

.subNavText  A:hover{

color:#95492c;
}