/* CSS Document */
body {
	background-color: #0C1E33;
}
h1	{
	border: 1px solid gray;
	background: #153559;
}	
#SidebarLayer {
	position:absolute;
	left:12px;
	top:77px;
	width:160px;
	height:600px;
	z-index:2;
}
#HeaderLayer {
	position:absolute;
	left:411px;
	top:17px;
	width:471px;
	height:62px;
	z-index:3;
}
#textLayer {
	position:absolute;
	left:184px;
	top:15px;
	width:699px;
	height:821px;
	z-index:4;
	background-color: #0C1E33;
	padding-left: 10px;
	padding-right: 10px;
}
#logoLayer {
	position:absolute;
	left:10px;
	top:15px;
	width:125px;
	height:110px;
	z-index:5;
}
#foot {
	position:absolute;
	left:184px;
	top:990px;
	width:468px;
	height:60px;
	z-index:6;
}
.yelloItalicBlink {
	color: #FECE30;
	text-decoration: blink;
	font-style: italic;
}
a:link {
	text-decoration: underline;
	color: #DF3F2F;
}
a:visited {
	text-decoration: underline;
	color: #DF3F2F;
}
a:hover {
	text-decoration: none;
	color: #DF3F2F;
}
a:active {
	text-decoration: underline;
	color: #DF3F2F;
}
body,td,th {
	color: #FFFFFF;
}
#SubFoot {
	position:absolute;
	left:415px;
	top:1065px;
	width:468px;
	height:60px;
	z-index:7;
}
.absoluteRed {color: #DF3F2F}
.white {color: #FFFFFF}
.absoluteYellow {color: #FECE30; }
