@CHARSET "ISO-8859-1";

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

#container {
	position: relative;
	position-top: 0px;
	position-left: 0px;
	height: 100%;
	width: 100%;
}

#centerdiv {
    width: 868px;
    height: 100%;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

#headerdiv {
	position: relative;
	height: 141px;
	width: 868px;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(image/Banner.png);
	background-repeat: none;
	z-index: 1;
}

#navigationdiv {
	position: absolute;
	margin-top: 112px;
	height: 28px;
	padding-top: 5px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #FFFFFF;
	width: 100%;
	text-align: center;
	background-color: #0099CC;
	z-index:2;
	font-decoration: none;
}

#navigationtabs {
	position: absolute;
	margin-top: 85px;
	height: 29px;
	width: 100%;
	z-index: 3;
}

a.navigationlink {
	color: #FFFFFF;
	font-decoration: none;
	font-weight: bold;
}

a.navigationlink:hover {
	color: #EE2D00;
}

a.navigationlink:visited {
	color: #FFFFFF;
}

#maindiv {
	height: 100%;
	width: 858px;
	padding: 5px;
	margin-top: 5px;
}

#newstable {
	background-color: #222222;
	border: 2px solid #FFFFFF;
	margin-left: 2px;
	font-family: Verdana;
	color: #EEEEEE;
}

#newstablehead {
	background-color: #0099CC;
}

#review {
	background-color: #666666;
	Border: 2px solid #FFFFFF;
}

#reviewlow {
	Border: 3px solid red;
}

#reviewhigh {
	Border: 3px solid green;
}

H1, H2, H3, H4, H5, P, A{
	font-family: Verdana;
	color: #EEEEEE;	
}
