html, body {	
	height:auto !important;   
	height:100%;        
	min-height:100%; 
}
body {
	margin:0px;
	padding:0px;
	color: black;
	text-align:center;
	background-color: #fff;
}
body, p, td , input, select {
	font-size: 13px; 
	font-family: "Trebuchet MS", arial, sans-serif;
}
a {
	color:#660000;
	text-decoration:none;
}
a:hover {
	color:#994949;
	text-decoration:underline;
}
.clearBoth {
	clear: both; 
}
div.uc {
	text-align:center;
	height:100%;
	width:100%;
}
#pageContainer {
	/*border-left:solid 2px #8c7c7c;
	border-right:solid 2px #8c7c7c;*/
	width: 960px;
	text-align: left;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	min-height:100%;
}
#pageHeader {
	padding: 0px 5px;
}
#headerLeft {
	text-align: left;
	font-size:11px;
}
#headerMenu {
	color: #666;
	text-align: right;
	font-size:11px;
	padding: 5px 0px;
	border-bottom:solid 1px #b7b887;
	background-color:#dadada;
}
#pageContent {
	/* float: left;
	width:750px; */
	padding: 10px 10px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Trebuchet MS", arial, sans-serif;
}
#menuDiv {
	/*float:left;
	width: 150px;*/
	background: #660000 url('/art/menuBg.jpg') top left repeat-x;
	padding:5px;
}
#menuList {
	margin: 0px; padding: 0px;
}
.menuItem {
	display: inline;
	list-style-type: none;
	padding: 10px;
}
.menuItem  a { 
	color: gold;
	font-weight: bolder; 
	text-align:left;
	}
.menuItem  a:hover { 
	color: gold; 
	text-decoration:underline;
}
#pageFooter {
	margin: 0px; 
	border-top:solid 1px #b7b887;
	background-color:#dadada;
	padding: 10px 5px 20px 5px; 
	margin-top:15px;
}
#footerCenter {
	text-align:center;
	font-size:11px;
}