/*
static:
dark green #00a500
pure green #00ff00
light green #88ff88
white #ffffff
black #000000
*/

/* primary */

* {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	}

a {
	color: #ffffff;
	}

a:hover {
	color: #88ff88;
	}

h1 { /*year*/
	font-size: 72px;
	margin: 0px 0px 0px 0px;
	}

h2 { /*dollar*/
	font-size: 36px;
	margin: 0px 0px 0px 0px;
	}

h3 { /*title*/
	font-size: 36px;
	color: #88ff88;
	margin: 0px 0px 0px 0px;
	}

h4 { /*subtitle*/
	font-size: 24px;
	color: #00a500;
	margin: 0px 0px 0px 0px;
	}

h5 { /*large normal*/
	font-size: 16px;
	color: #00ff00;
	margin: 0px 0px 0px 0px;
	}

h6 { /*date*/
	font-size: 24px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	}

h7 { /*secondary title*/
	font-size: 30px;
	font-weight: bold;
	color: #88ff88;
	margin: 0px 0px 0px 0px;
	}

p { /*normal*/
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 25px 10px 25px;
	clear: left, right;
	text-align: justify;
	}

ul,ol {
	list-style-type: none;
	}

body {
	background-color: #000000;
	}

#container {
	background-color: #000000;
	width: 640px;
	text-align: center;
	}

#header {
	background-color: #000000;
	margin: 5px 0px 0px 0px;
	width: 640px;
	text-align: center;
	}

#menu {
	background-color: #000000;
	float: left;
	font-size: 1em;
	height: 30px;
	list-style: none;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 640px;
	}

#menu li {
	float: left;
	}

#menu li a:link,a:visited {
	display: block;
	width: 124px; /*156px;*/
	height: 30px;
	color: #000000;
	font-weight: bold;
	background-color: #00aa00;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	}

#menu li a:hover,a:active {
	background-color: #00ff00;
	color: #000000;
	}

#menu li-highlight {
	float: left;
	}

#menu li-highlight a:link,a:visited {
	display: block;
	width: 124px; /*156px;*/
	height: 30px;
	color: #cccccc;
	font-weight: bold;
	background-color: #cc0000;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	}

#menu li-highlight a:hover,a:active {
	background-color: #ff0000;
	color: #ffffff;
	}

#menu li-end {
	float: left;
	}

#menu li-end a:link,a:visited {
	display: block;
	width: 124px; /*157px;*/
	color: #000000;
	font-weight: bold;
	height: 30px;
	background-color: #00aa00;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	}

#menu li-end a:hover,a:active {
	background-color: #00ff00;
	color: #000000;
	}

#timer {
	font-weight: bold;
	color: #ffffff;
	font-size: 2em;
	text-align: center;
	width: 100%;
	}	

#columncurrent {
	width: 50%;
	height: 550px;
	float: left;
	margin-bottom: 20px;
	}

#columnspacer {
	width: 25%;
	height: 550px;
	float: left;
	margin-bottom: 20px;
	}

/*#column2021 {
	width: 33.33%;
	color: #??????;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}*/

#column2020 {
	width: 33.33%;
	color: #0951a3;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}

#columnmicro2 {
	width: 33.33%;
	color: #ff0000;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}

#column2019 {
	width: 33.33%;
	color: #e55eb8;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}

#columnlevi1 {
	width: 33.33%;
	color: #ffffff;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}

#column2018 {
	width: 33.33%;
	color: #bb9554;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}

#column2017 {
	width: 33.33%;
	color: #375fb7;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	}

#column2016 {
	width: 33.33%;
	color: #efe40a;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	}

#column2015 {
	width: 33.33%;
	color: #00e1ee;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	}

#column2014 {
	width: 33.33%;
	color: #e81f31;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	}

#column2013 {
	width: 33.33%;
	color: #fd5500;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	}

#column2012 {
	width: 33.33%;
	color: #00ff00;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	}

#footer {
	width: 100%;
	background-color: #00a500;
	margin: 0px 0px 5px 0px;
	clear: both;
	color: #000000;
	font-size: 10px;
	text-align: center;
	}

/*secondary*/

#about {
	background-color: #00a500;
	float: left;
	margin: 0px 0px 5px 0px;
	width: 640px;
	text-align: center;
	}




#dorkscouts {
	background-color: #00a500;
	float: left;
	margin: 0px 0px 5px 0px;
	width: 640px;
	text-align: center;
	width: 640px;
	}




#sponsors {
	background-color: #00a500;
	float: left;
	margin: 0px 0px 5px 0px;
	width: 640px;
	text-align: center;
	}

/*#sponsors img {
	clear: left;
	background-color: #00a500;
	float: left;
	margin: 0px 0px 40px 170px;
	}*/

#contact {
	background-color: #00a500;
	float: left;
	margin: 0px 0px 5px 0px;
	width: 640px;
	text-align: center;
	}

#imgleft {
	float: left;
	padding: 10px 15px 0px 25px;
	}

#imgright {
	float: right;
	padding: 10px 25px 5px 15px;
	}
