@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
}
#container #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding-right: 2em;
	padding-bottom: 1px;
	padding-left: 1em;
}

#container {
	width: 1000px;
	background-color: #999999;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#rightBarRegion {
	float: right;
	width: 200px;
	background-color: #666666;
	margin: 0px;
	height: 350px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-top-color: #C95753;
	border-bottom-style: solid;
	border-bottom-color: #C95753;
}


#header {
	width: 1000px;
	clear: both;
	height: 70px;
	float: left;
	background-color: #FFFFFF;
}
#globalNav {
	float: left;
	width: 780px;
	background-color: #8D9783;
	clear: both;
}
#splashContent {
	float: left;
	height: auto;
	width: 780px;
}
#content {
	background-color: #FFFFFF;
	float: left;
	width: 780px;
	height: auto;
	padding: 0px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#contentHeader {
	background-color: #DCDEDF;
	clear: both;
	float: left;
	height: 110px;
	width: 420px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
#footer {
	clear: both;
	float: left;
	width: 780px;
	background-color: #C95753;
	text-align: center;
	color: #000000;
	position: relative;
	padding: 0px;
}
#nav ul{
	padding : 3px;
	margin : 0;
	white-space : nowrap;
	background-color : #C95753;
	color : #000000;
	text-align: center;
}
#nav ul li{
	display : inline;
}
#nav ul li a{
	background-color : #C95753;
	color : #000000;
	font-weight : normal;
	text-decoration : none;
	float : left;
	border-right-color : #FFFFFF;
	border-right-style : solid;
	border-right-width : 1px;
	clear: none;
	padding-right: 1em;
	padding-left: 1em;
	margin: 0px;
}
#footer #nav .lastItem {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C95753;
}
#nav ul li a:hover{
	background-color : #000000;
	color : #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 100%;
	font-weight: bold;
}
.sectionHeader {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #C95753;
}
