﻿body
{
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	line-height: normal;
}

/* */
#container a:link { 
	color: blue; 
	text-decoration: none; 
}
#container a:visited {
	color: blue; 
	text-decoration: none;
}
#container a:focus {
	text-decoration: underline; 
}
#container a:hover {
	text-decoration: underline; 
}
#container a:active {
	text-decoration: underline; 
}

h1
{
	color: #006699;
	font-weight: normal;
	margin: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

h2
{
	color: #006699;
	font-weight: normal;
	margin: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

h3
{
	color: #006666;
	font-weight: normal;
	margin: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h3 a { text-decoration: none; }

h4
{
	color: #333333;
	font-weight: bold;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h5
{
	color: #666666;
	font-weight: bold;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#container
{
/* 	margin: 1em auto; */
	margin: auto; 
	width: 860px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #676767;
}

#mainnav
{
	background-color: #EAEAEA;
	color: #272900;
	padding: 2px 0;
	margin-bottom: 22px;
}

#mainnav ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}

#mainnav li
{
	display: inline;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}

#mainnav li a
{
	text-decoration: underline;
	color: #272900;
}

#menu
{
	float: right;
	width: 165px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

#welcome
{
	float: right;
	width: 165px;
	padding-left: 15px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#pressrelease
{
	padding-left: 20px;
	padding-right: 20xp;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.0em;
	text-align: left;
}

#contents { 
	margin: 0 200px 40px 20px; 
}
	
#contents p { line-height: 1.4em; }

.blogentry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	padding-bottom: 10px;
	padding-top: 10px;
}

.blogentry ul
{
	list-style-type: disc;
	text-align: left;
	line-height: 150%;
}

#footer
{
	background-color: #EAEAEA;
	padding: 5px;
	font-size: 80%;
	color: #000000;
	text-align:left; 
	clear: both; 
}

#footer ul 
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}

#footer li
{
	display: inline;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}


.right { float: right; }
.left { float: left; }
.post_date { font-size: 0.85em; color: #999; padding-top: 1px; } 
.post_date_white { font-size: 0.75em; color: #fff; padding-top: 1px; } 

/*----TOP PANEL----*/
.postInstitute { float:right; font-size: 0.8em; color: white; padding-top: 1px; } 

#topPan {
	width: 860px;
	height: 75px;
	position: relative;
	margin: 0 auto;
/*	background:url(images/topPan-bg.gif) 0 0 repeat-x #15AEFD;  #003C7D */ 
	background: #6E8BBf url('http://www.isws.illinois.edu/atmos/statecli/images/a5.gif') bottom left repeat-x;
/*	color: #FFFFFF; */ 
	padding: 0px;
}
#topPan h1 {
	color: #FFFFFF;
	font-weight: normal;
	margin: 0 0 2px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}
#topPan h2 {
	color: #FFFFFF;
	font-weight: normal;
	margin: 0 0 2px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#topPan a:link {
	color: white;
}
#topPan a:visited {
	color: white;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.imagefloat
{
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
	float:right; 
}

.logo {
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	border: none; 
}

pre {
	font-size: 12px; 
}