body
{
  margin: 0 auto;
  background-color: #f4f4f4;
  color: darkgrey;
  font-family: Verdana, Arial, sans-serif;
}

#main
{
  width: 95%;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin: 0px auto;
  font-size: 11px;
  font-weight: normal;
}

#header
{
  background-image: url(header.jpg);
  background-repeat:no-repeat;
  width:100%;
  height:50px;
  padding: .5em;
  color: darkgrey;
  font-size: 22px;
  font-style: bold;
}

#navi
{
  font-size: 12px;
  float: left;
  width: 175px;
  padding: .5em;
  color: darkgrey;
}

#navi a:link
{
  margin: 1px 0 1px 0;
  padding: 2px 0px 1px 0px;
  text-decoration: none;
  font-weight: normal;
  display: inline;
  color: darkgrey;
}

#navi a:active
{
  font-weight: bold;
}
#navi a:visited
{
  font-weight: bold;
  color: #FF9900;
}

#navi a:hover
{
  text-decoration: blink;
}

#navi li
{
  margin: 0px;
  padding: 0px;
}

#navi ul
{
  margin: 0px;
  padding: 0px 0px 0px 5px;
}

#navi fieldset
{
  font-size: 11px;
  margin: 0px;
  padding:0;
  border:0;
  width:150px;
}

#content
{
  font-size: 9pt;
  margin-left: 175px;
  margin-right: 175px;
  padding:1em;
  text-align: left;
  border-left: 1px solid lightgrey;
  color: #607080;
}

#content a
{
  color: darkgrey;
}

#content.headertext
{
  text-align: right;
  font-weight: bold;
  font-size:10pt;
  border-bottom:1px solid lightgrey;
}

#news
{
  font-size: 10px;
  float: right;
  clear: right;
  width: 150px;
  border: thin dotted lightgrey;
  padding: .5em;
}

#search_box
{
	clear: right;
  text-align: center;
  padding: .5em;
  float: right;
  width: 150px;
}

#search_string
{
	width: 100px;
	height: 16px;
	font-size: 11px;
	vertical-align: middle;
}

.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}

.login_table {
  border: thin dotted lightgrey;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
	width: 150px;
}
.login_table h1 {
	color: #660033;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 3px 0px;
	width: 100px;
}

#footer, #footer a
{
  clear:both;
  text-align: center;
  padding: .5em;
  font-weight: normal;
  color: darkgrey;
}

h1, h2
{
  font-size: 12px;
	color: #191970;
	font-weight: bold;
	padding-left: 4px;
}
h3, h4
{
  font-size: 11px;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 8px;
}

input
{
  size:20;
}

hr
{
  border-left:0px none;
  border-right:0px none;
  border-top:0px none;
  border-bottom:1px solid darkgrey;
  height: 3px
}

li
{
	/*list-style-type: none;*/
	line-height: 160%;
}

