﻿@import url('layout.css');
* {
   padding:0;
   margin:0;
}
body {
	color: #000;
	font-size: 100.1%;
	font-family: Arial, Tahoma, Comis MS;
	font-style: normal;
	background-color: #003300;
}
#container {
	width: 55em;
	margin: 0 auto;
	background: #C0C0C0;
	position: relative;
}
#masthead {
	border-top: thin solid #C0C0C0;
	border-bottom: thin solid #C0C0C0;
	background-position: center;
	margin-right: .1em;
	margin-left: .1em;
	padding: 0 0 .3em 0;
	background-image: url('4H_green.png');
	background-repeat: repeat-y;
	border-left-color: #C0C0C0;
	border-left-width: thin;
	border-right-color: #C0C0C0;
	border-right-width: thin;
	background-color: #003300;
}
#logo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}
#navigation {
	margin: auto auto auto auto;
	border-top: thin solid #808080;
	border-bottom: thin solid #808080;
	background-position: center;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url('gray_gradient.png');
}
#content {
	margin: auto .1em auto .1em;
	border-width: thin;
	border-color: #808080;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #FFFFFF;
	position: relative;
}
#banner {
	border-style: solid none solid none;
	border-width: thin;
	border-color: #808080;
	padding: .5em;
	text-align: center;
	background-color: #006600;
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
#details {
	border-style: solid none solid none;
	border-width: thin;
	border-color: #808080;
	background-color: #FFFFFF;
	position: relative;
}
#footer {
	border-left: thin none #808080;
	border-right: thin none #808080;
	border-top: thin solid #808080;
	border-bottom: thin solid #808080;
	background-position: center;
	margin-right: .1em;
	margin-left: .1em;
	overflow: hidden;
	padding: .5em;
	background-image: url('gray_gradient.png');
}
/* Styles for Masthead */
#masthead img {
	padding: .2em;
	float: left;
}
#masthead p {
	color: #66CCFF;
	font-size: xx-large;
	text-align: center;
	margin: .5em 5em .5em 5em;
}
/* Styles for Navigation */
#navigation ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #226855;
	text-decoration: none;
	margin: 0;
	padding: .4em .2em .4em .2em;
	display: block;
	border: .1em solid #d3d3d3;
	font-weight: bold;
	font-family: Arial;
	font-size: medium;
	width: 7.2em;
	overflow: auto;
}
#navigation a:hover {
	background-color: #CCFFCC;
	border: .1em solid #f2f2f2;
}
#navigation a:visited {
	color: #003452;
}
/* Styles for Content */
#content img {
	margin: .5em;
	float: none;
}
#content p {
	padding: .5em;
	width: auto;
	margin: 0 .5em 0 .5em;
}
#details p {
	padding: 1em;
	width: 90%;
	margin: 0 1em 0 1em;
	font-size: small;
	font-family: Arial;
	color: #000080;
	right: auto;
	left: auto;
	line-height: 1.4em;
	font-weight: bold;
}
h1 {
	border: thin solid #C0C0C0;
	padding: .2em;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	font-family: Arial;
	line-height: 3em;
	background-color: #006600;
	width: 99%;
	text-align: center;
	height: 3em;
	right: auto;
	left: auto;
}
h2 {
	padding: 1em;
	color: #000066;
	font-size: large;
	font-weight: bold;
	font-family: Arial;
}
h3 {
	color: #000066;
	font-size: medium;
	font-family: Arial;
	font-weight: bold;
	padding: 1em;
}
h4 {
	color: #000066;
	font-size: medium;
	font-weight: bold;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}
h5 {
	color: #333399;
	font-size: large;
	font-family: "Comic Sans MS";
	text-align: center;
}
h6 {
	color: #990000;
	font-size: x-large;
	font-family: "Comic Sans MS";
	font-weight: bold;
	text-align: center;
}
/* Styles for Footer */
#footer p {
	padding: .1em;
	margin: 0em;
	text-align: center;
	color: #003452;
	font: arial;
	font-size: small;
	font-family: Arial;
	font-weight: bold;
}

