/* CSS Document */

body {
background: #666666;
}

#Layer1 {
position: absolute; 
left: 0px; 
top: 0px; 
width: 740px; 
height: 110px; 
z-index: 1; 
background: #333333; 
text-align: right;
}

#Layer2 {
position: absolute; 
left: 0px; 
top: 115px; 
width: 150px; 
height: 460px; 
z-index: 2; 
background: #e50066;

}

#Layer3 {
position: absolute; 
left: 153px; 
top: 115px; 
width: 577px; 
height: 450px; 
z-index: 3; 
background: #FFFFFF; 
vertical-align: top;
padding: 5px;
overflow: auto;

}

#Layer4 {
position: absolute; 
left: 0px; 
top: 580px; 
width: 740px; 
height: 18px; 
z-index: 4; 
background: #CCCCCC; 
text-align: right;
}

.bodyText {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
}

.mainHead {
	mainHead: #333333;
	font-family: "Arial Black", Verdana;
	font-size: 18px;
}

.mainSubHead {
	font-size: 15px;
	font-family: "Arial Black", Verdana;
}

a.link {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a.link:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

a.link:visited {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #e50066;
}
a.link:visited:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}