html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/bin/bckgrndT.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#page {
	position: relative;
	min-height: 100%;
}
/***************************************/
/* Masthead less Menu                  */
/***************************************/
#masthead {
	height: 101px;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 100%;
	background-image: url(/bin/bannerBack.gif);
	background-repeat: repeat-x;
}
#banner #banleft {
	background-image: url(/bin/banner.gif);
	background-repeat: no-repeat;
	height: 81px;
	width: 376px;
	float: left;
	clear: right;
}
#banner #banright {
	background-image: url(/bin/bannerri.gif);
	background-repeat: no-repeat;
	height: 81px;
	float: right;
	width: 376px;
	background-position: right;
}
/***************************************/
/* Top Menu Bar                        */
/***************************************/
#page #masthead #menubar {
	background-image: url(/bin/menurowBack.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
}
#page #masthead #menubar #menubarL {
	background-image: url(/bin/menuendL.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 4px;
}
#menubar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 20px;
}
#nav li {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#nav li a {
	text-decoration: none;
	height: 20px;
	outline: none; /* Firefox fix to remove link outline */
	display: block;
	color: #333333;
}
#nav li a:hover {
	background-image: url(/bin/menuGlow.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #666666;
}
#nav li a:active {
	background-image: url(/bin/menuGlow.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #5D0101;
}
#nav li.spacer {
	float: left;
	width: 3px;
	background-image: url(/bin/menuDivider.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#nav li.hom {
	float: left;
	width: 70px;
}
#nav li.cal {
	float: left;
	width: 76px;
}
#nav li.cla {
	float: left;
	width: 70px;
}
#nav li.cus {
	float: left;
	width: 70px;
}
#nav li.gal {
	float: left;
	width: 70px;
}
#nav li.cts {
	float: left;
	width: 90px;
}
#nav li.ols {
	float: left;
	width: 101px;
}
#nav li.for {
	float: left;
	width: 70px;
}
#nav li.other {
	float: right;
	height: 20px;
}
#nav form {
	margin: 0px;
	padding: 0px;
}
#nav input {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	top: 2px;
}
.sbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	background-color: #5D0101;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	width: 70px;
}
.sinput {
	border:1px solid #969696;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: 400;
}
/***************************************/
/* Content                             */
/***************************************/
#content {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 3em; /* padding equal to footer height */
}
.h1sub {
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
	padding-left: 1em;
}
.h3sub {
	font-size: medium;
	font-weight: normal;
}
.notices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
/***************************************/
/* Footer Links and Notices            */
/***************************************/
#page #footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	clear: both;
}
#page #footer #linkex {
	text-align: center;
}
#page #footer #copyr {
	margin-right: 20px;
	color: #333333;
	text-align: right;
}

@media print {
#masthead, #mcatlist, #footer {
	display: none;
}
body {
	background-image: none;
}
.hideit {
	display: none;
}
}
