a
{
	background: none;
	color: #17569B;
	text-decoration: none;
}

a:hover
{
}

body {
	font-family: Verdana;
	font-size: 12px;
  line-height: 17px;
  background: #F9F9F9;
	color: #000000;
	margin: 20px;
	padding: 0px;
}

img
{
	border: none;
	vertical-align: middle;
}

form
{
  margin: 0px;
  padding: 0px;
}

h3
{
  font-size: 24px;
  line-height: 30px;
}

h5
{
  font-size: 18px;
}

p
{
  margin: 0 0 1em 0;
  text-indent: 2em;
}

table
{
	font-family: Verdana;
	font-size: 12px;
  line-height: 17px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

td
{
  padding: 3px;
}
  
#header
{
  width: 900px;
  height: 40px; 
  font-weight: bold;
}

#body
{
  position: relative;
}

#left
{
  position: relative;
  font-weight: bold;
  width: 220px;
}

#left_container
{
  position: absolute;
}

#menu
{
  border: 1px solid #AAAAAA;
  width: 220px;
}

#menu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu a
{
  display: block;
  height: 20px;
  color: #17569B;
  background: transparent;
  text-decoration: none;
}

#menu a:hover
{
  color: #FFFFFF;
  background: #17569B;
}

#menu li div
{
  cursor: pointer;
  position: relative;
  width: 200px;
  left: 10px;
  top: 1px;
} 


#menu_current a
{
  color: #FFFFFF;
  background: #17569B;
}

#page
{
  position: absolute;
  left: 230px;
  top: 0px;
  width: 660px;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
}

#page a
{
  color: #FF0000;
  border-bottom: 1px solid #FF0000;
}

#page a:hover
{
  border-bottom: 1px dashed #FF0000;
}

#footer
{
}

.float_wrapper
{
  clear: both;
  visibility: hidden;
  margin: 0px;
}

.darkred
{
  color: #990000;
}

.blue
{
  color: #0000CC;
}

.for_print
{
  display: none;
}

