@charset "UTF-8";
/* CSS Document */


body {
	background-color: #FFFFFF;
	background-image:url(/images/bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment: fixed;
}


#header_ks09 {width: 973px;
display:block;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#bodycontent_ks09 {
	width:964px;
	background-image:url(/images/body_mid.png);
	background-repeat:repeat-y;
	}


#bodycontent_ks09 #left {
	background-color: #666666;
	width:543px;
		margin-left: 30px;
		display:block;
		float:left;
		position:absolute;

}


#bodycontent_ks09 #right {
	background-color: #BBBBBB;
	width:340px;
	margin-left: 560px;
	display:block;
	position:absolute;


}


#registerbox {
background-image:url(images/event_btn_bkg.jpg);
background-repeat:no-repeat;
width:300px;
height:40px;
padding:16px 10px 0px 25px;
margin: 10 0px;
color:#ff8e15;
font-weight:bold;
text-decoration:none;
font-size:18px;
}

#registerboxopen {
background-image:url(images/eventopen_btn_bkg.jpg);
background-repeat:no-repeat;
width:300px;
height:40px;
padding:16px 10px 0px 25px;
margin: 10 0px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:18px;
}

h1 {
font-size: 36px;
color: #0083bf;
font-weight:100;
line-height: 1.3em;
}

h2 {
font-size: 20px;
color: #1eb3b3;
}

#adunit_ks09 {
height: 96px;
}




body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#containerwrap { 
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container { 
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(/images/body_mid.png);
	background-repeat:repeat-y;

}


#sidebarright {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#mainContent { 
	margin: 0 375px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebarright div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebarright space when the content in #sidebarright ends. */
	padding: 5px 20px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.floatright { /* 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;
}
.floatleft { /* 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;
}





.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #014991;	
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:24px;
	font-style: normal;
	font-weight: bolder;
	color: #0083bf;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #eca024;
}

.sixty_percentbox {
	filter: Alpha(Opacity=60);
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #014991;
	text-decoration: none;

}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #F10041;
	text-decoration: underline;

}
a.nav:visited {
	text-decoration: none;

}

.info_check td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

body,td,th {
	font-size: 14px;
	line-height: 1.4em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 16;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #8d9e5a;
}
a:visited {
	text-decoration: none;
	color: #8d9e5a;
}
a:hover {
	text-decoration: underline;
	color: #53aef7;
}
a:active {
	text-decoration: none;
}
.style3 {color: #ff9f19}
.style4 {font-size: 9px}
.style5 {font-size: 11px}
.style6 {	font-size: 14px;
	font-weight: bold;
}
.style8 {color: #F10041; font-weight: bold; }


.please_note{
	font-size:11px;
	color:#FF0000;
}

.event_taglines{
	color: #666;
	font-style: italic;
	font-family: Times, serif;
	font-size: 15px;
}

.event_taglines_item{
	padding: 10px;
}

