@charset "utf-8";

* {
margin:0;
padding:0;
}

body {
    font-family: arial, tahoma, helvetica, sans-serif;
    background-color: #fff;
    background-image: url(../images/bg_designs.gif);
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 { color: #3f9e35; }
h1, h2 { font-weight: normal; }
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4, h5, h6 { font-size: 100%; }

body, td {
    font-size: 9pt;
    text-align: left;
    color: #333;
}

a:link {
    color: #3f9e35;
}

a:visited {
    color: #3f9e35;
}

a:hover {
    color: #2776bb;
}

a:active {
    color: #2776bb;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

div#header {
    text-align: center;
    margin: 0;
    height: 244px;
}

div#container {
    margin: 0 auto;
    padding-top: 1px;
    margin-top: -1px;
    width: 880px;
}


.clear {
clear:both;
height: 0px;
line-height: 0px;
font-size: 1px;
}

div#navigation {
    float: left;
    width: 170px;
    margin: 0;
    padding: 35px 25px 60px;
    /*background-color: #bde6f6;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    
    background:url(../images/message_bg.jpg) no-repeat top center;
    color:#505153;
    /*margin:20px 0;*/
}

div#navigation ul {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
    list-style-type: none;
}

div#navigation h1 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

div#navigation ul {
}

div#navigation ul li a:link {
    color: #3f9e35;
    /*background-image: url("../images/bullet_nav.gif");*/
    background-repeat: no-repeat;
    background-position: left 4px;
    text-decoration: none;
    padding-left: 12px;
}

div#navigation ul li a:visited {
    color: #3f9e35;
    text-decoration: none;
    /*background-image: url("../images/bullet_nav.gif");*/
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 12px;
}

div#navigation ul li a:hover {
    color: #2776bb;
    text-decoration: underline;
}

div#navigation p.mnscu-logo {
    text-align: center;
}

div#body {
    margin-left: 250px;
    margin-top: 0;
}

div#footer, div#bsu-footer {
    color: #999;
    font-size: 8pt;
}

div#footer {
    clear: both;
    padding-top: 2em;
    padding-bottom: 3em;
    text-align: center;
}

div#footer p {
    margin: 0;
}

div#bsu-footer {
    width: 70%;
    margin: 0 auto;
}

div#bsu-footer p.contact {
    float: left;
    width: 30em;
}

div#bsu-footer p.disclaimer {
    width: 30em;
    float: right;
    text-align: right;
}
#nav {
float:left;
width:624px;
height:41px;

background:url(../images/nav_bg.gif) no-repeat top left;
margin:4px 16px 8px 0;
padding:0 5px;
}

#nav ul li {
display:inline;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px; 
width:89px;
height:31px;
float:left;
text-align:center;
color:#fff;
padding:5px;

}

#nav a {
color:#fff;
text-decoration:none;
}

#message {
width:308px;
background:url(../images/message_bg.jpg) no-repeat top center;
color:#505153;
margin:20px 0;
}

