html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10pt;
}

p
{
  font-family: verdana;
  color: #000000;
  line-height: 14pt;
  font-size: 8pt;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

h1
{
  font-family: verdana;
  color: #000000;
  line-height: 20pt;
  font-size: 15pt;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

h2
{
  font-family: verdana;
  color: #000000;
  line-height: 20pt;
  font-size: 15pt;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

h3
{
  font-family: verdana;
  color: #000000;
  line-height: 16pt;
  font-size: 12pt;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

ul
{  
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	line-height: 14pt;
	margin: 0px 0px 0px 15px;
	padding: 0px;
 	list-style: square;
}

a
{
  font-family: verdana;
  color: #000000;
  line-height: 14pt;
  font-size: 8pt;
}

#div-container-outer
{
  background-color: #ffffff;
  width: 950px;
  padding: 10px;
  position: absolute;
}

#div-header
{
  background-color: #ffffff;
  color: #ffffff;
  padding: 10px;
  height: 80px;
  margin-bottom:10px;
  background-image: url("../images/header.jpg");
}

#div-container-main
{
  float: left;
  width: 600px;
}

#div-container-side
{
  float: right;
  width: 340px;
}

#div-menu-bottom
{
  background-color: #e7e7e7;
  float: left;
  width: 930px;
  padding: 10px;
}

#div-side
{
  background-color: #f3f3f3;
  float: right;
  width: 320px;
  padding: 10px;
}

#div-footer
{
  margin-top: 10px;
  background-color:#aaaaaa;
  color:#ffffff;
  float: left;
  width:100%;
  height:30px;
}

textarea
{
	font-family: Verdana, Arial;
	font-size: 10px;
	width: 100%;
	height: 160px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

.textbox
{
	width: 100%;
	height: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}
