/* CSS Document */
 
html {
	height: 100%;
}

body {
	font-family: arial;
	font-size:12px;
	background-color: #56482b;
	margin: 0 auto;
}
 
#wrapper {
	width: 1024px;
	height: 100%;
	overflow:hidden;
	margin: 0 auto;
	background-image: url(../img/contentfiller.jpg);
	background-repeat: repeat-y;
	background-color: #b38b2b;
}

#logo {
	width: 100%;
	height: 106px;
	float:left;
}

#top {
	width: 100%;
	height: 206px;
	float:left;
	overflow: hidden;
}

#nav {
	width: 100%;
	height: 52px;
	background-image: url(../img/navfiller.jpg);
	background-repeat: repeat-x;
	float:left;
}

#nav td {
	font-weight:bold;
	color: #f0d480;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #f0d480;
	text-decoration:none;
}

#nav a:hover {
	color: #f0d480;
	text-decoration: underline;
}


#navhor1 {
	width:100%;
	float:left;
} 

#navhor1ul {
	margin:0px auto;
	padding:0px;
	list-style:none;
	width:100%;
}

#navhor1ul li {
	float:left;
	display:inline;
	position: relative;
}

#navhor1ul li a {
	display:block;
	padding:17px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	color: #FFFF00; /* #FFFFFF; 
	z-index:10000;*/
	width:auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#navhor1ul li a:hover {
	color: #f0d480;
	padding-left:15px;
	padding-right:15px;
/*	z-index:10000; */
}

#navhor1ul li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0px;
/*	z-index:10000;*/
}

#navhor1ul li > ul {
	top: auto;
	left: auto;
/*	z-index:10000;*/
}

#navhor1ul li:hover ul { 
	display: block; 
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
	color:#000000;
/*	z-index:10000;*/
}

#navhor1ul li:hover ul li { 
	display: block; 
	width:100%;
/*	z-index:10000;*/
}

li.active, li.active a {
	background-color: #c4a249;
	color: #ffffff;
}

#left {
	width: 310px;
	height: auto;
	background-image: url(../img/left.jpg);
	background-repeat: repeat-y;
	float: left;
}

#blackboard {
	color: #FFFFFF;
}

#blackboard a:link, #blackboard a:visited, #blackboard a:active {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #510603;
	text-decoration:none;
}

#blackboard a:hover {
	color: #510603;
	text-decoration: underline;
}

#content {
	width: 704px;
	padding: 5px;
	height: auto;
	float: left;
	background-color: #ffffff;
}

#content a:link, #content a:visited, #content a:active {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #510603;
	text-decoration:none;
}

#content a:hover {
	color: #510603;
	text-decoration: underline;
}

#footer {
	width: 100%;
	height: 40px;
	float: left;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-color: #b38b2b;
	text-align: center;
	padding-top: 20px;
}


#footer a:link, #footer a:visited, #footer a:active {
	color: #000000;
	text-decoration:none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

