@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #3E6293;
	background-position: center top;
	background-repeat: no-repeat;
	color: #000099;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 20px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #003333;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #993300;
}
a,  a:link {
	color: #011332;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	font-weight: normal;
}
a:focus {
	color: #FFF;
}
a:active {
	color: #FFF;
}
#outerWrapper {
	text-align: left;
	width: 900px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #031D37;
	background-image: url(../images/pour-bg.jpg);
	background-position: top;
	background-color: #C4ECFF;
}
#outerWrapper #Header {
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 170px;
	padding: 0px;
	border-bottom-style: none;
	border-bottom-color: #333333;
}
#outerWrapper #contentWrapper {
	width: 875px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	color: #FFFFFF;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	width: 100px;
	border-right-style: solid;
	border-right-color: #000000;
}
#outerWrapper #contentWrapper #content {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 150px;
	background-repeat: repeat-y;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #38D8FF;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003333;
}
ul#cssmw1 {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw1 ul {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw1 ul li {
  background-image: none;
  float: none;
}
ul#cssmw1 li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw1 li ul {
  display: none;
  top: 0;
}
ul#cssmw1 li:hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw1 li.hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw1 li.current > ul {
  position: absolute;
}
ul#cssmw1 > li {
	background-image: none;
	margin-left: 225px;
}
ul#cssmw1 > li > a {
	background-color: #99C8C1;
	background-image: none;
	color: #173232;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-transform: none;
	width: 200px;
	text-align: center;
	margin: 0;
	border: 1px solid #006666;
}
ul#cssmw1 > li > a:active {
  background-color: #FAEEDB;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw1 > li:hover > a {
	background-color: #00CCCC;
	color: #173232;
	font-weight: bold;
	text-decoration: none;
}

ul#cssmw1 > li.hover > a {
  background-color: #FAEEDB;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw1 > li.current > a.current {
  background-color: #FAEEDB;
  color: #173232;
  font-weight: bold;
  text-decoration: none;
}


#printbutton {
	height: 20px;
	padding-left: 470px;
	padding-bottom: 10px;
}
hr {
	color: #0000FF;
}

