@charset "utf-8";
.bk {
	background-color: #E70000;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
}
.smallgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link { color: #FFFFFF; text-decoration: none }
a:active { color: #FFFFFF;  text-decoration: none }
a:visited { color: #FFFFFF;  text-decoration: none }
a:hover {
	color: #FFFFFF;
	background-color: #E70000
}

a.dark:link { color: #666666; text-decoration: none }
a.dark:active { color: #666666;  text-decoration: none }
a.dark:visited {color: #666666;   text-decoration: none }
a.dark:hover { color: #666666;  text-decoration: underline; background-color: #FFFFFF }

.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

 

#container {
	width:980px;
	height: 1580px;
	margin:0 auto;
	text-align:left;
	position: relative;
	z-index: 0;
	background-color:#E70000;
}	 
 	
 
#topbanner {
	position: absolute;
	left: 87px;
	top:15px;
	width:800px;
	z-index: 1;
	background-color:#FFFFFF;
	}
 
		#sidelinks {;
	position: absolute;
	left: 108px;
	top:190px;
	z-index: 2;
	width: 166px;
	}
		#greybox {
	position: absolute;
	left: 87px;
	top:161px;
	z-index: 0;
	background-color:#CCCCCC;
	width: 800px;
	}
	
			#watermark {
	position: absolute;
	left: 314px;
	top:180px;
	z-index: 1;
 
	}
 
 
	
		#pagetext {
	position: absolute;
	left: 324px;
	top:192px;
	z-index: 2;
	width: 550px;
	height: 1342px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	

	
	
 
