/*defaults*/
* { margin:0; padding:0; font-family: Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF; }
input,textarea,select,option { color:#000000; }
body { background:#000000 url('../images/footer.jpg') repeat-y; }
p { padding-bottom:15px; }
a { color:#83D2D6; text-decoration:underline; }
a:hover	{ color:#FFFFFF; text-decoration:none; }
img { border:0; }
.center { text-align:center; }
hr { margin:5px 0; }

/*structural elements*/
#container { background-color:#000000; }
#content_wrapper { background:url('../images/background.jpg') no-repeat; min-width:900px; }

/*header*/
#header { background:url('../images/header.jpg') no-repeat; height:175px; text-align:right; padding-right:10px; padding-top:10px; font-size:0.9em; }
#illinoislink { position:relative; top:107px; left:290px; width:320px; height:20px; cursor:pointer; }
#navigation	{ background:url('../images/navigation.jpg') no-repeat; height:34px; width:900px; padding-left:30px; font-size:0.9em; line-height:34px; }
#navigation li { list-style:none; display:inline; }
#navigation a { color:#83D2D6; padding-right:20px; text-decoration:none; }
#navigation a:hover	{ color:#FFFFFF; }

/*content*/
#content { float:left; min-height:400px; width:65%; padding:20px 20px 20px 70px; font-size:0.9em; }
h2 { color:#7DC8CD; }
#news { float:left; width:200px; padding-top:30px; }
.newsItem { background-color:#282828; width:100%; padding:15px; border:1px solid #222222; font-size:0.8em; font-weight:bold; margin-bottom:20px; }
.newsItem h3 { padding-bottom:10px; }
form { line-height:1.5em; }
.error { color:red; }

/*footer*/
#footer { background:url('../images/footer.jpg') no-repeat; width:900px; height:71px; clear:both; padding:0 20px; font-size:0.8em; }
#footer_left { float:left; padding-top:22px; padding-right:20px; }
#footer_right { float:left; padding-top:20px; }
