﻿body, html, div{
	border: none; padding: 0; margin: 0;
}
ul, ol{
	border: none; padding: 0; margin: .33em 0 0 1em;
}
ul li, ol li{
	margin-bottom: .5em;
}
body{
	background-color: Gray;
}
#outerBox{
	width: 884px;
	padding: 8px;
	background-color: White;
	margin: 5px auto 5px auto;
}
table#layoutTable{
	table-layout: fixed;
	width: 884px;
	padding: 0; margin: 0; border: none;
}
#layoutTable td{
	vertical-align: top;
}
.homeLeftRow{
	width: 506px;
}
.homeRightRow{
	width: 378px;
}
#homeRightRow{
	background-image: url(/style/img/SideWide.png);
	background-repeat: repeat-y;
}
.subLeftRow{
	width: 601;
}
.subRightRow{
	width: 283px;
}
#subRightRow{
	background-image: url(/style/img/SideTop.png);
	background-repeat: repeat-y;
}
.logoRow{
	height: 100px;	
}
.logoRow .logo{
	position: relative;
	top: 8px;
	left: 8px;
}
.logoRow a img.logo{
	border: 1px dotted transparent;
}
.logoRow a:hover img.logo{
	border: 1px dotted black;
}
#homeHeadTop{
	background-image: url(/style/img/MainHeadTop.png);
	background-repeat: no-repeat;
	height: 202px;
}
#subHeadRow{
	background-image: url(/style/img/SubHead.png);
	background-repeat: no-repeat;
	height: 81px;
}
#homeHeadBot{
	background-image: url(/style/img/MainHeadBottom.png);
	background-repeat: no-repeat;
	height: 173px;
}
.adminLink{
	text-align: right;
}
.adminLink a{
	background-color: Yellow;
}
#splitRow{
	height: 8px;
}
#footer{
	background-image: url(/style/img/BottomLine.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #7d7d7d;
}
#footer div#footerWrap{
	margin: 10px 24px 10px 24px;
	font-size: 75%;
}

#sitesLinks{
	list-style-type: none;
	margin: 0; padding: 0;
}
#sitesLinksWrap{
	position: relative;
	top: 6px;
	left: 6px;
	font: inherit;
}
#sitesLinks li{
	height: 1.1em;
	display: inline;
	text-align:	center;
	margin: 0;
	padding-left: 5px;
	padding-right: 6px;
	border-left: 2px solid #7d7d7d;
}
#sitesLinks li.first{
	padding-left: 0;
	border-left: none;
}
#sitesLinks li a{
	color: #7d7d7d;
	text-decoration: none;
}
#sideBottom{
	border-top: solid 8px white;
	background-image: url(/style/img/SideBottom.png);
	background-repeat: repeat-y;
}
#contentWrap{
	margin: 0 24px 8px 16px;
}
.menuContentWrap{
	margin: 14px 36px 14px 24px;
	color: #002650;
	font-size: 120%;
	font-weight: bold;
}
.menuContentWrap big{
	font-size: 170%;
}
.menuContentWrap li{
	color: #002650;
}
li, a{
	color: #003876;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#headerSlogan{
	float: right;
	position: relative;
	top: 24px;
	color: #731f5c;
	text-align: right;
	font-size: 110%;
}
#headerSlogan .top{
	color: #433216;
	font-family: Times New Roman, Times, serif;
	font-size: 150%;
}
img{
	border: none;
}