﻿
body {
	background-image:url('../images/base/bodyBg.gif');
	background-color: #0A2193;
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0px;
}

img {
	border: none;
}

img.photo {
	margin: 5px;
}

h1 {
	color: #243BB1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	border-bottom: 1px #243BB1 solid;
}

h2 {
	color: #243BB1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
}

h3 {
	color: #243BB1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
}


/* Class and ID definitions */

#page {
	background-color: #E5E5E5;
	border-left: 1px black solid;
	border-right: 1px black solid;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	width: 700px;
}

#pageContents {
	width: 681px;
}

#login {
	text-align: right;
	margin: 0 0 2px 0;
}

#headerImg {
	background-image:url('../images/base/headerBg.gif');
	line-height: 104px;
	height: 104px;
	width: 681px;
}

#headerImg img {
	margin: 20px 0 20px 15px;
}

#topNav {
	float: right;
	width: 496px;
}

#newsBoxHeader {
	background-image: url('../images/base/newsTop.gif');
	background-color: #3857F3;
	line-height: 14px;
	height: 14px;
	width: 178px;
}

#newsBox {
	background-image: url('../images/base/newsBg.gif');
	background-color: #3857F3;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	margin: 5px 0;
	text-align: left;
	min-height: 200px;
	width: 178px;
}

#newsBox a {
	color: white;
}

#newsBoxContent {
	margin: 5px 20px 20px;
}

#contentArea {
	background-color:#E5E5E5;
	clear: right;
	float: right;
	margin: 5px 0;
	width: 499px;
}

.contTopLeft {
	background-image: url('../images/base/contentBox/topLeft.gif');
	height: 25px;
	width: 15px;
}

.contTop {
	background-image: url('../images/base/contentBox/top.gif');
	height: 25px;
}

.contTopRight {
	background-image: url('../images/base/contentBox/topRight.gif');
	height: 25px;
	width: 15px;
}

.contLeft {
	background-image: url('../images/base/contentBox/left.gif');
	width: 15px;
}

.contentWindow {
	background-color: #FFFFFF;
}

.contentText {
	padding: 0 20px 20px;
	text-align: left;
}

.quote {
	padding: 0 20px 20px;
	text-align: center;
}

.contRight {
	background-image: url('../images/base/contentBox/right.gif');
	width: 15px;
}

.contBottomLeft {
	background-image: url('../images/base/contentBox/bottomLeft.gif');
	height: 13px;
	width: 15px;
}

.contBottom {
	background-image: url('../images/base/contentBox/bottom.gif');
	height: 13px;
	width: 466px;
}

.contBottomRight {
	background-image: url('../images/base/contentBox/bottomRight.gif');
	height: 13px;
	width: 15px;
}

#footer {
	background-image:url('../images/base/footerBg.gif');
	background-repeat: no-repeat;
	clear: both;
	padding: 5px 0;
	height: 73px;
	width: 681px;
}

#footer a {
	color: #FFFFFF;
}

.hideMe {
	visibility: hidden;
	display: none;
}

.showMe {
	visibility: visible;
	display: block;
}

.seriousIndent {
	margin-left: 40px;
	text-align: left;
}

.copyright {
	font-size: 7pt;
}
/* Page specific styles */

#newsBox ul {
	margin: 0 10px 10px;
	padding: 0px;
	list-style-position: outside;
}