<style type="text/css">

/* POSITIONING ELEMENTS */

/* includes banner and eMichigan Images */
#header {
	position:relative;
	width:100%;
	height:125px; 		}

/* bottom of site */
#footer {		
		margin-top:50px;
		float:left;
		position: relative;
        width: 100%;
        height: 50px;
        top: auto;
		background-color:#1d5c9c;
		color:white;

}

/* includes information about the org the current user is logged in with*/
#orgInfo{
	border-top:1px solid white;
	border-bottom:1px solid #999999;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:5px;
	font-size:1.0em;
	background-color:#F1F0FF;
}

/* page title stuff */
#pageTitle {
	margin-left:10px;
	padding-top:6px;
	font-size:2.0em;
	font-weight:bold;
	border-bottom:1px solid black;
	width:100%;
	margin-bottom:12px;
}

/* navigation cell */
td#nav {
	width:20%;
	background-color:#EEEEE3;
}

/* content table cell */
td#content {
	width:76%;
	padding-right:15px;
	padding-left:10px;
}
td#content2 {
	width:76%;
	padding-right:15px;
}</style>