body {
	background-color: #eeeeee
}
#body {
	width: 100%;
	height: 100%;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
}
.leftside {
	background-image: url(Images/Graphics/leftside.gif);
	background-repeat: repeat-y;
}
.featuredtable {
	background-color: #eeeeee;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.rightside {
	background-image: url(Images/Graphics/rightside.gif);
	background-repeat: repeat-y;
}
.subnav_border {
	border: 1px dashed #668290;
}
.mainbody_border {
	border: 1px solid #668290;
}
.indexbox_borderpadding {
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.visible {
	position: absolute;
	visibility: visible;
	z-index: auto;
	margin: 0px;
	padding: 0px;
}
.border_topbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

#applytab {
	float: right;
	visibility: visible;
	top: 8px;
	right: -2px;
	z-index: 1;
	position: fixed;
}
fieldset {
	border: 0px solid #CCC;
}
