/* CSS Document */

html, body {
  height: 100%;
}

body {
	background: #FFF;
	padding: 3px;
	margin: 0px;
	font-family: Arial,Tahoma,Sans-serif;
  line-height: 150%;
	font-size: 12pt;
	color:#000;
	text-align:center;
}

img, table { border: 0; }

a { color: #00817f; text-decoration: underline; }
a:visited { color: #00817f; text-decoration: underline; }
a:hover { color: #b61f54; text-decoration: underline; }
a:active { color: #00817f; text-decoration: underline; }

h1{
  color: #00817f;
  font-size:16pt;
}

p{
  font-size:12pt;
}

#pageContainer{
	margin: 0 auto;
  position:relative;
	width:792px;
	text-align:left;
	color:#000;
}

#div_top{
  width:790px;
}

#div_top a{
  font-size:8pt;
  text-decoration:underline;
  color: #00817f;
}

#div_top a:hover{
  text-decoration:underline;
  color: #b61f54;
}

#div_header{
  width:790px;
  border:1px solid #000;
  height:190px;
}

#div_header_left{
  width:249px;
  border-right:1px solid #000;
  height:190px;
  float:left;
}

#div_header_right{
  width:540px;
  height:190px;
  float:left;
}

#div_body{
  width:790px;
  margin-left:1px;
}

#div_body_left{
  width:249px;
  border-right:1px solid #000;
  float:left;
}

#div_body_right{
  width:540px;
  float:left;
}
