@charset "UTF-8";

a {
	color: #7497C2;
	text-decoration: none;
}
a:hover {
	color: #005291;
	text-decoration: underline;
}
a.currentLink {
	color: #005291;
	font-weight: bolder;
	text-decoration: underline;
	
}	body {
	background-color: #CCCCCC;
}
.boxDetails {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 250px;
	color: #000000;
	width: 650px;
	border: 1px solid #7497c2;
}
.box {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 15px;
	color: #000000;
	width: 350px;
	border: 1px solid #005291;
}
.boxLarge {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 50px;
	color: #000000;
	width: 350px;
	border: 1px solid #005291;
}
.boxSmall {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 15px;
	color: #000000;
	width: 220px;
	border: 1px solid #005291;
}
.box2 {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 15px;
	color: #000000;
	width: 170px;
	border: 1px solid #005291;
}
.box2deep {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 20px;
	color: #000000;
	width: 170px;
	border: 1px solid #005291;
}
.box2Large {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 60px;
	color: #000000;
	width: 557px;
	border: 1px solid #005291;
	background-position: center;
}
.button1 {
	background-color: #005291;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
	height: 20px;
	color: #FFFFFF;
	width: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	overflow: hidden;
}
.button2 {
	background-color: #005291;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
	height: 20px;
	color: #FFFFFF;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	overflow: hidden;
}
.boxLong {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 15px;
	color: #000000;
	width: 420px;
	border: 1px solid #005291;
}
.boxLongDeep {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100px;
	color: #000000;
	width: 420px;
	border: 1px solid #005291;
}
.mainPic {
	width: 900px;
	height: 215px;
	z-index: 1;
	background: #FFFFFF;
}

.blueLine {
	width: 900px;
	height: 6px;
	z-index: 2;
	line-height: 7px;
	background: #7497C2;
	margin-top: 1px;
	overflow: hidden;
}

.titlebar {
	
	width: 900px;
	height: 72px;
	z-index: 3;
	background: #FFFFFF;
}

.blueLine2 {
	width: 900px;
	height: 6px;
	z-index: 4;
	line-height: 7px;
	margin-bottom: 1px;
	overflow: hidden;
	background-color: #666666;
}
#menuBlock {
	width: 900px;
	height: 24px;
	z-index: 5;
	background-color: #333333;
	background-repeat: no-repeat;
	overflow: hidden;
}

#menuBlock a {
	display: block;
	height: 18px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	float: left;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}
#menuBlock  a:hover {
	color: #999999;
	overflow: hidden;
}
#menuBlock  .current  {
	color: #999999;
	overflow: hidden;
}

#menuBlock2 {
	width: 169px;
	float: left;
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#menuBlock2   a, #menuBlock2 p {
	display: block;
	height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-top: 4px;
	width: 149px;
	padding-left: 20px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	z-index: 5;
	margin-top: 0px;
	margin-right: -3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.permanentRoles {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7497C2;
	font-weight: bold;
	border-top-width: 1px;
	border-top-color: #85ACDE;
	overflow: hidden;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#menuBlock2 a:hover {
	border-top-color: #616161;
	border-bottom-color: #000000;
	background-color: #666666;
	overflow: hidden;
}

#menuBlock2 .current {
	background: #7497C2;
	overflow: hidden;
}
#menuBlock2 .current2 {
	overflow: hidden;
	background-color: #666666;
}
.menubase {
	width: 900px;
	height: 7px;
	z-index: 6;
	line-height: 8px;
	overflow: hidden;
	background-color: #666666;
	margin-top: 1px;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.mainBody {
	width: 900px;
	height: 320px;
	z-index: 7;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
#sectionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005291;
	position: relative;
	width: 700px;
	height: auto;
	left: 20px;
	top: 10px;
	overflow: hidden;
}
#bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	left: 20px;
	width: 700px;
	height: 280px;
	top: 15px;
	overflow: hidden;
	position: relative;
}
.address {
	width: 900px;
	height: 24px;
	z-index: 8;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #005291;
	text-align: center;
	padding-top: 8px;
}
.footer {
	width: 220px;
	height: 13px;
	z-index: 9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 5px;
	padding-top: 2px;
	padding-left: 680px;
	background-color: #333333;
	color: #FFFFFF;
}
.scrollingDiv {
	height: 125px;
	width: 675px;
	overflow-y: scroll;
	border: 1px solid #005291;	
}
.scrollingDivLarge {
	height: 260px;
	width: 675px;
	overflow-y: scroll;
	border: 1px solid #005291;
}
.scrollingDivLargeC {
	height: 250px;
	width: 670px;
	overflow-y: scroll;
	border: 1px solid #005291;
	position: relative;
}
.scrollingDivLargeA {
	height: 280px;
	width: 675px;
	overflow-y: scroll;
	border-top-color: #005291;
	border-right-color: #005291;
	border-bottom-color: #005291;
	border-left-color: #005291;
}
.scrollingDivLargeB {
	height: 270px;
	width: 680px;
	overflow-y: scroll;
	border-top-color: #005291;
	border-right-color: #005291;
	border-bottom-color: #005291;
	border-left-color: #005291;
	overflow: hidden;
}
.style1 {
	color: #005291;
	font-weight: bold;
}
.scrollingDiv a {
	color: #FFFFFF;
	text-decoration: none;
}

.scrollingDiv a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a.currentLink {
	color: #000000;
	font-weight: bolder;
	text-decoration: underline;
}
