/* CSS Document for MTU GLMRI */

body {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 12pt; */
	line-height: 18px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
a#bannerlink {
	position: absolute;
	height: 60px;
	width: 400px;
	left: 400px;
	top: 20px;
	display: block;
}
#bannersubnav {
	font-size: 12px;
}
#leftnav {
	background-color: #fff;
	margin: 0px;
	padding:0px;
	position: absolute;
	height: 750px;
	width: 180px;
	left: 0px;
	top: 0px;
	color: blue;
	font-size: 12px;
	line-height: 20px;
}
#leftnav a{
	color: #0099cc; /* blue */
	font-style: normal;
	font-weight: bold;
}
#leftnav a:hover {
	color: #33ffcc; /* bright blue */
	text-decoration:none;
}
#leftnav ul {
	padding-right:12px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left: 24px;
	text-indent: -1em;
}
#leftnav ul.sm {
	padding-right:12px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left: 24px;
	text-indent: -1em;
	color: #999;
	font-size: 10px;
	line-height: 12px;
}
#leftnav ul ul {
	padding:0px 24px;
	list-style-type:disc;
}
#leftnav td.sun{
	color:black;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/menu/r1_c1.jpg);
}
.leftnavimage {
	position: relative;
	bottom: -3px;
	left: 0px;
}
#main{
	position: relative;
	width: 620px; /* orig 580px */
	left: 180px; /* orig 185px */
	top: 0px;
	padding-left: 0px; /* orig 12px */
}
#main a:link{
	color: #006699; /* dk teal */
}
#main a:visited{
	color: #6B8894; /*lt grey teal */
}
#main a:active {
	color: #6B8894;
}
#main a:hover {
	color: #00ffff; /* bright blue */
	text-decoration:none;
}

#main ul{
	list-style-type:disc;
	margin: 0px;
	padding: 0px 24px;
}
#main td.water{
	background: white url(Plant.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}

h1 {
	margin: 10px;
	color: #000; /* black */
}
h2 {
	margin: 0;
	color: #000066; /* navy */
	line-height: 22px;
}
h4 {
	color: #003399; /* lt navy */
}
.title, strong.title
{
font-size: 12px;
color: #000; /* black */
}
.title2
{
font-size: 12px;
color: #fff; /* white */
}
p.shift, .shift
{
margin-left:50px;
}
.sm
{
font-size: 10px;
}
.note
{
font-size: 12px;
color: #ff3300; /* orange red */
}
.border{border: 1px solid #000;}
.floatright { float: right; margin: 0 0 10px 10px;}
.floatleft { float: left; margin: 0 10px 10px 0;}
.clearboth { clear: both; }
hr {
    height:1px;
    width: 100%;
	color: #000066; /* navy */
    background-color: #000066; /* navy */
	border: 0;
	margin: 0;
   }

#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 50px;
	width: 800px;
	left: 0px;
	bottom: 0px;
	line-height: 12px;
	clear:both;
}
#footer a{
	color: #666666;
	text-decoration:underline;
}

