﻿body 
 {
  font-family:Arial,Helvetica,sans-serif;
  font-size:10pt;
  line-height:normal;
  width: 813px;
  background-image: url(../grfx/background-stripe.gif);
  background-repeat: repeat-x;
 }

a:link, a:visited
 {
  color:#005FA9;
  text-decoration:none;
 }

a:hover, a:focus
 {
  text-decoration: underline;
 }
 
a img
 {
  border: none;
 }

#sitemap li
 {
  list-style-type: none;
  padding: 7px 0;
 }
 
.hidden
 {
  display: none;
 }

.visible
 {
  display: block;
 } 

/* Horizontal Menu */
ul.MenuBarHorizontal
{
	margin: 0; padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 700px;
	float: left;
}

ul.MenuBarHorizontal li
{
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 98%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 105px;
	float: left;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #999999;
}

ul.MenuBarHorizontal a
 {
  display: block;
  cursor: pointer;
  color: rgb(51,51,51);
  text-decoration: none;
  font-size: 8pt;
  background-image: url(../grfx/menubutton-grey.gif);
  background-repeat: repeat-x;
  padding: 0.5em 0.25em 0.5em 0.5em;
 }

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
 background-image: url(../grfx/menubutton-grey.gif);
 background-position: 0px -23px;
 color: #000000;
}
/* End Horizontal Menu */

h1 
 {
  -x-system-font: none;
  color: #334D55;
  font-family: Arial,sans-serif;
  font-size: 120%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  left: 3px;
  line-height: normal;
  margin: 0 0 0 5px;
  padding: 0 0 0 3px;
 }

#pageName 
 { 
  background-color: #FFFFFF;
  border-bottom:1px solid #CCD2D2;
  margin:0;
  padding: 1px 0px 3px 10px;
 }

#pageNav
 {
  background-color: #FFFFFF;
  width: 177px;
 }

#pageNav a
 {
  display: block;
  background-image: url(../grfx/button-grey.gif);
  color: #000;
  cursor: pointer;
  padding: .5em .75em .5em .75em;
  text-decoration:none;
 }

#pageNav a:hover, #pageNav a:focus
 {
   background-image: url(../grfx/button-grey.gif);
   background-position: 0px -29px;
   color: #000000;
 }
 
/* Content */

.tabtop
 {
  padding: 2px 0 2px 5px;
 }

.tabActive a
 {
  background-color: #EEEEEE;
  border-color: #999999 #999999 #EEEEEE #CCCCCC; 
  border-style: solid; border-width: 1px; 
  height: 17px; 
  display: block; 
  float: left; 
  position: relative; 
  top: 1px; 
  margin-right: 1px; 
  padding: 3px 10px 0px 10px; 
  color: #000000;
  font-size: 80%;
 }
 
.tabActive a:hover
 {
  text-decoration: none;
 }
 
.tabInactive a
 {
  background-color: #DDDDDD;
  border-color: #999999 #999999 #999999 #CCCCCC; 
  border-style: solid; 
  border-width: 1px; 
  height: 17px; 
  display: block; 
  float: left; 
  position: relative; 
  top: 1px; 
  margin-right: 1px; 
  padding: 3px 10px 0 10px; 
  color: #000000;
  font-size: 80%;
 }

.tabInactive a:hover
 {
  background-color: #CCCCCC;
  text-decoration: none;
 }
 
.TabbedPanel
 {
  clear: none;
  float: left;
  margin: 0;
  padding: 0;
  background-color:#EEEEEE;
  border-color:#999999 #999999 #CCCCCC #CCCCCC;
  border-style:solid;
  border-width:1px;
  width: 639px;
 }

.feature
 {
  clear:both;
  font-size: 80%;
  height: auto;
  padding: 8px;
 }
 
.feature img
 {
  float: left;
  padding: 0 10px 1px 0;
}
 
h2 
 {
  color: #333333;
  font-size: 120%;
  font-weight: normal;
  margin: 0;
  padding: 0;
 }
/* End Content */

/* Footer */
#siteInfo 
 {
  background-color: White;
  border-top:1px solid #CCCCCC;
  clear:both;
  color:#000000;
  font-size:10pt;
  margin-top:0;
  padding:2px 10px;
 }
 
.smallBlack 
 {
  font-size: 10pt;
  color: #000000;
 }

.small
 {
  font-size: 60%;
 }
/* End Footer */
