body {
	background-image: url(skinImages/bgSlice.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E8E6D1;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#FloatedContentContainer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
}
.banner {
	background-image: url(skinImages/bannerArea.jpg);
	background-repeat: no-repeat;
	height: 185px;
	width: 800px;
	float: left;
	padding-left: 25px;
	height: 205px;
}
.mainContent {
	background-image: url(skinImages/contentMainbg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	float: left;
	margin: 0px;
	padding-bottom: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
}
.footer {
	background-image: url(skinImages/footerSlice.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 800px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E8E6D1;
}
.bannerNav {
	background-color: #E6DEC8;
	height: 20px;
	margin-top: 10px;
	text-align:center;
	border: 1px solid #919191;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 750px;
}
.navItem{
	background-image: url(skinImages/NavItemUP-L.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 25px;
	text-align: center;
	text-decoration: none;
	padding-top: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	background-position: left;
}
.navItemOver {
	background-image: url(skinImages/NavItemOver-L.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #666666;
	height: 25px;
	text-align: center;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #E6DEC8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-position: left;
}
.sep {
	padding: 0px;
	height: 25px;
	width: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.navItem-R {
	background-image: url(skinImages/NavItemUP-R.jpg);
	height: 25px;
	width: 4px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right;
	color: #E0DFC1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E6DEC8;
}
.navItemOver-R {
	background-image: url(skinImages/NavItemOver-R.jpg);
	height: 25px;
	width: 4px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000000;
	color: #D4D0A0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submenuClass {
	background-color: #E6DEC8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3C792;
}
.subActive {
	background-color: #CEBE93;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	height: 1px;
	width: 5px;
} 
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
}
.ctitle {
	color: #000099;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5a0000;
	text-decoration: underline;
}
.bigLeftArea {
	float: left;
	width: 570px;
	display: inline;
}
.smallRightArea {
	padding: 5px;
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	display: inline;
}
.Normal, .NormalDisabled{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
* html body .clear {height: 100%;}
