* {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	text-align:center;
	background:url(images/bodyback.gif);
	
}
.hiddenPic {display:none;}

#pagewrapper {
	position:relative;
	top:20px;
	width:872px;
	height:960px;
	margin:0 auto;
	border:solid 1px #ccc;
	background:url(images/yellowback.jpg);            
	background-repeat:repeat-y;
}

#framebox {
	position:absolute;
	left:20px;
	top:275px;
	background:transparent;
	z-index:10;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	width:872px;
	height:200px;
	border:solid 1px #000;
	z-index:200;
	
}
#corp {
	position:absolute;
	top:20px;
	left:20px;
	width:436px;
	height:200px;
	border:solid 2px maroon;
	
}

#logo {
	position:absolute;
	top:20px;
	right:80px;
	width:237px;
	height:96px;
	background:transparent;
	border:solid 0px #000;
	z-index:30;
}
#whatpage {
	position:absolute;
	top:160px;
	right:80px;
	font-family: Times New Roman, Times, Serif;
	font-size: 22px;
	font-weight: bold;
	color:maroon;
	z-index:100;
}
#whatpage1 {
	position:absolute;
	top:161px;
	right:79px;
	font-family: Times New Roman, Times, Serif;
	font-size: 22px;
	font-weight: bold;
	color:black;
	z-index:90;
}




/* Linkbar Section */

#linkbar {
	position:relative;
	top:35px;
	left:0px;
	width:880px;
	height:20px;
	line-height:15px;
}

#linkbar {
	font-family: Times New Roman, Times, Serif;
	font-size: 14px;
	color:#F1E5CF;
	font-weight: bold;
}

.button {
	position:relative;
	cursor:pointer;
	width:109px;
	height:20px;
	background:url(images/logbuttonON.jpg);
	float:left;
	z-index:20;
}
.button a {
	display:block;
	width:120px;
	height:20px;
	font-family: Times New Roman, Times, Serif;
	font-size: 14px;
	color:maroon;
	font-weight: bold;
	text-decoration:none;
}
.button a:hover {
	background:url(images/logbuttonOFF.jpg);
	color:#F1E5CF;
}

/* Big Bar Section */

#fpbar {
	float:right;
	position:relative;
	top:125px;
	right:70px;
	width:260px;
	z-index:200;
}
.dropdown {
	float:left; 
	padding-right:0px; 
}

.dropdown dt {
	width:260px;
	height:30px; 
	border:0px solid #9ac1c9;
	line-height: 24px;
	font-size:18px; 
	font-weight:bold; 
	cursor:pointer; 
	background:url(images/bigbuttonlt.gif);
	color:#000;
	text-align:center;
}

.dropdown dt:hover {
	background:url(images/bigbutton.gif);
	color:#ccc;
}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:260px; 
	display:none; 
	background:#fff; 
	z-index:200; 
	opacity:0;
}

.dropdown ul {
	width:260px; 
	border:0px solid #9ac1c9; 
	list-style:none; 
	border-top:none;
}

.dropdown li {
	display:inline;
}

.dropdown a {
	display:block; 
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left:10px; 
	color:maroon;
	font-family: Times New Roman, Times, Serif;
	font-size: 14px;
	font-weight: bold; 
	text-align:left;
	text-decoration:none; 
	background:url(images/dropback1.jpg);                           /* #CDBEBE; */ 
	background-repeat:repeat-y;
	width:260px;
}

.dropdown a:hover {
	background:url(images/backlink.gif); 
	color:silver;
}

/* .dropdown .underline { border-bottom:1px solid gray; } */



/* Information Section */

/* Footer section */

#footer {
	position:absolute;
	top:910px;
	left:15px;
	width:842px;
	height:34px;
	background:url(images/footer.jpg);
	background-repeat:no-repeat;
	border-bottom:solid 20px transparent;
}
.foottext {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B3A17;
	line-height:20px;
	padding-top:6px;
}
#footer a{
	text-decoration:underline;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #5B3A17;
	padding-top:6px;
}
#footer a:hover{
	text-decoration:none;
	color:maroon;
	
}

