@charset "utf-8";
/* CSS Document */

body{
background-color:#6b3042; font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; margin:auto auto;
}

p{
padding-left:10px;
padding-right:20px;
text-align:left;
}

li{
padding-right:20px;
}

h3{
padding-top:5px;
padding-left:5px;
margin-left:10px;
color:#15588e;
width:710px;
height:25px;
background-color:#f7f7f7;
font-size:14px;

}

a:link, a:visited, a:hover{color:#0066CC; text-decoration:none;}

a img{
border:none;
}

#tlBody {
width:950px;
max-width:950px;
border:0;
cellpadding:0;
cellspacing:0;
padding-left:auto;
padding-right:auto;
overflow:hidden;
background-color:#b6b8ba;
height:inherit;

}

#tlBody .header{
background-image:url(../img/Page-BgGlare.png);
background-repeat:no-repeat;
width:950px;
height:172px;
}

#tlBody .sidebar{
width:190px;
max-width:190px;
background-color:#b6b8ba;
position:relative;
margin:0;
padding:0;
boder:0;
float:left;
align:center;
paddingn-left:15px;
height:inherit;
}



#tlBody .content{
	width:760px;
	max-width:760px;
	background-color:#FFFFFF;
	position:relative;
	margin:0;
	padding:0;
	boder:0;
	float:left;

}

#tlBody .footer{
	background-image:url(../img/Footer.png);
	background-repeat:no-repeat;
	width:950px;
	height:55px;
	float:left;
	position:relative;
}

#tlBody .footerText{
	padding-top:10px;
	font-size:9px;
	color:#999999;
}

#tlBody .footerLink{
	color:#f99d1c;
}


#phases{}
	
	#phases .tableStyle{
		margin: 0 auto;
		width:700x;
		height:300px;
		max-height:300px;
	}
	
	#phases .phaseTitle{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
		height:50px;
		max-height:50px;
		width:150px;
		margin-left:auto;
		margin-right:auto;
	}	
	
	#phases .phaseList{
		background:#F7F7F7;
		height:210px;
		max-height: 210px;
		width:150px;
		max-width:150px;
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#phases p{
		padding:0px;
		font-size:11px;
		color:#000000;
		margin-bottom:0px;
		margin-left:5px;
		
	}

	#phases .phase1{
		background-image:url(../phasebg/green.png);
		background-repeat:no-repeat;
		width:170px;
		max-width:170px;
	}
	
	#phases .phase2{
		background-image:url(../phasebg/orange.png);
		background-repeat:no-repeat;
		width:170px;
		max-width:170px;
	}
	
	#phases .phase3{
		background-image:url(../phasebg/yellow.png);
		background-repeat:no-repeat;
		width:170px;
		max-width:170px;
	}
