body {
	border: 0;
	margin: 20;
	padding: 0;
	background: #000;
	background-repeat: no-repeat;
	text-align: center;
	height:	100%;
}

.wrap_left {
	float: right;
	clear: right;
	margin: 0 0 0 .25em;
	border: 0px solid black;
}

.wrap_right {
	float: left;
	clear: left;
	margin: 0 .25em 0 0;
	border: 0px solid black;
}

a {
	text-decoration: none;
	color: #ffff00;
}

a:hover {
	text-decoration: underline;
	color: #ffff66;
}

a:visited {
	text-decoration: none;
	color: #eeee55;
}

.container {
	text-align: center;
	width: 781px;
	padding: 0px;
	margin: 0px auto;
	font: 10pt arial, sans-serif
}

.header {
	position: relative;
	z-index: 2;
	padding: 0px;
	width: 781px;
	margin: 0px auto;
	font-weight: bold;
	text-align: center;
}

.content_bkg {
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	float: right;
	width: 774px;
	background: url('./images/nav_bkg.jpg');
	height: 100%;
}

.nav_lborder {
	width: 17px;
	height: 100%;
	background: url('./images/nav_lborder.jpg');
}

.nav {
	position: relative;
	float: left;
	width: 139px;
	background: url('./images/nav_bkg.jpg');
}

.nav img {
	margin-bottom: 5px;
}

.content_container {
	position: relative;
	float: left;
}

.content {
	background: #97b2d3;
	text-align: justify;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
}

b {
	font-weight: bold;
	font-size: larger;
	/*color: #343301;*/
	color: #000;
}

.content_rope_top {
	position: relative;
	float: left;
}

.content_rope_left {
	position: relative;
	float: left;
}

.footer {
	clear: right;
	position: relative;
	padding-top: 25px;
	color: white;
	border: 0px solid white;
}

.green_highlight {
	color: #009900;
}

.highlight {
	color: #aa0000;
}

.yellow {
	color: #ffff00;
}

h1 {
	margin: 0px;
	color: #f8f666;
	font-size: 20pt;
	font-weight: bold;
}

h2 {
	margin: 0px;
	color: #f8f666;
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	margin: 0px;
	color: #f8f666;
	font-size: 14pt;
}

h4 {
	margin: 0px;
	color: #f8f666;
	font-size: 12pt;
}

h5 {
	margin: 0px;
	color: #f8f666;
	font-size: 10pt;
}

.prize_window {
	background-color: #759ed0;
	border: 1px solid black;
	margin: 0px;
	padding: 5px;
	width: 260px;
}

div.prize_window {
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1;
}

div.prize_window p {
	color: black;
}

.debug {
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: white;
}

.buffer {
	padding: 10px;
	text-align: center;
}

.news_date {
	font-size: 8pt;
	font-weight: normal;
}

.news_feature {
	background-color: #458;
	padding: 4px;
}

.news_nav {
	margin: 0 15px;
	font-size: smaller;
}

p {
	font-size: 10pt;
	font-weight: bold;
}

.survey_table {
	font-size: 8pt;
}
