/* CSS Document */


A:link, A:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:link img, a:visited img { 
	border-color: #fff; 
	}



A:active, A:hover {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

a:link img, a:visited img, a:active img, a:hover img { 
	border-color: #ccc; 
	}



a {
outline: 0;
}









a.body:link,a.body:visited
{
	color: #4b6679;
	text-decoration: none;
	font-weight: bold;
}

a.body:active,a.body:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}





body
{
 	background-image: url(../images/bg.gif);
	background-repeat: repeat-x; 
	background-color: #4b6679;
	line-height: inherit;
	text-align: center;
}







#container
{
	width: 955px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-image: url(../images/michigan.png);
	background-position: 640px top;
	background-repeat: no-repeat;
	height: auto;
}





.outline 
{
	outline: 1px solid #fff;
}


.tableBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	outline-style: none;
	line-height: inherit;
}


h1
{
	color: #365369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: left;
}

h2
{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	letter-spacing: 0px;
	text-align: left;
}


.txtBody {
	color: #233747;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: justify;
}

.txtFooter
{
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 13px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

.txtSmall
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}



.formField {
	background-color: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formButton {
	background-color: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}





.txtUnsub
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
}







/* NEEDED TO MAKE THE MENU WORK WITH THE SLIDESHOW  */




html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}




ol, ul {
	list-style: none;
}













/* START slideshow wrapper */
#slideshow-wrapper {
	float:left;
	width:100%;
	margin-top:0px;
}
#slideshow {
    height:353px;
    position:relative;	
	width:810px;
}
#slideshow li {
    height:353px;
    left:0;	
    opacity:0.0;	
    position:absolute;
    top:0;
    z-index:8;
}
#slideshow li.active {
    opacity:1.0;
    z-index:10;
}
#slideshow li.last-active {
    z-index:9;
}

/* END slideshow wrapper */







