@charset "UTF-8";
/* CSS Document */

.header
{
	/*background-image:url('../png/michigan_header.png');*/
}

body
{
	background-color: #34598c;
	background-image: url("../png/background.png");
	background-position: center top;
	background-repeat: no-repeat;
}

.homeHeader {
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 38px;
	text-align: center;
	min-width: 0px;
	margin-top: 400px;
	float:left;
	width:50%;
}

.startHere {
	width: 230px;
	height: 50px;
	padding-top: 13px;
	font-size: 36px;
	background-color: #3D74A3;
	border-radius: 6px;
	display: inline-block;
	margin-top: 30px;
	color:white;
}
.startHere:hover {
	text-decoration: none;
	background-color: #304771;
}
.startHere:active {
	text-decoration: none;
}

.imageLinks
{
	float:left;

}

.outer
{
	width:100%;
}

.centered
{
	/*background-color:#002f65;*/
	width: 1024px;
	height:768px;
    margin: 0 auto;
}

.copyrightText
{
	font-family:Arial, Helvetica, sans-serif;
	width:295px;
	margin: 0 auto;
	color:white;
	margin-top:0px;
	
}


#secure-browser-exit
{
	width:1020px;
	padding-top: 40px;
	padding-right: 2px;

}

#secure-browser-exit-link
{
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	float:right;
}