body{
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: arial;
	font-size: 8pt;
}
#col1{
	background-color: #D1DFE9;
}
#col2{
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 8pt;
	color: #333333;
}
#col2 p{
	padding: 20px;
}
#col3-orange{
	background-color: #FFE5CC;
}
#flashbox-orange{
	background-color: #FF7F00;
}
#col3-blue{
	background-color: #D1DFEA;
}
#flashbox-blue{
	background-color: #3077B9;
}
#col3-green{
	background-color: #D1E7DA;
}
#flashbox-green{
	background-color: #168843;
}
#bottomlinks, #bottomlinks2, #bottomlinks3{
	text-align: center;
	font-size: 8pt;
	color: #EEEEEE;
}
#bottomlinks a:link, #bottomlinks a:visited{
	color: #EEEEEE;
	text-decoration: none;
}
#bottomlinks a:hover{
	color: #BBBBBB;
}
#bottomlinks2{
	/*background-color: #D1DFE9;*/
	padding: 4px;
	color: #175E90;
}
#bottomlinks2 a:link, #bottomlinks2 a:visited{
	color: #FFFFFF;
	text-decoration: none;
	width: 140px;
	height: 18px;
	padding-top:2px;
	display: block;
	float:left;
	border-right: 4px solid #FFFFFF;
}
.orange:hover{
	background-color: #FF7F00;
}
.green:hover{
	background-color: #168743;
}
.blue:hover{
	background-color: #3077B9;
}
.orange{
	background-color: #FFA64D;
}
.green{
	background-color: #5CAB7C;
}
.blue{
	background-color: #6FA0CE;
}


#bottomlinks3{
	background-color: #FFFFFF;
	padding: 5px, 5px, 0px, 5px;
	color: #8EB3D0;
}
#bottomlinks3 a:link, #bottomlinks3 a:visited{
	color: #8EB3D0;
	text-decoration: none;
}
#bottomlinks3 a:hover{
	color: #8BC3A1;
}