/* Sets page background color and no margins */
body {
	margin: 0px;
	position: static;
	background-color: #FFFFFF;
	color: #006699;
}

/* Sets the michigan background image to be centered behind text */
.textbg {
	background-image: url(../images/bg_mich.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Sets the text attributes for home page */
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-align: left;
}

/* Sets the attributes for the bottom navigation text */
.navbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.navbottom a {
	color: #ffffff;
	text-decoration: none;
}
.navbottom a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.navbottom a:active {
	color: #ffffff;
	text-decoration: none;
}

/* Sets the attributes for the form field boxes */
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #339900;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #ced352;
	padding: 2px;
}

/* Sets the attributes for the main text of the website */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
}
td a {
	color: #0033CC;
	text-decoration: underline;
}
td a:hover {
	color: #FF6600;
	text-decoration: none;
}
td a:active {
	color: #336600;
	text-decoration: none;
}

/* Sets text & background attributes of sidebar */
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	background-color: #f2fafd;
	background-image: url(../images/bg_sidepattern-2.gif);
	background-repeat: repeat-y;
}
.sidebar a {
	color: #0033CC;
	text-decoration: underline;
}
.sidebar a:hover {
	color: #FF6600;
	text-decoration: none;
}
.sidebar a:active {
	color: #339900;
	text-decoration: none;
}
.sidebarsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	background-color: #f2fafd;
	background-image: url(../images/bg_sidepattern-3.gif);
	background-repeat: repeat-y;
}

/* Sets attributes for sidebar buttons */
.sidebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	background-color: #f2fafd;
	border: 1px solid #addbec;
	text-indent: 5px;
}
.sidebutton a {
	color: #006699;
	text-decoration: none;
	display: block;
}
.sidebutton a:hover {
	color: #FF6600;
	text-decoration: none;
	display: block;
}
.sidebutton a:active {
	color: #339900;
	text-decoration: none;
	display: block;
}

/* Sets text attributes for headers */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #339900;
	text-decoration: none;
}

/* Sets text attributes for green subhead */
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
}

/* Sets text attributes for main text in green */
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #339900;
	text-decoration: none;
}

/* Sets attributes for download pdf buttons */
.downloadbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F0F0F0;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #339900;
	display: block;
}
.downloadbtn a {
	color: #006699;
	text-decoration: none;
	display: block;
}
.downloadbtn a:hover {
	color: #FF6633;
	text-decoration: none;
}
.downloadbtn a:active {
	color: #006699;
	text-decoration: none;
}

/* Sets the background pattern for the main text area */
.mainbg {
	background-image: url(../images/bg_mainpattern_2.gif);
	background-color: #f5f6dc;
}

/* Sets the hr style */
.hrblue {
	color: #006699;
	background-color: #99CCCC;
	height: 1px;
}


/* Sets the image border style */
.imgborder {
	border-style: solid;
	border-color: #FF9900;
	color: #FF6600;
	border-width: 2px;
}

/* class for go button */
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	background-color: #339900;
	border: 0px;
}
