body {
	background-color: #FFF;
	font: 1.0em verdana, arial, sans-serif; /* overal font and sizing */
	text-align: center;
	
	/* support for hover on all targets: pg 195 Stylin' with CSS */
	behavior:url(css/csshover.htc);
}


* {margin:0px; padding:0px;}

h1 {font-size: .5em;}

h2 {font-size: .6em;}

h3 {
	font-size: .8em;
}

h4 {font-size: 1.2em;}

li {
	list-style:decimal;
}


h3.title {
	font-size: .8em;
	width: auto;
	text-align: center;
	color: #FFF;
	background-color: #008;
	padding-top: 4px;
	padding-bottom: 4px;
}

h4.topictitle
{
	font-size: 1.0em;
	width: 100px;
	text-align: center;
	color: #FFF;
	background-color: #005;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}


div.topicdescription
{
	float: left;
	text-align: left;
	margin-left: 20px;
}



h3.sponsor
{
	text-align: left;
	color: #005;	
}


div.sponsor {
	float: right;
}




div.event {
	border: 1px solid #F80;
}

div#mainwrapper {
				min-width:400px;
				max-width: 800px;
				background-color:#FFF;
				margin-top: 10px;
				margin-left: auto;
				margin-right: auto;
}

div#header {
			margin-top:0px;
			background-color:#FFF;
			height: 100px;
}

div#header img
{
	float: left;
	border-style: none;
	margin-left: 10px;
	margin-top: 5px;
}

div#hbar
{
	margin-top: 45px;
	float: left;
	background-color: #008;
	width: 530px; /*00%; /*424px;*/
	color: #e89e66;
	padding-top: 3px;
	padding-bottom: 5px;

}

div#column1 {
	float: left;
	margin-top: 10px;
	min-width: 400px;
	max-width: 800px;
	background-color: #FFF;
	/*border: 1px solid #2A2;*/
}

div#column1 ul {
	margin-left:5px;
}

div#column1 li {

	background-color: #FFF;
	font-size: .8em;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style-type: none;
}

div#column2 {
			margin-top: 10px; 
			float:left; 
			width:450px; 
			background-color:#FFF;
			text-align:left; 
			margin-left: 30px;
			margin-right: 20px; 
}

div#column3 {margin-top: 10px; margin-left: 0px; margin-right: 3px; float:right; background-color:#F80; text-align:left;}

div#column3 img
{
	border: none;
}

div#footer {
	background-color: #004;
	text-align: center;
	padding: 6px 0px 6px 0px;
	font-size: .6em;
	color: #AAA;
	margin-top:50px;
	float:left;
	width: 100%;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */