@charset "utf-8";
/* CSS Document */

*  {
	margin:0;
	padding:0;
}

body {
	background-image: url(../images/Bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #8D7422;
}

#wrapper  {
	position:relative;
	width:895px;
	height:1%;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#ffe055;
	background:url(/images/content_back.jpg);
	background-position:right;
	background-repeat:repeat-y;
	z-index:1;
}

#mainheader {
	position:relative;
	left:0px;
	top:0px;
	width:895px;
	height:213px;
	background-color:#ffe055;
	z-index:2;
}

#navigation {
	position:relative;
	left:12px;
	top:0px;
	width:883px;
	height:38px;
	background-color:#ffe055;
	z-index:3;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #fff;
	border-bottom-width: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color:#000;
	color: #fff;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #C0110E;
	color: #fff;
}

#goldandwhite {
	position:relative;
	left:12px;
	width:883px;
	height:15px;
	background-color:#000;
	z-index:4;
}

#content {
	position:relative;
	float:left;
	width:883px;
	left:12px;
	top:0px;
	height:100%;
	background:url(http://www.stucs.net/images/content_back.jpg);
	background-position:top;
	background-repeat:repeat-y;
	background-color:#000;
	clear:both;
	z-index:5;
}

#leftcontentpadding {
	position:relative;
	float:left;
	left:19px;
	top:15px;
	width:200px;
	height:1%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	z-index:6;
}

#rightcontentpadding {
	position:relative;
	float:left;
	width:611px;
	height:1%;
	left:49px;
	top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#FFFFFF;
	padding-bottom:20px;
	z-index:7;
}

#rightcontentpadding a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#rightcontentpadding a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#rightcontentpadding a:hover {
	text-decoration: underline;
	color: #ffe055;
}
#rightcontentpadding a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {text-align: center; font-family:Arial, Helvetica, sans-serif; color:#FFE055; font-size:20px; font-weight:bold;}

#copyright {
	position:relative;
	clear:both;
	left:12px;
	top:0px;
	width:883px;
	height:22px;
	padding-top:5px;
	background-color:#000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	z-index:8;
}

#copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright a:hover {
	text-decoration: underline;
	color: #ffe055;
}
#copyright a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#copyright2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#copyright3 a:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor:text;
}
#copyright3 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	cursor:text;
}
#copyright3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	cursor:text;
}
#copyright3 a:active {
	text-decoration: none;
	color: #FFFFFF;
	cursor:text;
}

.cellpad {
	padding:5px;
}
.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {color: #FFFFFF}

