@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #86bad8;
	background-image: url(images/WRSPC-2010-1_03.gif);
	background-repeat: repeat-x;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Header {
	height: 130px;
	background-image: url(images/WRSPC-2010-1_02.gif);
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	margin-right: 30px;
	color: #036;
	text-align: right;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
}
#NavBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #355c90;
	background-image: url(images/WRSPC-2010-1_04.gif);
	height: 37px;
	width: 950px;
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Footer {
	background-image: url(images/WRSPC-2010-1_06.gif);
	height: 47px;
	width: 950px;
	position: relative;
	text-align: right;
	margin: 0px;
	padding: 0;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:hover{
	color: #39F;
	text-decoration: underline;
}
a:visited{
	color: #06C;
	text-decoration: none;
}

#links {
	padding: 0  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	left: 30px;
	top: 0px;
	width: 910px;
}
#mainContent {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.wrspc.horizontal {
	width: 100%;
	height: 37px;
	margin: 0;
	background: url(images/bg-wrspc.gif) top left repeat-x;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.wrspc.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrspc.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-wrspc-button.gif) top left repeat-x;
}

.wrspc.horizontal ul li a {
	display: block;
	height: 37px;
	padding-left: 11px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #355c90;
	text-decoration: none;
	text-align: center;
}

.wrspc.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 37px;
	padding-top: 8px;
	padding-right: 11px;
	background: transparent url(images/bg-wrspc-button.gif) top right repeat-x;
	cursor: pointer;
}



/* green HOVER */
.wrspc.green ul li a:hover,
.wrspc.green ul li.highlight a {
	background: transparent url(images/bg-wrspc-h-green.gif) top left repeat-x;
	color: #39F;
}
.wrspc.green ul li a:hover span.menu_ar,
.wrspc.green ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-wrspc-h-green.gif) top right repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	color: #069;
	font-weight: normal;
	width: 915px;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	height: 68px;
	padding-top: 10px;
	padding-left: 60px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #5EB803;
	font-size: 1.1em;
}
