html {
	background: url("mitsimages/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("mitsimages/rightbar_bg.jpg") right repeat-y;
}
.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;
color: #fff;
}
.sidebar ul {

}
.sidebar li {
list-style: url(mitsimages/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;
}

.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(mitsimages/title_bg.jpg) top repeat-x;
	height: 119px;
	padding: 0px;
	margin: 0px;
	right:0px;
}
#topleft {
	float: left;
	width: 200px;
}
#topright {
	padding: 10px 0px 0px 0px;
	float: right;
	width: 140px;
	right: 0px;
	height: 119px;
	background: url(mitsimages/topright.jpg) top no-repeat;
	text-align: right;
}
#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("mitsimages/leftbar_bg.jpg") top repeat-y;
}
#leftgrad {
	background: url(mitsimages/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("mitsimages/rightbar_bg.jpg") top repeat-y;
}
#rightgrad {
	background: url(mitsimages/rightbar_grad.jpg) top no-repeat;
	padding: 0px 0px 0px 5px;
	height: 100%;
}
#middlecolumn {
	top: 119px;
	left: 161px;
	right: 140px;
	background: url("mitsimages/bodyshadow.jpg") top repeat-x;
	padding: 25px 25px 0px 25px;
	margin: 0px 140px 0px 161px;
	height: 100%;
	color: #000;
}
#middlecolumn a {
	color: #006;
}
#container {
	top: 119px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	right: 0px;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.wrapbg {
	background: url("mitsimages/rightbar_bg.jpg") bottom right repeat-y;
	border: 10px solid red;
}