@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #183ad7;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
	max-width: 100%;
}

h1,h2 {
	color: #3c7106;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#quote {
	width: 250px;
	height: 145px;
	position: absolute;
	left: 40px;
	top: 98px;
}

#header {
	height: 244px;
	position: relative;
	border-bottom: solid 0 #183ad7;
}

#headerb {
	height: 244px;
	position: relative;
    border-bottom: solid 0 #183ad7;
}

#navBar {
	width: 191px;
	position: absolute;
	right: 0px;
}

/* fix for ie whitespace bug */
#navBar img {
	display: block;
	float: left;
}

#pictures {
    margin-top: -11px;
	height: 121px;
	border-bottom: solid 11px #183ad7;
}

#contentContainer {
	color: #000000;
	width: 750px;
	background-color: #f2c823;
}

#contentContainerb {
	color: #000000;
	width: 750px;
	background-color: #f2c823;
    margin-top: -14px;
}

#content {
	padding: 0px 40px 0px 60px;
}

#content a {
	color: #183ad7;
}

.pageItem {
	background-color: #fbecb4;
	padding: 10px 40px 10px 40px;
}

.pageItemAlternate {
	background-color: #f2c823;
	padding: 10px 40px 10px 40px;
}

.paddedImage {
	margin: 5px;
}

.clear {
	clear: both;
}

#footer {
	color: #ffffff;
	background-color: #183ad7;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}

#footer a {
	color: #ffffff;
}