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

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:654px;
	}

#mainBody {
	margin:0em auto;
	width:654px;
	height:100%;
	}

#bodyTop
{
	background-image:url('images/top.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	width:654px;
	min-height:30px;
	*height:30px;
	}

#topRight {
	background-image:url('images/topBG.jpg');
	background-position:top center;
	background-repeat:repeat-y;
	z-index:1;
	min-height:160px;
	*min-height:160px;
	*height:160px;
	color:#990000;
	}
	
#logoTag {
	position:absolute;
	color:#FFF;
	width:200px;
	margin-top:-5.5em;
	margin-left:5em;
	*margin-left:-14.2em;
	*margin-top:-6em;
	font-size:17px;
	}
	
#contentMiddle {
	padding:1em;
	padding-top:0;
	background-image:url('images/middleBG.jpg');
	background-position:top centre;
	background-repeat:repeat-y;
	height:100%;
	background-color:#990000;
	text-align:left;
	padding-left:43px;
	padding-right:43px;
	margin-top:-1em;
	*margin-top:0em;
}

.MenuList li {
	line-height:18px;
}


.MenuList a {
	color:#000000;
}

#middleLeft {
	float:left;
	width:131px;
	margin-right:1em;
	}

#middleRight {
	float:right;
	min-height:100px;
}

#navDiv {
	width:131px;
	}

#navDivTop {
	min-height:81px;
	max-height:81px;
	*height:81px;
	width:131px;
	border:1px solid black;
}

#navDivMiddle {
	background-image:url('images/navTop.gif');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f0dba3;
	padding:10px;
	padding-left:0;
	margin-bottom:-1.2em;
	}
	
#navDivMiddle li {
	list-style:none;
	margin-left:-1em;
	font-size:21px;
	padding-bottom:5px;
	font-weight:bold;
}


#navDivMiddle a {
	text-decoration:underline;
	color:#990000;
}

#navDivMiddle a:hover {
	text-decoration:none;
}

.selectedItem {
	text-decoration:none;
}

#navDivBottom {
	min-height:81px;
	*height:81px;
	width:131px;
	background-image:url('images/navBottom.gif');
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:-4em;
}

#bottom {
	background-image:url('images/bottom.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	width:654px;
	height:68px;
	margin-top:-1em;
	*margin-top:0em;
	color:#999999;
	font-size:10px;
	text-align:right;
}

#bottom a {
	color:#999999;
}

#credits {
	padding-right:5em;
}

#pic {float:right; margin-right:4em;}
#logo {float:left; margin-left:4em;margin-top:1em;}
#imgOne {float:right; margin-left:0.5em;}