body {
	background-color: #245db2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	min-width: 1010px;
}

.wrapper {
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 5px #b33524;
	position: relative;
}

.leftimgbox {
	float: left;
	position: relative;
	margin-top: 40px;
	z-index: 100;
}

.leftimgslc01 {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
}

.leftimgslc02 {
	position: absolute;
	margin: 212px 0 0 0;
	padding: 0;
	border: 0;
}

.leftimgslc03 {
	position: absolute;
	margin: 212px 0 0 91px;
	padding: 0;
	border: 0;
}

.container {
	background-color: #ffe6b3;
	margin: 0 0 0 115px;
	padding: 20px 0 15px 15px;
	position: relative;
}

.header {
	margin: -20px 0 0 -15px;
	width: 100%;
	background-color: #245db2;
	float: left;
	position: relative;
}

.navlinks {
	list-style-type: none;
	float: right;
	position: relative;
	margin: -76px -2px 0 0;
	z-index: 100;
}

.navlinks li {
	border-top: 0;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	font-size: 12px;
	padding: 8px;
	background-color: #ffcc66;
	margin-bottom: 0;
}

.navlinks a {
	text-decoration: none;
	color: #000000;
}

.navlinks li:hover {
	background-color: #b33524;
	color: #ffffff;
}

.navlinks img {
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.subheader {
	margin-top: 81px;
	position: relative;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}

a {
	color: #0033CC;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 81px;
	position: relative;
	color: #b33524;
}

ul {
	list-style-type: disc;
}

li {
	margin-bottom: 1em;
}

p.center {
	text-align: center;
}

.footer {
	font-size: 12px;
	text-align: center;
}

.clear {
	clear: both;
}

