h1 {
	text-align: center;
	color: #FFFFFF;
	font-family: Times New Roman;
}

h3 {
	border-bottom: 1px solid #990000;
}

.iconLeft {
	border: 1px solid #990000;
	margin-right: 10px;
}

.poll {
/*	background-color: white;*/
}

.iconRight {
	border: 1px solid #990000;
}

body {
	background-color: black;
	color: white;
}

a {
	color: #FF0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF6666;
}

.headerTable {
	background-color: #000000;
	background-image: url(hill_background.jpg);
	width: 100%;
	height: 200px;
}

.mainTable {
	background-color: #000000;
	border: 1px solid #CC0000;
	width: 90%;
}

.sideColumnLeft {
	width: 220px;
}

.sideColumnRight {
	width: 220px;
/*	background-image: url(Orc_14.jpg);*/
	background-image: url(Orc_Medium_small.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 10px;
}

.disclaimer {
	text-align: center;
	font-size: 9pt;
	color: #CC0000;
	margin-left: 10%;
	margin-right: 10%;
}

.contentBody {
	background-color: #000000;
	background-image: url(basic-Background.jpg);
	background-repeat: repeat;
	color: white;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	padding: 5px;
}

.contentBody iframe {
	background-color: white;
	border: 1px solid black;
}

.contentBodyFeedback {
	background-color: #000000;
	background-image: url(WAR-shield_large_black.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	border-left: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	padding: 5px;
	height: 529px;
}

.contentBodyFeedback td {
	color: white;
}

