html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body
{
	background: url(../images/background.jpg) #cacaef repeat-x;
	padding-bottom: 10px;
	font: 11px verdana, arial, sans-serif;
	color: #cacaef;
	padding-top: 20px;
	text-align: center;
}

.textHeader
{
	margin-top: 10px;
	font-size: 20px;
	color: navy;
}

.text {
	color: navy;
	text-align: justify;
	font-size: 11px;
}

.bold {
	font-weight: bolder;
}

.spacer {
	margin-top: 40px;
}

.subHeaderLine 
{
	width: 100%;
}

.inTextImage 
{
	float: left;
	margin-right: 10px;
}

.aboveTextImage 
{
	float: none;
	margin-bottom: 5px;
}

.underlined 
{
	border-bottom: thin dashed navy;
}

.underlinedBold
{
	border-bottom: thin dashed navy;
	font-weight: bolder;
}


.menu 
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.menuCell 
{
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.menuItem
{
	font: bolder 20px serif;
	margin-left: 10px;
	color: navy;
	letter-spacing: 2px;
	text-align: left;
}

.menuLink {
	color: navy;
	text-decoration: none;
	border-bottom: thin dashed navy;
}

.menuLink:hover {
	color: #555588;
	text-decoration: none;
}

.currentMenuLink {
	font: bolder 25px serif;
}

.full {
	width: 100%;
	height: 90%;
}

.top {
	vertical-align: top;
}

.twenty {
	width: 20%;
	height: 100%;
}

.centered {
	text-align: center;
}

.huge {
	font-size: 20px;
	color: navy;
}

.indented 
{
	padding-left: 10px;
}