@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #336699;
	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 */
	background-color: #336699;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	text-align: left;
	color: #204162;
}
.table9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #C9DBED;
	background-color: 6699cc;
	text-align: center;
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 1px;
	white-space: nowrap;
	font-variant: small-caps;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container {
	width: 785px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #369;
} 
.twoColFixRtHdr #header {
	background: #369;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	} 
header table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	background-color: #D2A13A;
	text-align: center;
	border: medium solid #FFF;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: right;
}
.table2 {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #FFF;
	background-color: #c9dbed;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	background: #369;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 
.twoColFixRtHdr #footer {
	background: #8FB114;
	border: thin solid #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
} 
.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.66em;
	font-style: normal;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	word-spacing: normal;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #336699;
	text-align: center;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000;
	text-align: right;
}
.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	color: #1C5A97;
	background-color: #73a2d1;
	font-weight: bold;
}
.h10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFF;
	background-color: #369;
	text-align: left;
	font-weight: bold;
}
.h11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	background-color: #73a2d1;
	text-align: center;
	color: #C9DBED;
}
.h15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .83em;
	font-weight: bold;
	color: #204162;
}
.h7 {
	font-size: 1em;
	font-style: normal;
	color: #204162;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .83em;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}
.h35 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}
.h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .83em;
	color: #204162;
	text-align: left;
	font-weight: normal;
}
.h21 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #204162;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A5F00;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #D400AA;
	font-weight: bold;
}
.h13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	color: #FFF;
	background-color: #369;
	text-align: left;
	font-weight: bold;
}
.table {
	background-color: #C9DBED;
	border: thin none #FFF;
	margin-left: 10px;
	text-align: left;
	padding: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.table3 {
	text-align: center;
}
.h14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
.h17 {
	font-size: .83em;
	color: #204162;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.h18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .86em;
	font-weight: bold;
	color: #204162;
	text-align: center;
}
.h29 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #204162;
	text-align: center;
	font-weight: bold;
}
.h28 {
}


.h20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .86em;
	color: #FFF;
	background-color: #8FB114;
	text-align: center;
	font-weight: bold;
}
.h24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #204162;
	background-color: #C9DBED;
}
.h29 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .66em;
	color: #369;
	text-align: center;
}

.h27 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #204162;
	text-align: center;
}
.table4 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: thin;
}
.table5 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
}
.h28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #8fb114;
	padding: 1px;
	margin: 1px;
}
.table5 {
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.table5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.table4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-right: 2px;
	border-right-style: none;
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #FFF;
	background-color: #369;
	text-align: right;
	font-weight: bold;
}
.table8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #FFF;
	background-color: #FFBF55;
	text-align: center;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	line-height: normal;
}

.h31 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #369;
	font-size: 1em;
}
.table10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #369;
	text-align: left;
}
#pcm{display:none;}
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
	background-color:#336699;
	filter:alpha(opacity=95); opacity:0.95;
	background-repeat:repeat;
	border-width:0px;
	border-style:none;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu ul{
	width:303.45px;
}
ul.pureCssMenu li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size:0px;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#336699;
	filter:alpha(opacity=95); opacity:0.85;
	text-align:left;
	text-decoration:none;
	padding:5px;
	_padding-left:0;
	font:bold 18px Arial;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#6699cc;
	filter:alpha(opacity=95); opacity:0.80;
	text-align:left;
	text-decoration:none;
	padding:5px;
	_padding-left:0;
	font:bold 18px Arial;
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#A6A6A6;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background-color:#336699;
	font:bold 18px Arial;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background-color:#336699;
	font:bold 18px Arial;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #336699 !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:5px;width:16px;
height:16px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul{display:block}
ul.pureCssMenu a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-image:url(./images/arrv_blue_2.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:8px;}
ul.pureCssMenu li:hover>a>span{	background-image:url(./images/arrv_white_2.gif);
}
ul.pureCssMenu a:hover span{	_background-image:url(./images/arrv_white_2.gif)}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(./images/arr_blue_2.gif)}
ul.pureCssMenu ul li:hover > a span{	background-image:url(./images/arr_white_2.gif);}
ul.pureCssMenu table a:hover span,ul.pureCssMenu table a:hover a:hover span{background-image:url(./images/arr_white_2.gif)}
ul.pureCssMenu table a:hover table span{background-image:url(./images/arr_blue_2.gif)}
ul.pureCssMenu li a.pureCssMenui0{
font:n;
}
ul.pureCssMenu li a.pureCssMenui0:hover{
font:o;
}
.slideshow { height: 158px; width: 530px; margin: auto }
.slideshow img { padding: 5px; background-color: #c9dbed; }
