@import url("navigation.css");
@import url("headings.css");
@import url("miscellaneous.css");
@import url("region_text.css");
@import url("tablestyles.css");



body {
	padding: 0;
	margin: 0px;
	/*BACKGROUND-COLOR: #6B89A0;*/
	BACKGROUND-COLOR: #FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#3D729A;
	scrollbar-base-color:#3D729A;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#3D729A;
	scrollbar-shadow-color:#3D729A;
	height: 100%;
	width: 100%;
	text-align: center;
}

p, td {
	FONT-SIZE: 11px;
	LINE-HEIGHT: 140%;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
color: #456374;
/*color: #5A717C;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#LeftCol {
	width: 101px;
	margin: 0px;
	padding: 0px;
	height: 100%;

}

#CenterCol {
	margin: 0px;
	padding: 0px;
	width: auto;
	float: left;
	height: auto;
	background: url(../graphics/general/half_round_left.gif) no-repeat fixed right bottom;



}

#InfoTable {
	margin: 0px;
	padding: 15px;
	float: left;
	width: 100%;
	height: 100%;


}


#RightCol {
	margin: 0px;
	padding: 0px;
	background: url(../graphics/general/half_round_right.gif) no-repeat fixed left bottom;
	width: 170px;


}

#CenterTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;

}

#TopNav {
	width: 620px;
	margin: 0px;
	padding: 0px;
	background: #466289;
	height: 26px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EBEEF3;
}
#Footer {
	width: 620px;
	margin: 0px;
	padding: 0px;
	background: #EBEEF3;
	height: 26px;
	text-align: center;

}

#CenterColBorder {
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color="#999999",strength=3);border-bottom: 1px solid #999999;
}
#RightColSub {
	width: 170px;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/general/vert_line.gif) repeat-y fixed left top;
	height: 100%;

}
.VertLine {
width: 170px;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/general/half_round_right.gif) no-repeat fixed left bottom;
}
#RigtColTable {

	width: 170px;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/general/vert_line.gif) repeat-y fixed left top;
	height: 100%;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	line-height: 150%;

}
li {
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	list-style: disc;

}
hr.keyfacts {
	border: #D8E4ED;
}

