/* CSS Document */

html, body { 
	height: 100%;
	color:#FFFFFF;
	background-color:#D9EBEF;
	}
TD { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color:#5C0D38;
	text-decoration:none;
	}
	
A { 
	color:#FFFFFF;
	text-decoration:none;
	}
	
A:hover {
	/*color:#212E30;*/
	text-decoration:underline; 
	}
	
UL { 
	padding: 5px;
	margin:5px;
	}

LI {
	list-style:url(img/global/bullet.gif);
	}
	
div#centered { 
	border: 0; 
	height: 100%; 
	width: 100%; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	}
	
#Container {
	background-color:#FFFFFF;
	}
	
.subTextBox {
	background-color:#94A0A3;
	}
	
.sideLine {
	background-color:#D9EBEF;
	}
	
.sideBar {
	background-color:#EBF5F7;
	}
	
#textBox {
	margin:20px 20px 20px 10px;
	color:#FFFFFF;
	text-align:left;
	}
#textBoxCenter {
	margin:20px 20px 20px 10px;
	color:#FFFFFF;
	text-align: center;
	}


#textBoxLi {
	margin:20px 15px 20px 20px;
	/*margin:20px;*/
	color:#FFFFFF;
	text-align:left;
	}
	
.captionText {
	color: #224E59;
	}
	
.lgWhiteText {
	color: #FFFFFF;
	font-size:13px;
	}
	
.footer, A.footer {
	color: #94A0A3;
	font-size:10px;
	}
	