* {margin:0;padding:0}

body{padding: 0px; background: #fff; color: #333;text-align:center;
     font:85%/1.45 "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif}
h1,h2,p{margin:0; padding:0 0px}
p{padding: 0 10px 1em}
h1,h2{letter-spacing: -1px; font-weight:100; color: #111}
h1{font-size: 200%; padding: 0 10px;  color: #000066 }
h2{font-size: 100%; padding: 0 10px; line-height:1.5px; color: #000}

div#content{float:left;width:443px;padding:0px 0;background: #fff; top:2px; color: #000}
div#content1{float:middle;width:220px; height: 300px;padding:0px 0;background: #666666; color: #fff}
div#content2{float:middle;width:220px;padding:0px 0;background: #666666; color: #fff}
div#content3{float:left;padding:0px 0;background: #fff; top:2px; color: #666362}
div#content4{float:middle;width:620px;padding:0px 0;background: #fff; top:0px; color: #666362}
#nav{
	width:666px;
	height:7px;
	margin-left:0;
	margin-right:0;
}
#outer{
	width:666px;
	top:-2px;
	height:500px;
	background:white;
	margin: auto;
	text-align:left;
	position:relative;
	border:0px solid #000099;
	float:center;
	left: 4px;
	
}
.maintextbold{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  color:#000066;
  text-decoration: none;
  text-align:center;
}
#footer {
	width:258px;
	clear:both;
	height:5px;
	font-size: 7pt;
	text-align:center;
	bottom:0;
}
.button {background-color: silver; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 7pt; font-weight: normal; color: #000000
	}

body {
	font: normal 11px verdana;
	}
.inputbox {background-color: white; 
    border-bottom: #000000 1px solid; 
	border-right: #000000 1px solid; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; font-weight: normal; 
	color: #000000
	}
.inputs {font-size: 9pt
    }
.text {
  font-family:  arial,Verdana;
  font-size: 8pt;
  font-weight: normal;
  color:#000066;
  text-decoration: none
    }
#right{
	float:left;
	margin-left:70px;
	position:relative;
	padding-left:3px;
    }
ul  {
	margin: -1px;
	padding: 0;
	list-style: none;
	height:4px;
	}

ul li {
	position: relative;
	float: left;
	width:111px;
	height:8px;
	margin:0px;
	top: 0px
}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	height:6px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000066;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	border: 1.5px solid #ccc;
	}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #fff;
   background-color: blue;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #000066;
   background-color: #fff;
}
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */


