﻿/* CSS layout */
#masthead {
	border: thick solid #000080;
	background-color: #FFFFFF;
	text-align: left;
	width: 900px;
}

.Header {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#top_nav {
	position: absolute;
	background-color: #FFFFFF;
	left: 10px;
	top: 220px;
	width: 900px;
	text-align: center;
	vertical-align: middle;
	font-size: small;
	display: inline-block;
	font-family: "Comic Sans MS";
	font-weight: bold;
	line-height: normal;
	background-image: url('stripe-blue.jpg');
	background-repeat: repeat-x;
}

#top_nav a {
	padding: 8px 5px 8px 5px;
	color: white;
	background-color: #009933 ;
	border: 1px outset #000080;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

#top_nav a:hover {
	color: #fff;
	background-color: #000080 ;
}

#container {
	position: relative;
	background-color: #FFFFFF;
	left: 5px;
	top: 270px;
	width: 890px;
	color: #000000;
	margin-bottom: 100px;
}
.image {
	border: thin solid #16167C;
}

#left_col {
	padding: 30px 10px 10px 10px;
	width: 200px;
	position: relative;
	left: 7px;
	top: 7px;
	background-color: #000080;
	z-index: auto;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	text-align: center;

}

#left_col span a {
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: "Comic Sans MS";
	list-style-type: none;
	list-style-position: inherit;
}

#left_col span a:hover {
	color: #FFFFFF;
	background-color: #000080;
	text-decoration: underline;
}

#left_col img {
	border: medium solid white;
	text-align: center;
}

a:link.text {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover.text {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#content {
	padding: 10px 10px 36px 10px;
	border-style: solid;
	border-width: thick;
	border-color: #D60808;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#content a {
	color: #000080; 
	text-decoration: none; 
	font-weight: bold;
}

#content a:hover {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
}


#content A SPAN {
	DISPLAY: none
}
#content A:hover SPAN {
	border: medium none #16167C;
	DISPLAY: block;
	Z-INDEX: 100;
	LEFT: 85px;
	FONT: 10px Arial, Helvetica, sans-serif;
	POSITION: absolute;
	TOP: 255px;
	TEXT-ALIGN: center;
	width: 525px;
	height: 550px;
	color: #000000;
	font-weight: bold;
}

#footer {
	border-style: none;
	border-width: thick;
	border-color: #D60808;
	POSITION: absolute;
	BOTTOM: 0px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	font-size: small;
	display: inline-block;
	font-family: "Comic Sans MS";
	font-weight: bold;
	line-height: normal;
	background-image: none;
	background-repeat: no-repeat;
}
.messagebox {
	border: thin solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
