@charset "UTF-8";
body {
	background: #356996 url(../i/body-bg.png) repeat-x center top;
	padding: 0;
	margin: 0;
	font-family:	Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: small;
}
#main-content h2 {
	font-size: 160%;
	font-weight: normal;
	margin-top: 0;
	
}
#main-content p {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
}
#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;

}
#branding {
	margin: 0px;
	padding: 0px;
	height: 111px;
}
#wrapper {
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 853px;
	margin: 0 auto;
}
#main-content {
	margin-top: 2em;	
	width: 500px;
	float: left;
	color: #fff;
}
/* side-content */

 #side-content {
	 margin-top: 2em;
	float: right;
	width: 320px;
	
}
.side-box {
	background: #fff url(../i/side-box-lr-corner.gif) bottom right no-repeat;
	padding-bottom: 11px;
}
.side-box-flv {
	padding-bottom: 11px;
}
#side-content h2 {
	font-size: 90%;
	
	padding: 11px 11px 6px 11px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #356996;
	text-transform: uppercase;
	border-bottom: 1px dotted #356996;
}
#side-content h3 {
	font-size: 90%;
	padding: 0 11px;
	margin: 1em 0 0 0;
}
#side-content h4 {
	font-size: 90%;
	padding: 0 11px;
	margin: 0;
}
#side-content p {
	font-size: 85%;
	padding: 0 11px;
}
#side-content a {
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: #666;
}
#side-content a:hover {
	background-color: #e5e5e5;
	color: #000;
	border-bottom: 1px dotted #000;
}

p.download {
	font-size: 80%;	
}




.clearer {
	clear: both;	
}

/* navigation structure */
#navigation {
	margin: 0 auto;	
	width: 853px;
	height: 25px;
	background:
}

#navbar {
	height: 25px;
	width: 853px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
}
#navbar li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	background-image: url(../i/navbar.gif); /* repeated here to avoid IE6/Win flicker */
	background-repeat: no-repeat;
	}
#navbar a {
	float: left;
	height: 25px;
	text-indent: -5000px;
	background-image: url(../i/navbar.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
#home a { 
	width: 65px; 
	background-position: 0 0;
	}
#home a:hover { 
	background-position: 0 -25px; 
	}
#home a.current {
	background-position: 0 -50px;
	}
#reg a { 
	width: 152px; 
	background-position: -65px 0;
	}
#reg a:hover { 
	background-position: -65px -25px; 
	}
#reg a.current {
	background-position: -65px -50px;
	}

#hotel a { 
	width: 152px; 
	background-position: -217px 0;
	}
#hotel a:hover { 
	background-position: -217px -25px; 
	}
#hotel a.current {
	background-position: -217px -50px;
	}
#about a { 
	width: 164px; 
	background-position: -369px 0;
	}
#about a:hover { 
	background-position: -369px -25px; 
	}
#about a.current {
	background-position: -369px -50px;
	}	
#event a { 
	width: 149px; 
	background-position: -533px 0;
	}
#event a:hover { 
	background-position: -533px -25px; 
	}
#event a.current {
	background-position: -533px -50px;
	}
	
#past a { 
	width: 171px; 
	background-position: -682px 0;
	}
#past a:hover { 
	background-position: -682px -25px; 
	}
#past a.current {
	background-position: -682px -50px;
	}
/* footer */
#footer {
	width: 853px;
	margin: 1em auto;
}
#footer p {
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
.divider {
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 2em;
}
img {
border: none;	
}
a {
	color: #CCC;
}
a:hover {
color: #FFF;
background-color:#666;
}