@charset "utf-8";
@import url("main.css");
body {
	font-family:  "Times New Roman", Times, Georgia, serif;
	background-color: #0C2A4C;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;}
#pageHolder {width: 100%;}
#topShadow {
	width: 100%;
	height: 50px;
	background-image: url(../images/shadowTop.png);
	background-repeat: no-repeat;
	background-position: center bottom;}
#shadow {
	width: 100%;
	background-image: url(../images/shadowBG.png);
	background-repeat: repeat-y;
	background-position: center;}
#page {
	background-color: #FFF;
	width: 900px;
	margin: auto;}
#top {padding-top: 4px;padding-bottom: 4px;}
#top .left {float: left;}
#top .right {
	width: 380px;
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 8px;}
#top .right p {margin: 0;padding-top: 0px;}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #868686;
	z-index: 9999;
	background-image: url(../images/nav.gif);}
#nav ul {padding: 0px; margin: 0px;}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;}
#nav a {
	border-right: solid 1px #aaa;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 21px;
	padding: 0px 12px;
	padding-top: 3px;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	text-align: center;}
#nav a:hover {
	background-color: #666;
	background-image: url(../images/navHover.gif);}
#nav li div {
	width: 130px;
	position: absolute;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
	border: solid #222 1px;}
#nav li div a {
	border: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	height: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #000;}
#nav li div a:hover {background: #666;color: #FFF;}
#content {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 5px;}
#content .left {width: 600px; padding-right: 8px; border-right: solid #EEE 1px; float:left;}
#content .right {width: 240px; float: right;}
#footer {
	background-image: url(../images/shadowBotton.png);
	padding-top: 40px;
	text-align: center;
	color: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 6px;}
#footer a {color: #CCC;}
#footer p {margin:0px; margin-bottom:3px;}
#footer .links {margin-bottom: 14px;}
h1,h2,h3,h4,h5,h6 {color: #06F;}
.sidePadding {
	padding-left: 20px;
	padding-right: 20px;}
.fixFloat {clear: both;}
h2,h3 {border-bottom: #06F solid 1px; width: 90%;}
h3 {border-bottom-color: #069; color: #069;}
hr {width: 90%; color: #CCC; height: 1px;}
.caption {font-size: 12px; font-weight:bold;}
.phoneTable {font-size: 14px; float: left;}
.phoneTable td {padding-bottom: 5px;}
.schoolInfo p{margin-top: 6px; margin-bottom: 4px; text-align:center;}
.rightLinks {width: 100%; border-top: 1px solid #ddd; margin-top: 20px;}
.rightLinks a {
	display:block;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-left: 12px;}
.rightLinks a:hover {
	background-color: #f0f0f0;
	text-decoration: none;
}
.martopten {margin-top: 10px;}
.fontsizeten {font-size: 12px;}