/* Midillinois Site Stylesheet */

html,body {
margin: 0;
padding: 0;
}

table {
width: 100%;
height: 100%;
}

td {
vertical-align: middle;
text-align: center;
}

p {
	margin: 5px;
}

#left {
	float: left;
/* 	border: solid thin #D7040B;
 	color: #FFFFFF;
 	*/
}

#right {
	float: right;
/* 	border: solid thin #D7040B;
 	color: #FFFFFF;
 	*/
}

#clear {
	clear: left;
	}

/* div {
border: 1px solid #000000;
} */

div.container {
	border: 1px solid #000000;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	}

div.logo {
	border: 1px solid #000000;
	position: absolute;
	background: #BA2600;
	color: white;
	font: 18pt sans-serif;
	/* font-style: italic; */
	font-weight: bolder;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 100px;
	}

div.leftnavpanel {
	border: 1px solid #000000;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 220px;
	height: 500px;
	margin: 0;
	padding: 0;
	}
	
div.fullleftpanel {
	border: 1px solid #000000;
	background: #E59F49;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 500px;
	margin: 0;
	padding: 0;
	}

div.navtop {
	border-bottom: 1px solid #000000;
	position: absolute;
	background: #E59F49;
	top: 0px;
	left: 0px;
	width: 218px;
	height: 148px;
	margin: 0;
	padding: 0;
	}
	
#fancy {
	font-family: 'Brush Script', cursive;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: white;
	}
	
div.navtop ul	{
	/* border-top: 0.01em solid #000000; */
	list-style: none;
	padding: 10;
	margin-left: 10;
	}
	
div.navtop li a	{
	color: #F1ECCC;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

div.navtop li a:hover	{
	color: #BA2600;
	text-decoration: underline;
	text-align: center;
}

div.navtop li a:active	{
	color: #BA2600;
	text-decoration: none;
	text-align: center;
}
	
div.navbottom {
	border-bottom: 1px solid #000000;
	position: absolute;
	background: #F1ECCC;
	top: 150px;
	left: 0px;
	width: 218px;
	height: 348px;
	margin: 0;
	padding: 0;
	}	

div.title {
	border: 1px solid #000000;
	position: absolute;
	background: #E59F49;
	top: 0px;
	left: 220px;
	width: 580px;
	height: 100px;
	}

div.subtitle {
	position: absolute;
	clear: left;
	background: #E59F49;
	top: 70px;
	left: 0px;
	width: 578px;
	height: 28px;	
	}

div.content {
	border: 1px solid #000000;
	position: absolute;
	top: 100px;
	left: 220px;
	width: 580px;
	height: 500px;
	overflow: auto;
	clear: left;
	}

div.content ul {
	list-style: none;
	}
	
div.content p {
	margin: 10px;
	}
	
div.content img {
    float: right;
    margin-right: 20px;
	}
	
div.content h3 {
	margin-left: 10px;
	}
	
div.content h4 {
	margin-left: 15px;
	}

div.content table {
	width: 100%;
	text-align: left;
	}
		
div.content td#right {
	text-align: right;
	}
	
div.content td#left {
	text-align: left;
	}
	
div.content p#fine {
	text-align: left;
	font-size: 80%;
	}
	
div.content #input {
	background-color:#ddd;
	border-color:#ccc;
}

div.contenthead {
	border-bottom: 1px solid #000000;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 574px;
	height: 28px;
	background: #F1ECCC;
	}
div.contenthead p#fancy {
	float: right;
	font-family: 'Brush Script', cursive;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #BA2600;
	margin-right: 18px;
	}

div.menu ul	{
	/* border-top: 0.01em solid #000000; */
	list-style: none;
	padding: 0;
	margin: 0;
	}

div.menu li	{	
float: left;
margin: 0;
padding: 0;
text-align: center
}

div.menu li a	{
	height: 28px;
	line-height: 28px;
	width: 9em;
	float: left;
	display: block;
	/* border-left: 0.01em solid #000000; */
	color: #F1ECCC;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

div.menu li a:hover	{
	height: 28px;
	line-height: 28px;
	width: 9em;
	float: left;
	display: block;
	border-bottom: 0.01em solid #BA2600;
	color: #BA2600;
	text-decoration: overline;
	text-align: center;
}

div.menu li a:active	{
	height: 28px;
	line-height: 28px;
	width: 9em;
	float: left;
	display: block;
	border-bottom: 0.01em solid red;
	color: red;
	text-decoration: none;
	text-align: center;
}

