/* -- misc styles -- */
body {
	background-image: url(images/background3.jpg);
	background-color: #AEC7E9;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.cellContent {
	padding: 0px 20px 5px;
	background-color: #3D8BCA;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	vertical-align: top;
}
.cellRight {
	background-color: #DFE9F6;
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 475px;
	vertical-align: top;
}

/* -- div styles -- */
.left {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 500px;
	width: 208px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.mast {
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 146px;
	width: 592px;
	left: 208px;
	top: 0px;
	overflow: hidden;
}
.content {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 400px;
	width: 443px;
	left: 208px;
	top: 146px;
}
.right {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 400px;
	width: 142px;
	left: 659px;
	top: 146px;
}

/* -- copy styles -- */
.copyRight {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #0068B9;
}
.titleRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:bold;
	color: #0068B9;
}
.copyFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0468B6;
	text-align: center;
}
.titleSm {
	font-size: 12px;
	font-weight: bold;
	color: #FFCA5A;
}

.titleMed {
	font-size: 14px;
	font-weight: bold;
	color: #FFCA5A;
}
.copyBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
.copySm {
	font-size: 10px;
}

/* -- link styles -- */
.linkNext {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #FFCA5A;
}
a, a:visited, a:link {
	color: #FFCA5A;
}
a:hover {
	color: #FFFFFF;
}
a.rightL, a.rightL:visited, a.rightL:link {
	color: #0068B9;
}
a.rightL:hover {
	color: #0A3B7A;
}
a.footer, a.footer:visited, a.footer:link {
	color: #0068B9;
}
a.footer:hover {
	color: #FFFFFF;
}
a.map1, a.map1:visited, a.map1:link {
	color: #FFCA5A;
	font-size: 14px;
	font-weight: bold;
}
a.map1:hover {
	color: #FFFFFF;
}
a.map2, a.map2:visited, a.map2:link {
	color: #FFCA5A;
	font-size: 11px;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: bold;
}
a.map2:hover {
	color: #FFFFFF;
}
a.map3, a.map3:visited, a.map3:link {
	color: #FFCA5A;
	font-size: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
a.map3:hover {
	color: #FFFFFF;
}
.logoBorder {
	border: 1px solid #0A3B7A;
}

/* -- added by Katherine Berry -- */

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #FFCA5A;
}

h2 {
	margin:10px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFCA5A;
}

h3 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #FFCA5A;
	
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: blue;
	margin:10px 0px 10px 0px;
}

h5 {
	font-size:10px;
	font-weight: normal;
	color: white;
	margin:4px 0px 0px 4px;
	line-height:1
	
}

.shortcuts {color:#0068B9; font-family: Arial, Helvetica, sans-serif; font-size: 9px;}
.shortcutheader {color:blue; font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin:0px 0px 7px 0px}

a.shortcutlinks:link {color:#0068B9; }
a.shortcutlinks:hover {color:black;  }
a.shortcutlinks:visited{color:#0068B9; }