body {
	background-color: #EDF2F8;
	color: #333;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
.outercontainer {
	background-color: #fff;
	color: inherit;
	margin: 1em auto;
	width: 1000px;
	-moz-box-shadow: 0 3px 7px #B7B7B7;
}

h1 {
	background-image: url("../images/test.png");
	color: inherit;
	height: 136px;
	width: 1000px;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
}
h2  span{
	border-bottom: 2px solid #0093dd;
}
h3 {
	color: #c60000;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .2em;
}

h4 {
	font-style: italic;
	text-decoration: underline;	
	margin: .7em 0;
}

p {
	margin: 0 0 1em 0;
}
a {
	background-color: inherit;
	color: #004b91;
}

.contentcontainer {
	background: #fff url("../images/Ornament_Stripe.png") repeat-y;
	float: left;
	-moz-box-shadow: 0 3px 7px #b7b7b7;
}
.leftcontent {
	color: inherit;
	float: left;
	height: 700px;
	width: 112px;
}

.leftcontent li {
	background-color: #d62918;
	color: #fff;
	margin-top: 43.4px;
	height: 3.7em;
	line-height: 3.7em;
	text-align:center;
	font-weight:bold;
}
.leftcontent li.doubleline,
.leftcontent li.doubleline a{
	line-height: 1.7em;
}
.leftcontent li a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

.rightcontent {
	margin-left: 112px;
	padding: 1em 1em 0;
}

.rightcontent .missonstatement {
	font-size: 1.2em;
	font-weight: bold;
}
.rightcontent h2 {
	padding: 1em 0;
}

/* utility classes */
.forcecontent { /* use to force equal left-right content heights */
	clear: both;
}
.imageshadow {
	-moz-box-shadow: 3px 3px 5px #888;	
}
.caption {
	padding-top: 6px	
}
.linklist li {
	background: url("../images/Ornament_button2.jpg") no-repeat;
	color: inherit;
	line-height: 2em;
	padding-left: 25px;
}
.bullet li {
	list-style: disc inside none;
	line-height: 2em;
	padding-left: 25px;
}
.footer {
	font-size: 0.8em;
    font-weight: bold;
    margin: 1.5em auto;
    width: 1000px;
}

/* For testing nav position */
.testing {

}
.testing p {
	position: absolute;
}

.testing p a {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}