
body {
	background: #ffffff url(/images/back.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#all {
	position: relative;
	width: 860px;
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto;
	background: transparent url(/images/watermark.png) no-repeat;
	/*border: 1px solid red;*/
	border-top: 1px solid #ffffff;
	top: -1px;
}

div#content {
	position: relative;
	/*border: 1px solid blue;*/
	margin: 70px 180px 0 175px;
}

img#logo {
	position: absolute;
	top: 17px;
	left: 172px;
}

div#sponsors {
	position: absolute;
	top: 210px;
	left: 0;
}

div#sponsors p {
	color: #86B3AB;
}

img#msulogo {
	position: absolute;
	top: 17px;
	left: 465px;
}

h1#modeltitle {
	color: #004B2D;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	top: 70px;
	right: 210px;
}

.mapunder {
	background: transparent url(/images/mapshadow.png) no-repeat;
	width: 502px;
}

h2 {
	color: #004B2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
}

h3 {
	color: #232323;
	border-bottom: 1px solid #AABBA7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

h3 span {
	float: right;
}

p, ul, ol {
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}


input, input.out, textarea, textarea.out {
	border: 1px solid #AABBA7;
	color: #004B2D;
	padding: 2px 3px 2px 3px;
}

input.in, textarea.in {
	border: 1px solid #004B2D;
}

input.submit:hover, input.insubmit {
	cursor:pointer;
	background-color: #AABBA7;
	border: 1px solid #004B2D;
}

div#nav {
	position: absolute;
	width: 150px;
	top: 70px;
	right: 36px;
}

div#nav ul, div#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav a {
	display: block;
	text-decoration: none;
	color: #004B2D;
	padding: 3px 5px 3px 25px;
}

div#nav a:hover {
	color: #000000;
	text-decoration: underline;
}

div#nav a.at {
	background: #ffffff url(/images/bullet.png) no-repeat 5px 2px;
}

div#subnav {
	margin: 8px 0 17px 0;
	padding: 6px 0 6px 0;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div#subnav p {
	padding-left: 25px;
}

div#slider {
	position: relative;
	width: 293px;
	height: 32px;
	/*border: 1px solid red;*/
}

div#slider #slide {
	position: absolute;
	top: -3px;
}

div.stb {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
}

.error {
	background-color: #e0e0e0;
	color: #aa0000;
	padding: 5px;
	position: relative;
	left: -5px;
}

.warning {
	background-color: #FFCC99;
	color: #000000;
	padding: 5px;
	position: relative;
	left: -5px;
}

a {
	color: #0000aa;
}

td p, th p {
	padding: 0;
	margin: 0;
}

th {
	text-align: left;
	background-color: #AABBA7;
	border-bottom: 1px solid #004B2D;
}

table.crows td {
	border-bottom: 1px #AABBA7 solid;
}

table.crows tr.eo {
	background-color: #F0F0F0;
}

p.footer {
	border-top: 1px solid #88B6AF;
	font-size: 0.8em;
	text-align: center;
	padding-top: 6px;
	color: #808080;
}

p.footer a {
	color: #808080;
}

p.footer a:hover {
	color: #0000aa;
}

