body 
{
background-color:white;
font-family:georgia, times new roman, times, serif; 
font-size:12pt; 
text-align:left; 
}

a:link {color:blue; text-decoration:none}
a:visited {color:blue; text-decoration:none}
a:hover {color:cyan; text-decoration:none}
a:active {color:cyan; text-decoration:none}

h1 {text-align:center;font-weight:normal;font-size:14pt;font-family:verdana, arial, helvetica, sans-serif}
h2 {text-align:center;font-weight:normal;font-size:10pt;font-family:verdana, arial, helvetica, sans-serif}

div.container
{
  position:absolute;
	left:0px;
	top:0px;
	width:1200px;
	height:600px;
	background:url('home.jpg');
}

div.top
{
  position:absolute;
	left:382px;
	top:8px;
	width:800px;
	height:30px;
}

div.links
{
  position:absolute;
	left:350px;
	top:280px;
	width:170px;
	height:218px;
}

div.main
{
  position:absolute;
	left:313px;
	top:88px;
	width:570px;
	height:395px;
	margin:5px;
	overflow:auto;
}

div.bottom
{
  position:absolute;
	left:360px;
	top:537px;
	width:590px;
	height:28px;
}

div.lower
{
  position:absolute;
	left:360px;
	top:575px;
	width:590px;
	color:white;
	font-size:12px;
}

div.login
{
  position:absolute;
	left:376px;
	top:503px;
	height:30px;
	width:450px;
	text-align:center;
	color:white;
}

div.topbtn
{
  position:absolute;
	top:0px;
  width:146px;
	height:35px;
	cursor:pointer;
	background:url("topbutton.jpg");
}

div.toptxt
{
  position:absolute;
	left:0px;
	top:5px;
	width:146px;
	text-align:center;
	font-size:12pt;
}

div.bottombtn
{
  position:absolute;
	top:0px;
  width:96px;
	height:28px;
	cursor:pointer;
	background:url("bottombutton.jpg");
}

div.bottomtxt
{
  position:absolute;
	left:0px;
	top:5px;
	width:96px;
  text-align:center;
  font-size:10pt;
}
