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

body {
	background-color: #2863A6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px;
	text-align:center;
	}
	
#container {
	width: 975px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	}
	
#logo {
	background-image: url(images/logo.gif);
	width: 975px;
	height: 190px;
	}

.nav {
	background-image: url(images/gradient2.gif);
	text-align: center;
	font-weight: bold;
	height: 36px;
}

.banner {
	background-image: url(images/gradient2.gif);
	height: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: dotted 2px #FFF;
}

.secondarybanner {
	background-image: url(images/gradient2.gif);
	height: 30px;
	padding-left: 5px;
	font-size: 18px;
	font-weight: bold;
	border: dotted 2px #FFF;
}

.sponsorbanner {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.sponsor {
	font-size: 10px;
}

.sponsortitle {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.paddingleft {
	padding-left: 5px;
}
	
.image {
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 45px;
	border: groove 2px #000033;
	}
	
.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}
	
.center {
	text-align: center;
	}
	
.adobe {
	font-size: 10px;
	color: #FFFFFF;
	}
	
#footer {
	clear: both;
	width: 975px;
	color: #fff;
	font-size: 10px;
	margin-top: 7px;
	text-align: center;
	background:transparent url(images/background2.gif) repeat-x top left;
	}
	
#footer a:link {
	color: #fff;
	text-decoration:underline;
	}
	
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
#footer a:visited {
	color: #fff;
	text-decoration:none;
	}
	
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:hover {
	color: #cccccc;
	}
	
a:visited {
	color: #FFFFFF;
	}