body {
  margin:0px 0px 9px 0px;
  padding:0;
  color: #000000;
  background: #19183e;
}

#h1container {
  padding: 3px;
  margin: 0 auto;
  width: 98%;
  color: #dddddd;
  border: 0px;
} 

#container {
  margin: 0 auto;
  width: 998px;
  padding: 0px;
  color: #2f2c7b;
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  border: 0px;
} 

#copyright {
  margin: 0 auto;
  width: 998px;
  text-align: center;
  color: #dddddd; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
} 

a.tooltip {
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none;
	font-size: 12px;
}

a.tooltip:hover {
	z-index:25; 
	font-size: 12px;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span 
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0em; 
	left:-190px; 
	width:155px;
    border:2px solid #000000;
    background-color:#ffffff; 
	color:#ffffff;
    text-align: center;
	padding: 6px;
}

.topnav_box a {
  float: right;
  padding: 4px 10px 4px 10px;
  margin: 0px;
  color: #ffffff; 
  text-align: center;
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  background-image: url("images/topnav_fill.gif");
  text-decoration: none;
}

.topnav_box a:hover { 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline;
  color: #ffffff;
}

.sidenav_box a {
  display: inline-block;
  width: 206px;
  padding: 11px 0px 17px 0px;
  margin: 0px 0px 2px 0px;
  color: #ffffff; 
  font-size: 13px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-indent: 40px;
  background: url("images/sidenav_fill.png") 0 0 no-repeat;
  text-decoration: none;
}

.sidenav_box a:hover { 
  font-size: 13px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline;
  color: #fce206;
}

a {
  color: #ff0000; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: none; 
} 

a:hover {
  color: #77c40a; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
}

a.pagelink {
  color: #e9dd00; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
} 

a:hover.pagelink {
  color: #ff0000; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
}

a.pagelink2 {
  color: #504e97; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
} 

a:hover.pagelink2 {
  color: #ff0000; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: bold; 
  text-decoration: underline; 
}

a.webhublink { 
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
}

a:hover.webhublink { 
  color: #acfa2e; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

img.middle {
  vertical-align: middle;
}

p {
  text-align: justify;
  text-indent:0px;
  margin-top: 0px; 
  margin-bottom: 10px; 
  margin-left: 1px; 
  margin-right: 1px; 
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #161538;
  margin: 0px;
  padding: 2px;
  text-align: center; 
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #ff0000;
  margin: 0px;
  padding: 0px;
  text-align: left; 
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #2f2c7b;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

form {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

input {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

select {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

textarea {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  padding: 1px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

ol {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

li {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

.floatright { 
  float: right; 
  margin: 3px 3px 3px 10px;
}

.floatleft { 
  float: left; 
  margin: 3px 10px 3px 3px; 
}

.center {
  text-align: center; 
}

.left { 
  text-align: left;
} 

.right { 
  text-align: right; 
}

.italic {
  font-style: italic;
}

.bold { 
  font-weight: bold; 
}

.red { 
  color: #C30000;
}

.testimonials { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  color: #ffffff; 
}


.errorheading { 
  font-family: Arial, sans-serif; 
  font-size: 30px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  color: red; 
}

.errortext { 
  font-family: Arial, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  color: #000000; 
}

.fineprint { 
  font-family: Arial, sans-serif; 
  font-size: 10px; 
  font-weight: normal; 
  font-style: italic; 
  text-decoration: none; 
  color: #aaaaaa; 
}

.stats {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none; 
} 

.referer { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  text-decoration: none; 
  color: #ff0000; 
} 

