body {
	background-color: #C4C4C4;
	margin: 0px;
}

body, table, tr, td, th, div, p, span {
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial;
}

a {
	color: white;
}

#container {
	width: 788px;
}

#topHeader {
	background-image: url('img/top_header.gif');
	background-repeat: no-repeat;
	width: 788px;
	height: 35px;
}


#bottomHeader {
	background-image: url('img/bottom_header.gif');
	background-repeat: no-repeat;
	width: 788px;
	height: 8px;
}

a.navItem:link, a.navItem:visited {
	width: 177px;
	display: block;
	background-color: #363633;
	font-family: Arial,Tahoma,Verdana;
	font-size: 13px;
	color: white;
	text-decoration: none;

	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0DF;

	padding: 2px 0px 2px 5px;
}

a.navItem:hover {
	width: 177px;
	display: block;
	background-color: #F1BC4C;
	font-family: Arial,Tahoma,Verdana;
	font-size: 13px;
	color: #363633;
	text-decoration: none;

	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0DF;

	padding: 2px 0px 2px 5px;
}

#DROP_START {
	position: relative;
	top: 0px;
	left: 0px;
}

	.dynamIt_menu {
		position: absolute;
		left: 177px;
		visibility: hidden;
	}

#content {
	width: 788px;
	min-height: 300px;

	background-color: #CC8D2C;
}

#contentInner {
	padding: 15px;
}

#banner {
	padding: 15px;
	text-align: center;
}

#bottomBar {
	background-image: url('img/footer.gif');
	background-repeat: no-repeat;

	width: 788px;
	height: 40px;
}

