/*-General-----------------------------------------------*/
body {
	background-color: #545570;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	margin: 0;
	padding: 0;
	width: 100%;
}

a {
	color:#545570;
	text-decoration: underline;
}

a:hover {
	color:#0080FF;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

.center {
	text-align:center;
}

input, select, textarea {
}

.on {
}

.button {
	cursor: pointer;
}

.buttonover {
	cursor: pointer;
}

.checkbox, .image, .radio {
	border:none;
	background:none;
}

.inputimg {
	border: none;
	cursor: pointer;
}

label {
	cursor: pointer;
}

.tiny {
	font-size:80%;
}

/*-Header------------------------------------------------*/
#header {
	position:relative;
	height:169px;
	margin:0;
	padding:0;
	white-space:nowrap;
	overflow:hidden;
}

#header .gutterleft {
	position:absolute;
	top:0;
	width:1000px;
	left:-1000px;
	background:#fff url(../images/header_top_left_bg.jpg) no-repeat bottom right;
	height:169px;
}

#header .gutterright {
	position:absolute;
	top:0;
	left:799px;
	background:#000 url(../images/header_top_right_bg.jpg) no-repeat bottom left;
	height:169px;
	width:1000px;
}

#header .banner {
	position:absolute;
	left: 50%;
	margin-left:-400px;
	width:799px;
}

/*-TopNav------------------------------------------------*/
#topnav {
	position:relative;
	height:80px;
	margin:0;
	padding:0;
	white-space:nowrap;
	overflow:hidden;
}
#topnav .gutterleft {
	position:absolute;
	top:0;
	width:1000px;
	left:-1000px;
	background:url(../images/topnav_left.jpg) no-repeat bottom right;
	height:42px;
}

#topnav .gutterright {
	position:absolute;
	top:0;
	left:799px;
	background:url(../images/topnav_right.jpg) no-repeat bottom left;
	height:42px;
	width:1000px;
}

#topnav .stage {
	position:absolute;
	left: 50%;
	margin-left:-400px;
	background: #fff;
	width:800px;
	height:80px;
	background: #efd9b5 url(../images/topnav_bg2.jpg) no-repeat top center;
}

#topnav .navbar {
	position:absolute;
	top:18px;
	left:0;
	width:100%;		
	padding-top: 3px;
	height:18px;
	background: url(../images/topnav_navbar.jpg) no-repeat center bottom;
	text-align:center;
	font-size: 90%;
}

#topnav .navbar a {
	font-weight:bold;
	text-decoration: none;
	color: #000;
}

#topnav .navbar a:hover {
	color:#fff;
}

#topnav .title {
	position:absolute;
	bottom:6px;
	padding:2px;
	left:15px;
	width:770px;
	font-style: italic;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	color: #545570;
}

.title {
	font-style: italic;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	color: #545570;
}

/*-Content-----------------------------------------------*/
#page {
	position:relative;
	margin: 0;
	padding: 0;
	width:100%;
}

#page .content {
	position:relative;
	margin: 0 auto;
	width: 720px;
	padding: 10px 40px;
	min-height: 200px;
	background: #efd9b5 url(../images/content_bg.jpg) repeat-y center;
}

#page h1 {
	font-style: italic;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	color: #545570;
}

#page p {
	margin:0 0 12px 0;
	text-align: justify;
}

#page li {
	margin-bottom:10px;
}

#page h2 {
	color: #545570;
	font-size: 110%;
	text-decoration: underline;
	margin: 0;
}

#page .attention {
	color:#c00;
	font-weight: bold;
}

#page .back2top {
	text-align:center;
	margin: 10px 0;
}

#page .back2top a {
	cursor:pointer;
	color: #999;
	text-decoration: none;
}

#page .back2top a:hover {
	color: #000;
}

/*-Countdown---------------------------------------------*/
#countdown {
	position: relative;
	margin: 10px auto;
	width: 459px;
	height: 71px;
}

#countdown .counter {
	position:absolute;
	top: 19px;
	right: 10px;
}

#countdown input {
	border: none;
	background: none;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	width:240px;
	text-align:right;
	font-size:24px;
	font-style: italic;
}

/*-Sponsors----------------------------------------------*/
#sponsors {
	margin:24px auto 0 auto;
	position: relative;
	width: 99%;
	border: 1px dotted #000;
}

#sponsors .sponsor {
	width: 25%;
	float:left;
	background: center no-repeat;
}

#sponsors .legend {
	position: absolute;
	top:-10px;
	left: 20px;
	background: #efd9b5 url(../images/content_bg.jpg) repeat-y center;
	padding: 0 4px;
}

#sponsors .stage {
	position:relative;
	height:120px;
	width:100%;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0);
}

#sponsors .act {
	position:absolute;
	top:0;
	left:0;
	width:712px;
	height:120px;
}

#sponsors .act table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:100%;
}

#sponsors .act td {
	background: no-repeat center;
	width:22%;
	margin:0 1%;
	padding:0;
	text-align:center;
}

.footnotes {
	clear:both;
	text-align:center;
	font-size: 80%;
	margin:2px;
}

/*-Footer------------------------------------------------*/
#footer {
	width:800px;
	margin: 0 auto;
	height:100px;
	background: url(../images/footer_bg.jpg) no-repeat top center;
	padding: 20px 0 0 0;
	text-align:center;
	color:#efd9b5;
	font-size:80%;
	position: relative;
}

#footer a {
	color:#efd9b5;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

