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

#header {
	width:1020px;
	height:105px;
	margin:0 auto;
	margin-top:5px;
	padding:0;
	background-image:url(../images/lion.png);
	background-position:top;
	background-repeat:no-repeat;
	z-index:2;

}

#footer {
	height:50px;
	text-align:center; 
	vertical-align:bottom; 
	font-size:10px;
}

#footerContent {
	width:600px;
	height:30px;
	background-image:url(../images/body.png);
	background-position:bottom;
	background-repeat:repeat-y;
	color:#800E0E;
	border-top:3px solid #800E0E;
	padding:0;
	margin:0;
	font-size:10px;
}

#memberDiv {
	top:102px;
	height:20px;
	width:10%;
	position:fixed;
	padding-top:5px;
	color:#FFFFFF;
	text-align:left;
	z-index:4;
	left:5px;
}

#memberDiv a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#memberDiv a:hover {
	color:#800E0E;
	font-weight:bold;
	text-decoration:underline;
}

#menu {
	background-image:url(../images/menuBar.png);
	background-repeat:repeat-x;
	background-position:center;
	top:102px;
	height:30px;
	width:1020px;
	color:#FFFFFF;
	text-align:center;
	z-index:3;
	margin:0 auto;
}

#menu a, a:visited {
	text-decoration:none;
	text-align:center;
}

#menu a:hover {
	cursor:pointer;
}

#menu table {
	text-align:center;
	vertical-align:middle;
	width:920px;
	height:20px;
}

#menu table tr th:hover {
	color:#800E0E;
	cursor:pointer;
	
}

#menu table tr {
	height:20px;
}

#menu table tr th {
	height:20px;
}
	
body {
	margin:0;
	background-color:#FFBB00;
	background-image:url(../images/background.png);
	background-position:top;
	background-repeat:repeat-x;
	
}

#content {
	margin:0 auto;
	width:1020px;
	background-image:url(../images/body.png);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#800E0E;
	border-top:none;
	z-index:-1;
}

#flare {
	padding:10px;
	padding-top:125px;
	padding-left:15px;
	position:absolute;
	
}

#right {
	float:right;
	margin:0;
	top:132px;
	background-image:url(../images/right.png);
	background-position:right;
	width:1020px;
	background-repeat:repeat-y;
	height:100%;
	z-index:-1;
}

#left {
	float:left;
	margin:0;
	top:132px;
	background-image:url(../images/left.png);
	background-position:left;
	min-width:200px;
	width:1020px;
	background-repeat:repeat-y;
	height:100%;
	padding-left:30px;
	z-index:-1;
	vertical-align:middle;
}

#tableContent {
	width: 630px;
	padding-top: 5px;
	color:#800E0E;
	height:650px;
}

#tableContent a, a:visited {
	color:#ECAC00;
	text-decoration:underline;
}

#tableContent a:hover {
	color:#800E0E;
}

#tableContent tr th {
	vertical-align:top;
	font-weight:bold;
}

#tableContent tr td {
	text-align:justify;
	vertical-align:top;
}

#tableContent tr td h1 {
	text-align:center;
	margin:0;
	margin-bottom:10px;
	text-decoration:underline;
}

#MenuBar2 li{
	border-right:1px solid #800E0E;
	border-left:1px solid #800E0E;
}

#bottom {
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:1020px;
	padding:0;
	margin:0 auto;
	height:30px;
}

#MenuBar2 a.subclass {
	text-align:left;
}

li.subitem a.MenuBarItemHover {
	color:#ECAC00;
	font-weight:bold;
	
}

.businessTab {
	margin-bottom:20px; 
	list-style-type:none;
}

.businessHeader {
	background-image:url(../images/businessTab.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:0px;
	padding-top:0px;
	width:230px;
	height:39px;
	vertical-align:bottom;
	text-decoration:none;
	color:#FFFFFF;
	margin-bottom:0;
	padding-bottom:0;
}

.businessBody {
	padding:10px;
	padding-right:10px;
	border: 3px solid #ECAC00;
	width:500px;
	margin-left:4px;
}

.businessHeader h3 {
	padding-left:15px;
	padding-top:20px;
	color:#FFFFFF;
	
}