body
{
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.twoColHybRtHdr #container
{
	width: 698px;
	/* this will create a container 80% of the browser width */
	background-color: #ffffff;
	margin: 12px auto 0 auto;
	/* this overrides the text-align: center on the body element. */
	border: 1px #cccccc solid;
}

.twoColHybRtHdr #container #main_content
{

	
	padding: 12px;

}

.twoColHybRtHdr #header
{
	background: #DDDDDD;
	padding: 0 0px;
	width: 700px;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColHybRtHdr #header h1
{
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColHybRtHdr #sidebar1
{
	float: right;
	width: 385px;
	height: 500px;
	/* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	/* top and bottom padding create visual space within this div  */
	background-image: url(../images/katmain.gif);
	background-repeat: no-repeat;
}

.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p
{
	margin-left: 10px;
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColHybRtHdr #mainContent
{
	margin: 0 13em 0 10px;
	/* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
}

.twoColHybRtHdr #footer
{
	padding: 0 10px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #B31D32;
	font-size: 10px;
	text-align: center;
}

.twoColHybRtHdr #footer p
{
	margin: 0;
	/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
}

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

#banner
{
	margin-top: 0px;
	margin-bottom: 0px;
	height: 70px;
	width: 700px;
	color: #000000;
	background-color: #0065Ad;
}

#banner2
{
	margin-top: 0px;
	margin-bottom: 0px;
	height: 36px;
	width: 700px;
	background-color: #B31D32;
	text-align: left;
	vertical-align: middle;
}

#banner2 a
{
	padding: 0px 0px 0px 0px;
	background-color: #B31D32;
	color: #EEE3BD;
	width: 101%;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 0px 1px 12px;
}

#banner2 a:hover
{
	padding: 0px 0px 0px 0px;
	background-color: #B31D32;
	color: #FFFFFF;
	width: 101%;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 0px 1px 12px;
}

#banner2 a:visited
{
	padding: 0px 0px 0px 0px;
	background-color: #B31D32;
	color: #EEE3BD;
	width: 101%;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 0px 1px 12px;
}

.banner2
{
	margin-top: 0px;
	margin-bottom: 0px;
	height: 24px;
	width: 100%;
	background-color: #00000;
	text-align: left;
	vertical-align: middle;
}

.banner2 a
{
	padding: 0px 0px 0px 0px;
	background-color: #B31D32;
	color: #EEE3BD;
	width: 101%;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 0px 1px 12px;
}

.banner2 a:hover
{
	padding: 0px 0px 0px 0px;
	background-color: #B31D32;
	color: #FFFFFF;
	width: 101%;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 0px 1px 12px;
}

.banner2 a:visited
{
	padding: 0px 0px 0px 0px;
	background-color: #B31D32;
	color: #EEE3BD;
	width: 101%;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 0px 1px 12px;
}

.twoColHybRtHdr #infoBox
{
	float: left;
	width: 280px;
	/* since this element is floated, a width must be given */
	background: #FFFFFF;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	/* top and bottom padding create visual space within this div  */
	margin-top: 36px;
}

.twoColHybRtHdr #infobox h3, .twoColHybRtHdr #infobox p
{
	margin-left: 10px;
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColHybRtHdr #container #bottomNav
{
	font-size: 12px;
	line-height: 125%;
	color: white;
}

.twoColHybRtHdr #container #bottomNav a:link, a:visited, a:active
{
	color: white;
	text-decoration: none;
}

.twoColHybRtHdr #container #bottomNav a:visited
{
	color: white;
	text-decoration: none;
}

.twoColHybRtHdr #container #bottomNav a:hover
{
	color: white;
	text-decoration: underline;
}

.twoColHybRtHdr #container #infoBox a:link, a:visited, a:active
{
	color: #0049AE;
	text-decoration: none;
}

.twoColHybRtHdr #container #infoBox a:hover
{
	color: #E31736;
	text-decoration: underline;
}

h1
{
	font-size: 24px;
	line-height: 125%;
}

h2
{
	font-size: 18px;
	line-height: 125%;
}

h3
{
	font-size: 16px;
	line-height: 125%;
}


.eventSection
{
	width: 680px;
	float: left;
	padding-bottom: 10px;
	border-top: 1px #CCC solid;

}

.eventTitle {width: 500px; float:left; }

.eventGraphic
{
	float: right;
	padding: 10px 0px 12px 12px;
}




#footer  {color:#fff;}



#footer  a {color:#fff;}





