/* CSS by Jon Soper and Matt McCormick----------------- */
/* Updated/Corrected by Joel Vertin 12/20/06----------------- */
/* ----------------- GLOBAL ELEMENTS ------------------ */

body {
background-color: #000;
color: #fff;
}
#mtf_container {
width: 800px;
}
#mtf_leftmenu {
float: left;
}
#menu {
width: 160px;
margin-top: 21px;
}
#menu ul {
margin-top: 0;
margin-left: 0;
list-style-type: none;
padding-left: 0;
}
#menu a.main {
font-family: Arial, Helvetica, sans-serif;
padding-left: 10px;
padding-top: 2px;
color: #fff;
text-decoration: none;
font-size: 11px;
background-image: url("http://www.mtf.mtu.edu/mtficons/menu_item_static.gif");
display: block;
width: 150px;
height: 18px;
}
#menu a.main:hover {
background-image: url("http://www.mtf.mtu.edu/mtficons/menu_item_over.gif");
color: #ffcc00;
}
#menu a.sub {
display: block;
padding-left: 20px;
padding-top: 2px;
width: 140px;
height: 18px;
background-image: url("http://www.mtf.mtu.edu/mtficons/menu_sub_static.gif");
background-position: right 0%;
color: #fff;
text-decoration: none;
font-size: 10px;
}
#menu a.sub:hover {
background-image: url("http://www.mtf.mtu.edu/mtficons/menu_sub_over.gif");
background-position: right 0%;
color: #ffcc00;
}
.submenu {
width: 160px;
}
.submenu ul {
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
font-size: 11px;
}
.submenu li a {
font-family: Arial, Helvetica, sans-serif;
display: block;
padding-left: 30px;
padding-top: 2px;
width: 130px;
height: 18px;
background-image: url("http://www.mtf.mtu.edu/mtficons/menu_subitem_static.gif");
color: #fff;
text-decoration: none;
}
.submenu li a:hover {
background-image: url("http://www.mtf.mtu.edu/mtficons/menu_subitem_over.gif");
color: #ffd300;
}
.menulist a:visited {
color: #eee;
text-decoration: none;
}
#mtf_content {
float: right;
width: 626px;
min-height: 360px;
background-color: #fff;
color: #000;
padding-bottom: 5px;
padding-left: 7px;
padding-right: 7px;
padding-top: 5px;
}
#mtf_pic {
float: right;
width: 640px;
background-color: #fff;
color: #000;
}
#mtf_footer {
float: left;
width: 800px;
text-align: center;
margin-top: 10px;
}
#mtf_footer ul {
list-style-type: none;
}
#mtf_footer li {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
a.footer:link {
color: white;
text-decoration: none;
}
a.footer:visited {
color: white;
text-decoration: none;
}
a.footer:hover {
color: #ffd940;
text-decoration: underline;
} 
a.gift:link {
color: #fff;
background-image: url("http://www.mtf.mtu.edu/mtficons/onlinegivingstatic.gif");
display: block;
width: 160px;
height: 29px;
}
a.gift:visited {
color: #fff;
background-image: url("http://www.mtf.mtu.edu/mtficons/onlinegivingstatic.gif");
display: block;
width: 160px;
height: 29px;
}
a.gift:hover {
background-image: url("http://www.mtf.mtu.edu/mtficons/onlinegivingover.gif");
color: #ffcc00;
}
