﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	background-color: #EEEEEE;
}
#container {
	width: 1026px;
	margin: 10px auto;
	background-color: #FFFFFF;
	margin-top: 0;
	position: relative;
	top: 50px;
	float: none;
}
#masthead {
	margin-top: 0px;
}
#navigation {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 31px;
}
#content {
	float: left;
	width: 626px;
	margin-top: 23px;
	line-height: 20px;
}
#footer {
	text-align: center;
	clear: both;
	width: 1026px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fefeff;
	margin-top: 20pt;
}
/* Masthead Styles */

/* Navigation Styles */

#navigation a {
	color: #3d6c87;
}
#navigation a:hover {
	color: #990000;
}
#masthead a {
	color: #FFFFFF;
}
#masthead a:hover {
	color: #990000;
}
#menu1 a {
	color: #000000;
}
#menu1 a:hover {
	color: #808080;
	text-decoration:none
}
#menu2 a {
	color: #FFFFFF;
}
#menu2 a:hover {
	color: #666666;
	text-decoration: none;
}
/* Content Styles */
p {
	margin-top: 5px;

}
ul {
	margin-top: 5px;

}
h3 {
	color: #990000;
	font-weight: normal;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	margin-bottom: 10px;

}
h2 {
	color: #990000;
	font-weight: normal;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	margin-bottom: 10px;
}
h1 {
	color: #3d6c87;
	font-weight: normal;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	text-align: center;
	margin-bottom: 20pt;
	margin-bottom: 10px;
}
}
/* Footer Styles */

/* Footer Styles */

#footer p {
	color: #808080;
	margin-top: 5px;
}

a {
	color: #0066CC;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	

