body {
	background-color: #555;
	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;}

div.catrow{
	float: left;
	margin-bottom: 50px;
}

/***********/
/* Subject */
/***********/
div.category {
	float: left;
	border: 2px solid #F82;
	margin-bottom: 25px;
	background-color:#FFE;
	width: 300px;
	height: 200px;
	margin-right: 50px;
}

div.category li {
	margin-bottom: 5px;
	margin-left: 10px;
}

img.logo
{
	border-style: none;
}

/**********/
/* Events */
/**********/
div.event {
	border: 2px solid #F82;
	margin-bottom: 50px;
	background-color:#FFE;
}

h3.title {
	font-size: .8em;
	width: auto;
	text-align: center;
	color: #FFF;
	border-bottom: 2px solid #F80;
	background-color: #228;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.description
{
	margin: 20px;
}

/***************/
/*End of Events*/
/***************/


div#mainwrapper {
				width:980px; 
				background-color:#FFF;
				margin-top: 30px;
				margin-left: auto;
				margin-right: auto;
}

div#header {
			margin-top:0px;
			background-image: url(../images/HeaderBackground.gif);
			width: 980px;
			height: 110px;
}

div#header img
{
	float: left;
	border-style: none;
}

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

}

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

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

div#column1 li {

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

div#column1 a {
	padding-top: 1px;
	padding-bottom: 5px;
	width:125px;
	display: block;
	background-color: #FFF;
	background-image:  url(../images/buttons/BlueButton125x20.png);
	background-repeat: no-repeat;
	text-align: center;
}

div#column1 a:link, div#column1 a:visited {
color: #FFF;
text-decoration: none;
}

div#column1 a:hover, div#column1 a:active {
background-image:  url(../images/buttons/OrangeButton125x20.png);
background-repeat: no-repeat;
}

div#column2 {
			margin-top: 30px; 
			float:left; 
			width: 800px; 
			background-color:#FFF;
			text-align:left; 
			margin-left: 25px;
			min-height: 600px;
}

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


div#footer {
	background-color: #008;
	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 */
