/* CSS Document */


/* General Styles 
=========================================================== */

body {
	background: #FFFFFF url(http://www.wiu.edu/graphics/stripe-purple.jpg);
	}

/* 2nd Level Styling
=========================================================== */
#mainContent {
	float: right;
	width: 531px;
	background: #FFFFFF url(../images/brdr.gif) repeat-y;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	color: #000;
}
#news {
	background: #D6D6D6;
	float: right;
	width: 250px;
	border: 1px solid #666666;
	position: relative;
	margin-right: 15px;
	margin-bottom: 5px;
	color: #000;
}
#mainContent a {
	border-bottom: 1px dotted #663399;
	color: #663399;
	background: none;
}
#mainContent a:hover, #mainContent a:active {
	color: #FFFFFF;
	background-color: #663399; 
	}
#mainContent ul li {
	list-style: square;
	font-size: .8em;
	margin-top: 5px;
	}
input, textarea {
	border: 1px solid #E8BF68;
	margin: 3px 3px 3px 20px;
	vertical-align: top;
	width: 300px;
	}
.button {
	background-color: #E6BD67;
	border: 1px solid #CBA75B;
	color: #000000;
	font: .9em Arial, Helvetica, sans-serif;
	width: 7em;
	}
label
	{
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	width: 20em;
	float: left;
	clear: both;
	}
div#mainNav .banner {
	margin: 0px;
	padding: 0px;
}
div#mainNav .banner a {
	text-decoration: none;
	}
.catDate {
	font-size: 0.8em;
}
#footer {
	clear: both;
}

