body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #edece6;
	font-family: Verdana;
	line-height: 20px;
	font-size: 11px;
	color: #1c599f;
}
#blueBarHead {
	width: 100%;
	height: 18px;
	background-color: #1c599f;
}
#pageLayout {
	width: 995px;
	margin: auto;
	padding: 0;
	background-color: #edece6;
}
#topBox {
	width: 995px;
	margin:0;
	padding:0;
	background: url(images/background.gif) repeat-y;
	min-height: 500px;
}
#bottomBox {
	width: 995px;
	margin: 0;
	padding: 0;
	background: url(images/shadow_bottom.gif) no-repeat;
	height: 22px;
}
#centerContainer {
	width:881px;
	margin:auto;
}
#navigation {
	width: 881px;
	height: 114px;
	margin: 0;
	padding: 0;
	background: url(images/logo_header.gif) no-repeat;
}
#navigationLinks {
	float:right;
	margin:0;
	padding:0;
	padding-top:78px;
}
.navItem {
	height:20px;
	display:table-cell;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	float:left;
	background-color: #B2B19D;
	color: #FFFFFF;
	font-weight:bold;
}
.navItem a:link,
.navItem a:active,
.navItem a:hover,
.navItem a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.navDropDown {
	height:20px;
	padding-left:5px;
	padding-right:5px;
	background-color: #B2B19D;
	color: #FFFFFF;
	font-weight:bold;
	width:90px;
}
.navDropDown a:link,
.navDropDown a:hover,
.navDropDown a:active,
.navDropDown a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

#pageHeader {
	line-height: 26px;
	height:38px;
	width:861px;
	margin:0;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
	font-size: 26px;
	background-color: #1c599f;
	color: #FFFFFF;
}
#indexContentBoth {
	width: 881px;
	border-top: 1px solid #1c599f;
	border-bottom: 1px solid #1c599f;
	background-color: #f5f5f2;
}
#indexContentLeft {
	float: left;
	width: 565px;
	border-top: 1px solid #1c599f;
	border-bottom: 1px solid #1c599f;
	background-color: #f5f5f2;
}
.indexContentContainer {
	padding:10px;
}
.contentContainer {
	padding:10px;
	padding-left:25px;
	padding-right:25px;
}
#indexContentRight {
	float: right;
	width: 296px;
	border-top: 1px solid #1c599f;
	border-bottom: 1px solid #1c599f;
	background-color: #f5f5f2;
}
#mainContent {
	width: 881px;
	padding: 0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
}
#footer {
	margin:auto;
	width:600px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size: 12px;
	color: #989374;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #989374;
	text-decoration:none;
}
#footer a:hover {
	color: #989374;
	text-decoration:underline;
}
.blueText {
	color: #1c599f;
}
.xTraLargeText {
	font-size:19px;
}
.tanText {
	color: #989374;
}
.darkBackground {
	background-color: #ebebe6
}

.smallText {
	font-size: 11px;
}
.mediumText {
	font-size: 12px;
}
.largeText {
	font-size: 13px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
a:link,
a:hover,
a:active,
a:visited {
	text-decoration: underline;
	color: #1c599f;
}

a.tanLink:link,
a.tanLink:hover,
a.tanLink:active,
a.tanLink:visited {
	text-decoration: underline;
	color: #989374;
}
.tableBorder {
	border-right: 1px solid #1c599f;
	border-top: 1px solid #1c599f;
}
.tableBorder td {
	border-left: 1px solid #1c599f;
	border-bottom: 1px solid #1c599f;
	padding:3px;
}

