@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cc0000;	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
h1 {
	font-size: 18px;
	color: #FFF;
	margin-top:35px;
}

h4 {
	font-size: 13px;
	color: #FFF;
}
h5 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
h6 {
	font-size: 13px;
	color: #000;
}
.nav {
	font-size: 14px;
	margin-top: 40px;
	font-weight: bold;
}
.nav a {

	color: #FFF;
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: none;
	color: #000;
}
.nav a:active {
	text-decoration: none;
}
.header {
	width: 909px;
	background-image: url(images-new/topnav.png);
	height: 97px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-top-width: 10px;
	background-repeat: no-repeat;
	background-position: top;
}
.banner {
	background-image: url(images-new/banner.png);
	background-repeat: no-repeat;
	height: 193px;
}
.sponsor {
	background-image: url(images-new/2011sponsors.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 34px;
	width: 204px;	
	}
	.partner {
	background-image: url(images-new/2011partners.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 34px;
	width: 204px;
	}
.Column {
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCC;
	border-left-color: #CCC;
	width: 202px;
	min-height: 500px;
	border-right-width: thin;
	border-left-width: thin;
}

.box_blue {
	background-color: #294171;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
-moz-border-radius: 15px;
	border-radius: 15px;
	width: 480px;
	height:255px;
	position:relative;
}
.box_gray {
	background-color: #cfd2d7;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	min-height: 200px;
	width: 480px;
}

.burst {
	position:absolute;
	width:40px;
}
