/* CSS Document */


body {
	text-align: center;
	min-width: 700px;
	vertical-align: top;
	background-color: #006633;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link{
	color: #99CC33;
	text-decoration: underline;
}

a:visited{
	color: #99CC33;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #99CC33;
	text-decoration: underline;
}

#wrapper{
	width:700px;
	background-color: 99CC33;
	overflow: visible;
	position: static;
	visibility: visible;
	z-index: auto;
	top: 0px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

#top{
	height: 71px;
	width: 700px;
	position: absolute;
	top: 50px;
	background-color: #99cc33;
	background-image: url(images/cham-banner.gif);
}

#flash{
	height: 400px;
	width: 700px;
	position: absolute;
	overflow: hidden;
	visibility: visible;
	z-index: auto;
	top: 121px;
	background-color: #99cc33;
}
#bottom {
	background-color: #99CC33;
	position: absolute;
	visibility: visible;
	width: 700px;
	height: 50px;
	top: 521px;
}
#shadow {
	background-image: url(images/shadow-bg.gif);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	visibility: visible;
	height: 550px;
	width: 725px;
	top: 50px;
}
#text {
	text-decoration: none;
	overflow: visible;
	position: absolute;
	visibility: visible;
	height: auto;
	width: 700px;
	top: 600px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #99CC33;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #99CC33;
	text-decoration: none;
}
