﻿/* CSS layout */
/* level 4 Sci Ed Software stylesheet */
/* left content, right content, bottom content areas */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: .8em;
}
#masthead {
	border: 1px solid #006699;
	background-color: #006699;
	padding: 0px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	width: 740px;
}
#top_nav {
	border: 1px solid #006699;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #66CCFF;
	clear: both;
	width: 740px;
	height: 25px;
}
#menu_top {
	border: 1px solid #CC0000;
	margin: 4px auto 0px auto;
	padding: 0px;
	background-color: #CC0000;
	clear: both;
	width: 740px;
	height: 25px;
}
#container {
	padding: 4px 2px 2px 2px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	width: 740px;
	height: auto;
}
#left_content {
	padding: 10px;
	margin: 4px 0px 0px 0px;
	float: left;
	position: relative;
	width: 355px;
}
#right_content {
	padding: 10px;
	margin: 4px 0px 0px 0px;
	float: right;
	position: relative;
	width: 340px;
}
#bottom_content {
	padding: 10px 10px 10px 20px;
	margin: 10px auto 10px auto;
	position: relative;
	float: left;
	width: 694px;
	border: 3px solid #C0C0C0;
}
#footer {
	clear: both;
	padding: 10px;
	margin: 0px auto 0px auto;
	font-size: .8em;
	font-weight: normal;
	width: 740px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #006699;
}
#masthead h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	padding-top: .2em;
	padding-bottom: .3em;
	padding-left: 1em;
	margin: 0px;
}
.tagline {
	font-size: .5em;
	font-weight: normal;
}
#top_nav ul {
	list-style-type: none;
	padding: 4px 1em 4px 0px;
	margin: 0px;
	text-align: right;
}
#top_nav li {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	display: inline;
}
#top_nav a {
	color: #006699;
	text-decoration: none;
	display: inline;
	padding: .5em 1em .5em 1em;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu_top ul {
	list-style-type: none;
	padding: 4px 1em 4px 0px;
	margin: 0px;
	text-align: center;
}
#menu_top li {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	display: inline;
}
#menu_top a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: .5em 1em .5em 1em;
}
#menu_top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#left_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #006699;
}
#left_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006699;
}
#left_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
#right_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #006699;
}
#right_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006699;
}
#right_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
#bottom_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #006699;
}
#bottom_content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
#footer a {
	color: #006699;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.verline {
	font-size: .6em;
	font-weight: normal;
}
