* {
  margin: 0;
/*  padding: 4pt 0; */
/*  top: 4pt; 
  bottom: 4pt; */
}

body {
  background: #e8eaec none repeat scroll 0% 50%;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-variant: normal;
  font-size-adjust: none;
  font-style: normal;
  font-stretch: normal;
  color: #303030;
  font-size: 85%;
/*  padding-top: 4pt;
  padding-bottom: 4pt; */
}
a {
  color: #467aa7;
  font-weight: bold;
  text-decoration: none;
  background-color: inherit;
}
a:hover {
  color: #2a5a8a;
  text-decoration: none;
  background-color: inherit;
}
a img {
  border:  none;
}
p {
  padding: 4pt 0;
}
p form {
  margin-top: 0;
  margin-bottom: 20px;
}
img.left, img.center, img.right {
  border: 1px solid #a0a0a0;
  padding: 4px;
}
img.left {
  margin: 0 12px 5px 0;
  float: left;
}
img.center {
  margin: 0 auto 5px;
  display: block;
}
img.right {
  margin: 0 0 5px 12px;
  float: right;
}
#container {
  border: 2px solid #a0a0a0;
  margin: 20px auto;
  padding: 1px 0;
  background: #ffffff none repeat scroll 0% 50%;
  width: 760px;
  text-align: left;
  color: #303030;
}
#header {
  margin: -1px 0px -5px 0px;
  background: #b8d9eb none repeat scroll 0% 50%;
  width: 758px;
  color: #000066;
  height: 100px;
  padding: 1px;
}
#header h1 {
  padding: 35px 0 0 20px;
  letter-spacing: -2px;
  background-color: inherit;
  font-size: 2.4em;
  font-weight: normal;
  color: inherit;
}
#header h2 {
  margin: 20px 0 0 20px;
  letter-spacing: -1px;
  color: inherit;
  font-size: 1.4em;
  background-color: inherit;
  font-weight: normal;
}
#navigation {
  margin: 0 1px;
  background: #578bb8 none repeat scroll 0% 50%;
  height: 2.2em;
  line-height: 2.2em;
  width: 758px;
  color: #ffffff;
}
#navigation li {
  border-right: 1px solid #ffffff;
  float: left;
  list-style-type: none;
  white-space: nowrap;
}
#navigation li a {
  padding: 0 10px;
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  background-color: inherit;
  color: #ffffff;
}
* html #navigation a {
  width: 1%;
}
#navigation .selected, #navigation a:hover {
  background: #80b0da none repeat scroll 0% 50%;
  color: #ffffff;
  text-decoration: none;
}
#content {
  padding: 20px 0 0 20px;
  float: left;
  width: 530px;
  font-size: 0.9em;
}
#content h2 {
  margin: 10px 0px 0px;
  font-weight: normal;
  font-size: 1.7em;
  background-color: inherit;
  display: block;
  letter-spacing: -1px;
  color: #505050;
  border-bottom-style: double;
}
#content h2 a {
  font-weight: normal;
}
#content h3 {
  margin: 0 0 -5px;
  letter-spacing: -1px;
  font-size: 1.4em;
}
#content a:hover, #subcontent a:hover {
  text-decoration: underline;
}
#content ul, #content ol {
  margin: 0 5px 8px 6px;
}
#content dl {
  margin: 0 5px 10px 25px;
}
#content dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#content dd {
  margin: 0 0 10px 15px;
}
#subcontent {
  padding: 20px 20px 10px 0;
  float: right;
  width: 170px;
  line-height: 1.4em;
}
#subcontent h2 {
  margin: 0 0 15px;
  display: block;
  font-size: 1.6em;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1px;
  color: #505050;
  background-color: inherit;
}
#subcontent p {
  margin: 0 0 16px;
  font-size: 0.9em;
}

/* Menublock styles */
.menublock {margin:0 0 20px -30px; font-size:1.5em;}
.menublock li {list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a {font-weight:bold; text-decoration:none;}
.menublock li a:hover {text-decoration:none;}
.menublock li ul {margin:3px 0 3px 15px; font-size:1.5em; font-weight:normal;}
.menublock li ul li {margin-bottom:0;}
.menublock li ul a {font-weight:normal;}

#searchbar {
  margin: 0 0 20px;
}
#searchbar form fieldset {
  border: 0 solid ;
  margin-left: 10px;
}
#searchbar #s {
  border: 1px solid #a0a0a0;
  margin: 0 5px 0 0;
  height: 1.2em;
  width: 110px;
}
#searchbar #searchbutton {
  border: 1px solid #808080;
  padding: 0 1px;
  width: auto;
  font-size: 0.9em;
  text-align: center;
}
#footer {
  margin: 0 1px;
  padding: 5px 0;
  background: #578bb8 none repeat scroll 0% 50%;
  clear: both;
  width: 758px;
  font-size: 0.9em;
  color: #f0f0f0;
}
#footer p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer a {
  color: #f0f0f0;
  background-color: inherit;
  font-weight: bold;
}
#footer a:hover {
  color: #ffffff;
  background-color: inherit;
  text-decoration: underline;
}
.splitcontentleft {
  width: 48%;
  float: left;
}
.splitcontentright {
  float: right;
  width: 48%;
}
.clear {
  clear: both;
}
.small {
  font-size: 0.8em;
}
.hide {
  display: none;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.important {
  color: #f02025;
  background-color: inherit;
  font-weight: bold;
}
.box {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #fafbfc;
  color: #505050;
  line-height: 1.5em;
}

.horizontalcssmenu {
	background: #578bb8;
	width: 100%;"
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background: #578bb8;
color: white;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
/*width: 120px; /*Width of top level menu link items*/
padding: 2px 20px;
border: 1px solid #202020;
/*border-left-width: 0; */
text-decoration: none;
/*background: url(menubg.gif) center center repeat-x;*/
background: #578bb8;
color: white;
font: bold 13px Helvetica;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
/*border-top: 1px solid #202020;*/
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
/*padding: 2px 5px;*/
background: #b8d9eb;
color: #3f3f80;
border-width: 1px 1px 1px 1px; /* top right bottom left */
}

.horizontalcssmenu ul li ul li a:hover{
background: #3f3f80;
color: white; /*#3f3f80;*/
}

.horizontalcssmenu ul li a:hover{
/*background: url(menubgover.gif) center center repeat-x;*/
background: #b8d9eb;
color: #3f3f80;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */