﻿body{
	background-color: #c1d2e6;
	background-image: url(/style/img/bg.jpg);
	background-repeat: repeat-x;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p, div, td, th{
	font: inherit;
}
div, body, img{
	margin: 0; padding: 0; border: none;
}
#wholePageBox{
	background-color: White;
	width: 800px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}
ul{
	list-style-position: inside;
}
#wholePageHeader{
	width: 800px;
	/*height: 370px;
	min-height: 370px;*/
	height: 322px;
	min-height: 322px;
	background-image: url(/style/img/Header1.png);
	background-repeat: no-repeat;
	background-position: left 67px;
}
#subPageHeader{
	width: 800px;
	height: 158px;
	min-height: 158px;
	background-image: url(/style/img/Header2.png);
	background-repeat: no-repeat;
	background-position: left 67px;
}
#headImage{
	border: 1px transparent solid;
	position: relative;
	top: 30px;
	left: 30px;
}
a:hover #headImage{
	border: 1px dashed #89968c;
}
ul#mainMenu{
	margin: 0; padding: 0; border: none;
	list-style-type: none;
	background-color: #89968c;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding: 3px;
}
ul#mainMenu li a{
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
ul#mainMenu li{
	display: inline;
	padding: 1px 7px 1px 7px;
	border-left: solid 2px white;
}
ul#mainMenu li.first{
	border-left: none;
}
#mainContentTable{
	width: 800px;
}
#mainContentRightBar{
	vertical-align: top;
	width: 258px;
	background-color: #d1c68b;
	color: Black;
}
#mainContentRightBar h1, #mainContentRightBar h2{
	font-weight: bold;
	font-size: 105%;
	text-transform: uppercase;
}
#mainContentRightBar ul{
	padding: 0;
	margin: 15px 0 15px 0;
	color: #857002;
}
#mainContentRightBar a{
	color: #836e00;
	text-decoration: none;
}
#mainContentRightBar a:hover{
	color: #654000;
}
.rightBarPad{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainContentLeftBar{
	vertical-align: top;
	width: 202px;
	background-color: White;
	color: #4b594e;
	font-weight: bold;
}
.leftBarPad{
	margin-left: 20px;
	margin-top: 20px;
}
#mainContentLeftBar a{
	color: #77a2ce;
	text-decoration: none;
}
#mainContentLeftBar a:hover{
	color: #5782ae;
}
#mainContentCenterFrontBar{
	vertical-align: top;
	width: 340px;
}
#mainContentFullFrontBar{
	vertical-align: top;
	width: 800px;
}
#mainContentNormalFrontBar{
	vertical-align: top;
	width: 542px;
}
#footer{
	width: 800px;
	border-top: 2px solid #dcdcdc;
}
#footer center a img{
	border: 1px solid transparent;
	margin: 5px;
	vertical-align: top;
}
#footer center a:hover img{
	border: 1px solid #dcdcdc;
}
.adminLink{
	background-color: Yellow;
}
.adminLink img{
	border: none;
}
.error{
	color: Red;
	font-weight: bold;
}
.success{
	color: Black;
	font-weight: bold;
}
div.error, p.error, ul.error{
	width: 80%;
	margin: 10px auto 10px auto;
	background-color: Silver;
	border-top: dashed red 1px;
	border-bottom: dashed red 1px;
	padding: 5px 5px 5px 25px;
	background-image: url(/style/img/exclamation.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
div.success, p.success, ul.success{
	width: 80%;
	margin: 10px auto 10px auto;
	background-color: Silver;
	border-top: dashed Green 1px;
	border-bottom: dashed Green 1px;
	padding: 5px 5px 5px 25px;
	background-image: url(/style/img/check.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.contentBox{
	padding: 5px 15px 5px 15px;
	background-color: #dcdcdc;
	margin: 0 6px 12px 6px;
}
.contentBox img{
	padding-right: 6px;
	padding-bottom: 6px;
}
.contentBox a.adminLink img{
	padding-right: 0;
	padding-bottom: 0;
}
.contentBoxDark{
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 6px 12px 6px;
	background-color: #c2c1bd;
}
div.contentBox div.contentBoxDark{
	background-color: transparent;
}
#mainContentRightBar .contentBoxDark{
	margin: 0;
	margin-bottom: 12px;
	background-color: transparent;
	width: 100%;
}
hr{
	height: 2px;
}
#mainContentLeftBar hr{
	border: none;
	border-bottom: #89968c 1px solid;
	width: 100%;
}
#mainContentRightBar hr{
	border: none;
	border-bottom: #89968c 1px solid;
	width: 100%;
}
#headRight{
	float: right;
	height: 20px;
	position: relative;
	top: 20px;
	left: -5px;
	font-size: 86%;
	font-weight: bold;
}
#headRight span{
	color: #77a2ce;
}
#headRight span a{
	color: #77a2ce;
	text-decoration: none;
}
#headRight span a:hover{
	color: #5782ae;
}
.formBox{
	border: 1px #7f9db9 solid;
}
.button{
	background-color: Gray;
	border: none;
	color: White;
	padding: 2px 4px 2px 4px;
}
#weatherBox{
	font-weight: normal;
	font-size: 86%;
}
.hoverBox{
	position: absolute;
	border: thin inset black;
	background: white;
	padding: 5px;
	display: none;
}
.menuSubDrop{
	display: none;
	position: absolute;
	border: none;
	background-color: #89968c;
	color: White;
	padding: 8px;
 line-height: 20px;
}


