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

#mainContainer {
	padding: 0px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Banner {
	background-image: url(../images/LayoutImages/BannerBG.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 850px;
	float: left;
}
body {
	background-image: url(../images/LayoutImages/PageBG.jpg);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #333333;
	font-size: 14px;
}
#contentContainer {
	margin: 0px;
	padding: 0px;
	width: 850px;
	float: left;
}

#contentContainer li{
	list-style-type: none;
	list-style-position: inside;
	padding-left: 5px;
	margin-left: 15px;

}
#Footer {
	background-image: url(../images/LayoutImages/FooterBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 45px;
	width: 600px;
	clear: both;
	float: left;
	color: #EBE7E7;
	margin: 0px;
	padding-top: 7px;
	padding-right: 115px;
	padding-bottom: 0px;
	padding-left: 135px;
	font-size: 12px;
}
#Footer a {
	color: #F2F2EE;

}
#TwoColContent-top {
	background-image: url(../images/LayoutImages/2ColContent-TOP.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 850px;
	float: left;
}
#TwoColContent-Mid {
	width: 850px;
	background-image: url(../images/LayoutImages/2ColContent-Middle.jpg);
	background-repeat: repeat-y;
	float: left;
}
#TwoColContent-Mid   #TwoCol-Leftside {
	width: 540px;
	padding-right: 20px;
	padding-left: 40px;
	float: left;
}
#TwoColContent-Mid   #TwoCol-Rightside {
	width: 175px;
	padding-right: 38px;
	float: right;
}
#TwoColContent-Bottom {
	background-image: url(../images/LayoutImages/2ColContent-Bottom.jpg);
	height: 30px;
	width: 850px;
	float: left;
}
#OneColTop {
	background-image: url(../images/LayoutImages/1ColContent-TOP.jpg);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 39px;
	width: 850px;
	background-repeat: no-repeat;
}
#OneColMid {
	background-image: url(../images/LayoutImages/1ColContent-Middle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 850px;
}
#OneColBottom {
	background-image: url(../images/LayoutImages/1ColContent-Bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 850px;
	float: left;
}
#OneColMid  #OneColContent {
	width: 770px;
	padding-right: 40px;
	padding-left: 40px;
}

