
body {
	margin: 0px;
	font-family: sans-serif;
	color: #333333;
}
#header {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/imageMain.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #b5b5b5;
}
	#header #colLeft {
		float: left;
		width: 54%;
	}
		#header #colLeft #logoMainArea {
			float: left;
			width: 100%;
			background-image: url(../images/gradient_v.png);
			background-repeat: repeat-x;
			background-position: 0% 100%;
			background-color: #ffffff;
			padding-left: .5em;
			padding-right: 1.5em;
		}
			#header #colLeft #logoMainArea #logoContainer {
				background-image: url(../images/logoMain.png);
				background-repeat: no-repeat;
				background-position: 10% 50%;
				height: 100px;
			}
				#header #colLeft #logoMainArea #logoContainer a {
					display: block;
					width: 100%;
					height: 100px;
				}
		#header #colLeft #siteMission {
			float: left;
			width: 100%;
			background-color: #931901;
			color: #dddddd;
			border-left: 1.5em solid #333333;
			padding-top: 1em;
			padding-right: .5em;
			background-image: url(../images/greyDarkBg.png);
			background-repeat: repeat-x;
			background-position: 0% 100%;
		}
			#header #colLeft #siteMission #siteMissionTextContainer {
				min-height: 100px;
				float: left;
				width: 100%;
				padding-bottom: 36px;
			}
				#header #colLeft #siteMission #siteMissionTextContainer p {
					margin: 0em 1em 1em 1em;
					font-size: 90%;
				}
	#header #colRight {
		float: left;
		width: 40%;
	}
		#header #colRight #imageMainContainer {
			height: 250px;
		}
#content {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/gradient_h.png);
	background-repeat: repeat-y;
	background-position: 30% 0%;
}

*html #content { /* IE needs incorrect measurements to render properly */
	background-position: 32% 0%;
}
	#content #navigation {
		margin: 0em;
		padding: 0em;
		padding-top: .75em;
		padding-bottom: 1em;
		margin-left: 6%;
		list-style-image: url(../images/bulletRed.png);
		list-style-position: outside;
		width: 26%;
		float: left;
	}
	*html #content #navigation { /* IE needs incorrect settings to render properly */
		width: 28%;
		margin-left: 2%;
		list-style-type: circle;
	}
		*html #content #navigation li { /* IE needs incorrect settings to render properly */
			margin-left: 1em;
		}
		#content #navigation li {
			margin-right: 1em;
		}
		#content #navigation a {
			color: #931901;
			font-family: serif;
			text-transform: uppercase;
			font-size: 100%;
			letter-spacing: .1em;
		}
			#content #navigation .caps {
				font-size: 120%;
			}
		#content #navigation a:hover {
			color: #ee2233;
		}
		#content #navigation p {
			color: #666666;
		}
	#content #contentMain {
		width: 54%;
		float: right;
		margin-right: 6%;
		padding: 1em 0em 1.5em 0em;
	}

	*html #content #contentMain { /* IE needs incorrect measurements */
		width: 50%;
		margin-right: 4%;
	}
		#content #contentMain h1 {
			color: #666666;
			font-size: 160%;
			line-height: 1.1em;
			margin-top: 0em;
		}
		#content #contentMain a {
			color: #931901;
		}
		#content #contentMain a:hover {
			color: #ee2233;
		}

#content-news {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/gradient_h.png);
	background-repeat: repeat-y;
	background-position: 10% 0%;
}
*html #content-news { /* IE needs incorrect measurements to render properly */
	background-position: 240px 0%;
}
	#content-news #contentMain-news {
		width: 62%;
		float: right;
		margin-right: 6%;
		margin-left:  6%;
		padding: 1em 0em 1.5em 0em;
	}
	*html #content-news #contentMain-news { /* IE needs incorrect measurements */
		width: 58%;
		margin-right: 4%;
	}
#footer {
	float: left;
	clear: both;
	width: 100%;
	background-color: #b5b5b5;
	border-bottom: .5em solid #931901;
	margin-bottom: 1.5em;
}
	#footer #leftCol {
		float: left;
		width: 54%;
		border-left: 1.5em solid #333333;
	}
		#footer #leftCol #awardContainer {
			float: left;
			width: 100%;
			background-color: #666666;
			padding: .5em .5em .5em 0em;
			text-align: center;
		}
			#footer #leftCol #awardContainer img {
				border: none;
			}


		#footer #rightCol a {
			color: #931901;
			font-family: Arial;
			font-size: 100%;
			}

			}
		#footer #rightCol a:hover {
			color: #ee2233;