/* Styles for Links */

a {
	color: #006666;
	text-decoration: underline;
	text-align: center;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
#a:visited {
	color: #990000;
}
.contentheading {
	text-align: center;
	width: 100%;
}

/* Text Styles */


.center {
	text-align: center;
	display: block;
}
.right {
	text-align: right;
	float: right;
}
.left {
	text-align: left;
	padding-left: 1em;
}

.ctr-under{
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
.red{
	color: red;
}
.fuchsia{
	color: #CC00CC;
}
.lime{
	color: #00CC00
}

/* Table Styles and Setup */

.team{
	border-color: #B0B0CA;
	border-style: solid;
	border-width: 0 0 .05em .05em;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
	width: 40em;
	right: auto;
	left: auto;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #000080;
	text-align: center;
	vertical-align: top;
	display: table;
}
.team td{
	border-color: #8080ca;
	border-style: solid;
	border-width: .05em .05em 0 0;
}
.results{
	border: .1 none #CCCC00;
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	right: auto;
	left: auto;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000080;
	text-align: center;
	display: table;
	line-height: 2.5em;
	table-layout: auto;
	border-collapse: collapse;
}
.results, td{
	border: .05em solid #99CCFF;
	width: 60em;
}
.sponsors{
	border: 0 none #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 40em;
	right: auto;
	left: auto;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #000080;
	text-align: center;
	display: table;
	line-height: 2.0em;
	table-layout: auto;
	border-collapse: collapse;
}
.sponsors, td{
	border: .05em solid #000080;
}
.levels{
	border: .01 solid #800000;
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	right: auto;
	left: auto;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000080;
	text-align: center;
	display: table;
	line-height: 1.5em;
	table-layout: fixed;
	border-collapse: collapse;
}
.levels, td{
	border: .05em solid #A7A7C5;
}

/* Homepage Styles and Setup: */

#congratulations {
	margin: auto auto auto auto;
	border-top: thin solid #808080;
	border-bottom: thin solid #808080;
	background-position: center;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url('gray_blue.png');
}
#congratulations h6{
	color: maroon;
	font-size: medium;
	font-family: Arial;
	text-align: center;
}
#announcements {
	margin: auto auto auto auto;
	border-top: thin solid #808080;
	border-bottom: thin solid #808080;
	background-position: center;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url('gray_gradient.png');
	background-repeat: repeat-x;
}
#announcements h6{
	color: #006600;
	font-size: medium;
	font-family: Arial;
	text-align: center;
}
#column_l {
	border: .5em solid #C0C0C0;
	width: 40em;
	margin: 0;
	padding: 1em;
	background-color: #FFFFFF;
}
#column_l p {
	padding: 1em;
	width: 90%;
	margin: auto;
	font-size: small;
	font-family: Arial;
	color: #000080;
	right: auto;
	left: auto;
	line-height: 1.4em;
	font-weight: bold;
}
#nav-right {
	border: thin solid #C0C0C0;
	width: 10.5em;
	margin: auto;
	border-top: thin solid #808080;
	border-bottom: thin solid #808080;
	float: right;
	position: relative;
	padding-right: .5em;
	padding-left: .5em;
	overflow: hidden;
	background-image: url('gray_vertical_gradient.png');
	background-position: left;
	bottom: auto;
}
#nav-right p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#nav-right ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}
#nav-right ul li {
	display: block;
}
#nav-right a {
	color: #226855;
	text-decoration: none;
	margin: 0;
	padding: .5em .2em .5em .2em;
	display: block;
	border: .1em solid #d3d3d3;
	font-weight: bold;
	font-family: Arial;
	font-size: medium;
	width: 10em;
	overflow: hidden;
	line-height: 1.5em;
}
#nav-right a:hover {
	background-color: #CCFFCC;
	border: .1em solid #f2f2f2;
}
#nav-right a:visited {
	color: #003452;
}

