html {
	background: url("images/leftbar_bg.jpg") left repeat-y;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	height: 100%;
	background: url("images/rightbar_bg.jpg") right repeat-y;
}
	a:link {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}	
	a:visited {
	color: #336699;
	text-decoration: none;
}
	a:hover {
	color: #3399CC;
	text-decoration: underline;
}
	a:active {
	color: #000000;
	text-decoration: none;
}
.smalltxt {
font-size: 9px;
}
.sideheading {
font-size: 16px;
font-weight: bold;
color: #FFF;
padding: 0;
}
.sidetxt {
color: #FFF;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.sidebar {
padding: 0;
margin: 0;
}
.sidebar ul {

}
.sidebar li {
list-style: url(images/smalldot.gif) inside disc;
text-indent: 0em;
}
.sidebar a:link {
color: #FFF;
text-decoration: none;
}
.sidebar a:visited {
color: #FFF;
text-decoration: none;
}
.sidebar a:hover {
color: #FFF;
text-decoration: underline overline;
}
.sidebar a:active {
color: #FFF;
text-decoration: underline;
}
/*Form Design*/
legend
{
	border: 0px;
	padding: 0px 5px;
	margin: 0px
} 
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-top: 5px;
	clear: both;
	color: #FFF;
}

.input-box {
	margin-top: 5px;
	color: #000;
	background: #ccc;
	border: #fff solid 1px;
	height: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.submit-button {
	clear: both;
	border: 1px #fff outset;
	float: left;
	margin-top: 5px;
}
fieldset
{
	border: 0px;
	width: 120px;
	padding: 0px 0px 0px 0px;
}
/*LAYOUT DIVS */
#header {
	background: url(images/title_bg.jpg) top repeat-x;
	height: 119px;
	padding: 0px;
	margin: 0px;
	right:0px;
}
#topleft {
	float: left;
	width: 200px;
}
#topright {
	padding: 0px 0px 0px 0px;
	float: right;
	width: 140px;
	right: 0px;
	height: 119px;
	background: url(images/topright.jpg) top no-repeat;
}
#topflash {
	float: right;
	padding: 0px 0px 0px 0px;
	height: 119px;
	top: 0px;
}
#leftcolumn {
	position:absolute;
	top: 119px;
	left:0; 
	padding:0; 
	width:161px; 
	height: 100%;
	background: url("images/leftbar_bg.jpg") top repeat-y;
}
#leftgrad {
	background: url(images/leftbar_grad.jpg) top no-repeat;
	padding: 10px 5px 0px 5px;
	height: 100%;
}
#rightcolumn {
	position:absolute;
	right: 0px;
	top:119px;
	padding:0;
	width:140px;
	height: 100%;
	background: url("images/rightbar_bg.jpg") top repeat-y;
}
#rightgrad {
	background: url(images/rightbar_grad.jpg) top no-repeat;
	padding: 0px 0px 0px 5px;
	height: 100%;
}
#middlecolumn {
	top: 119px;
	left: 161px;
	right: 140px;
	background: url("images/bodyshadow.jpg") top repeat-x;
	padding: 0px;
	margin: 0px 140px 0px 161px;
	height: 100%;
}
#container {
	top: 119px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	right: 0px;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/* Store Styles*/
.infoBox {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 12px;
  background: none;
  color: #fff;
}
.infoBox a {
	text-decoration: none;
	color: #fff;
}
.infoBox a:hover {
	text-decoration: overline underline;
	color: #fff;
}
.infoBoxblack {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 12px;
  background: url(mitsimages/infobox_bg.jpg) bottom repeat-x #fff;
  border: 1px solid #006;
  color: #000;
}
.infoBoxblack a {
	text-decoration: none;
	color: #006;
}
.infoBoxblack a:hover {
	text-decoration: underline;
	color: #006;
}

.infoBoxContents {
  background: none;
  color: #fff;
  font-size: 12px;
}
.infoBoxContentsSmall {
  background: none;
  color: #fff;
  font-size: 10px;
}
.infoBoxContentsblack {
  background: none;
}

.infoBoxNotice {
  background: #FF8E90;
  color: #fff;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  color: #fff;
}

TD.infoBoxHeading {
  font-size: 16px;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  background: none;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #fff;
}