@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* CSS Classes for Image Placement */
.bordered-img {
	margin: 12px;
	text-align: center;
}
.no-border-img {
	margin: -8px 0px -8px 0px;
}
/* CSS Styles for page hyperlinks */
a:link, a:visited, a:active {
	color:#274e7d;
	text-decoration:none;
}
a:hover {
	color:#A63C00;
	text-decoration:underline;
}
/* Style to define all <h2> header statements with small yellow box to left */
h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0E53A7;
	text-transform:uppercase;
	letter-spacing:0.1em;
	border-left: 12px #FFC700 solid;
	padding-left: 4px;
}
/* Div boxes for positioning page elements */
.wrapper {
	width:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
}
/* top half of page */
.topper {
	width:100%;
	height:250px;
	background-color:#04346C;
	margin:25px 0px 0px 0px;
	padding:0px;
	border-bottom: 5px #6899d3 solid;
	border-top: 5px #6899d3 solid;
}
.topper-content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Menu Box Styles*/
.topper-menu {
	float:left;
	width:200px;
	height:120px;
	padding-top:130px; /*If adding additional menu items, reduce this number to move menu 'up' inside it's box */
	font-size:14px; /*Change Menu Font Size Here */
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:10px; /*Used to make Menu Words a little more  s p a c e d   o u t */
	text-transform:uppercase; /*forces all Menu Items to be in UPPER CASE */
	line-height:1.5; /*Adds additional horizontal space between menu items */
}
.topper-menu a, .topper-menu a:visited, .topper-menu a:active {
	color:#FFE073; /*Sets Menu Item Link Color */
	text-decoration:none;
}
.topper-menu a:hover {
	color:#6899D3; /*Sets Menu Item Hover Color */
	text-decoration:none;
}
/* Content Box for Banner Image */
.topper-banner {
	float: left;
	width: 756px;
	height:250px;
	border-left: 2px #FFE073 solid;
	border-right: 2px #FFE073 solid;
}
/* Remaining Div Styles are for bottom half content positioning */
.content-wrapper {
	width:960px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
.content-topborder {
	width:960px;
	height:50px;
	background-image:url(images/pagetop.jpg);
}
.content-body {
	width:870px;
	min-height:50px;
	background-image:url(images/pagebg.jpg);
	padding: 1px 40px 5px 50px;
}
.content-body p {
	margin-left: 40px;
	margin-right: 15px;
}
.content-bottomborder {
	width:960px;
	height:200px;
	background-image:url(images/pagebottom.jpg);
}

