body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#444;
  background:#fff url('images/bg.jpg') repeat-x;
  margin:0;
  padding:0;
}

img,h1,h2,h3,h4,h5,p,table,tr,td {
  border:0;
  padding:0;
  margin:0;
}

li {
  list-style-type:square;
}


#ajax_msg {
  margin:10px;
  background:url(../images/notice.gif) center left no-repeat;
  padding-left:20px;
}

#ajax_msg_container {
  background-color:#D7EAFC;
  border:#4395DF 1px solid;
  margin-bottom:20px;
}

a {
  color:#01ACF1;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a.blue-arrow {
  padding-left:8px;
  background: url(images/arrow_blue.gif) no-repeat left;
}

hr {
color:#CECECE;
height:1px;
border:0px; 
border-top:1px solid #CECECE; 
}

h1 {
  font-size:1.5em;
  color:#383838;
  margin-bottom:8px;
  padding-bottom:2px;
  border-bottom:1px solid #ddd;
}


h2 {
  font-size:1.2em;
  color:#383838;
  margin-bottom:4px;
}


table {
  border-collapse: collapse
}

#wrapper {
  width:957px;
  margin-left:auto;
  margin-right:auto;
  background-color:#fff;
  padding:0 20px;
}

#header .nav {
  width:957px;
  height:30px;
  background:#fff url(images/nav_bg.jpg) no-repeat;
  margin-bottom:12px;
}

body.home #header .nav {
  margin-bottom:0px;
}

#header .nav .link {
  display:inline;
  padding:0 10px;
  border-right:1px dotted #fff;
}

#header .nav .last {
  border-right:0;
  padding-right:0;
}

#header .nav .wrapper {
  padding-top:6px;
}

#header .nav a {
  color:#fff;
  text-decoration:none;
}

#header .nav a:hover{
  text-decoration:underline;
}

#header .nav a.selected {
  font-weight:bold;
  text-decoration:underline;
}

#mich_logo a {
  display:block;
  height:48px;
  width:115px;
  background:url(images/logo.jpg) no-repeat;
}

#header .right {
  float:right;
  padding-right:2px;
  color:#666;
  text-align: right;
}

#content {
  padding:20px 0;
  min-height:350px;
  height:auto !important;
  height:350px;
}

body.home #content {
  padding-top:0;
}


#footer {
  width:957px;
  height:30px;
  font-size:11px;
  padding-top:20px;
  background:url(images/footer_bar.jpg);
  background-repeat: no-repeat;
}



/* Home Page footer */

#lower_container {
width: 957px;
height: 170px;
background-image: url('images/bg_lower_container.jpg');
background-repeat: no-repeat;
border: none;
padding-top: 5px;
padding-bottom: 10px;
}

#lower_container p {
color: #ffffff;
font-size: 11px;
text-align: left;
line-height: 15px;
padding-left:3px;
}

#lower_container .column_one {
width: 296px;
margin-top: 9px;
padding:0 20px;
}

#lower_container .column_two {
width: 294px;
margin-left: 6px;
margin-right: 22px;
margin-top: 9px;
}

#lower_container .middle {
width: 286px;
margin-top: 9px;
padding-left:3px;
}






/* Forms */

.form table td {
  vertical-align:top;
  padding:5px;
}

.form table td label {
  margin-top:3px;
  display:block;
}

fieldset {
  border:1px solid #ccc;
  padding:10px 20px 20px;
}

fieldset legend {
  font-weight:bold;
  color:#00ADEF;
  font-size:14px;
}

.form input.submit {
  margin-top:5px;
  background:url(images/button_bg.jpg) bottom;
  color:#ddf6ff;
  font-size:12px;
  padding:3px;
  border:#0282B3 1px solid;
}

.form input.submit:hover {
  cursor:pointer;
  color:#fff;
}
 
