* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #064376;
}


div#site {
	width: 760px;
	margin: 0 auto;
	background-color: #ffffff;
	margin-top: 20px;
}

div#header {
	height: 60px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
}

div#headerL2 {
	height: 184px;
}

div#middle_container {
	background-image: url('../images/MiddleBg.gif');
	background-repeat: repeat;
}

div#header_row {
	height: 30px;
	background-color: #5e8cb3;
	background-image: url('../images/HeaderRowBg.gif');
	background-repeat: no-repeat;
}

div#left_col {
	float: left;
	width: 210px;
}

div#middle_col {
	float: left;
	width: 360px;
}

div#middle_col_info {
	float: left;
	width: 550px;
	background-color: #ffffff;
}

div#right_col {
	float: left;
	width: 190px;
}

div#footer {
	height: 30px;
	background-color: #0e5189;
	background-image: url('../images/FooterBg.gif');
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	line-height: 30px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.copy {
	padding: 10px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #07467a;
}

div.sponsor_box {
	width: 184px;
	height: 74px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 3px solid #b0c8de;
	text-align: center;
}

div#right_col div.copy {
	padding: 10px;
	color: #294c69;
}

div#left_col div.copy {
	color: #ffffff;
}

div.clear_both {
	clear: both;
}	


td {
	vertical-align: top;
	padding-bottom: 20px;
}

td.left {
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
}

td li {
	list-style: url('../images/Bullet.gif');
	margin-left: 20px;
}

table.downloads td {
	padding: 3px;
}

div#left_col li, div#left_col li a {
	display: block;
	width: 210px;
	height: 30px;
}

li#home a {
	background-image: url('../images/ButtonHome.gif');
}

li#home a:hover {
	background-image: url('../images/ButtonHomeOver.gif');
}

li#info a {
	background-image: url('../images/ButtonInformation.gif');
}

li#info a:hover {
	background-image: url('../images/ButtonInformationOver.gif');
}

li#sponsors a {
	background-image: url('../images/ButtonSponsors.gif');
}

li#sponsors a:hover {
	background-image: url('../images/ButtonSponsorsOver.gif');
}

li#register a {
	background-image: url('../images/ButtonRegister.gif');
}

li#register a:hover {
	background-image: url('../images/ButtonRegisterOver.gif');
}

img#middle_header {
	margin-left: 210px;
	float: left;
}

img#right_header {
	float: right;
}

p {
	margin-bottom: 18px;
}

ul.pdf li {
	list-style: url('../images/IconPdf.gif');
	margin-left: 30px;
}

ul.pdf li a {
	text-decoration: none;
}

a {
	outline: none;
}

ul.quick_nav {
	margin: 0px 10px 20px 10px;
}

ul.quick_nav li {
	list-style: none;
}

img.sponsor {
	padding: 5px 0px 0px 0px;
}

a img {
	border: none;
}

img.sponsor {
	border: 1px solid #dfe7ee;
	padding: 0px;
}