﻿@import "all.css";

h2 {
	margin: 5px;
	font-size: 10pt;
	text-align: left;
	padding: 3px;
}
ul {
	text-align: left;
	list-style-type: disc;
	margin: 0;
}
li {
	padding: 3px;
}
a:hover {
	text-decoration: underline;
}

#HomeImage {
	width: 700px;
	height: 400px;
	clear: both;
}


/* Menu Formatting */
#HomeMenu {
	width: 700px;
	clear: both;
	font-size: 9pt;
	margin-bottom: 15px;
	margin-top: 15px;
}

#Events {
	float: left;
	position: relative;	
	width: 33%;
}
#Events h2 {
	background-color: #CCFF99;
}
#Events a {
	color: #003300;
	text-decoration: none;
}

#Preparation {
	float: left;
	position: relative;
	width: 33%;
}
#Preparation h2 {
	background-color: #66CCFF;
}
#Preparation a {
	color: #000066;
	text-decoration: none;
}

#Resources {
	float: left;
	position: relative;	
	width: 33%;
}
#Resources h2 {
	background-color: #FF8B17;
}
#Resources a {
	color: #663300;
	text-decoration: none;
}
