@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #999;
}

html {
	scrollbar-base-color: #1C3E5A;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #999999;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}

#container {
	width: 660px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
	border-color: #999999;
	border-width: 2px;
}
#header {
	height: 150px;
	background-color: #1C3E5A;
	background-image: url(images/graphics/header-grade.jpg);
}

img.floatLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	border-color: #395D8F;
	border-width: 1px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


h1 {
	font-family: georgia, "times new roman", times, serif;
	color: #2C618B;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2C618B;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: georgia, "times new roman", times, serif;
	color: #910F25;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #a3112a;
	font-weight: bold;
}
p, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin-left: 15px;
	color: #323843;
	text-decoration: none;
	margin-right: 15px;
}

ul, ol {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0;
	padding-left: 65px;
	color: #323843;
	}

li {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	list-style-type: disc;
	list-style-position: inherit;
}

a:link {
	color: #003500;
}
a:visited {
	color: #003500;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #003500;
}

#menu {
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #7699C9;
	border-bottom-style: inset;
}
#menu ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
}
#menu ul li {
	display: inline;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu ul li a {
	font-size: 14px;
	color: #E9E9EB;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	color: #FFFF97;
	border-right-width: 0px;
}

#mainContent {
	padding: 15px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 10px 0px 10px 0px;
	background-color: #7699C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
