/* CSS Document */

/* Alignment Specifications */

html, body {    
   height: 100%;
   margin-top: -8px;
   margin-left: 0px; 
}

div.container {
   min-height: 100%;
   margin-bottom: -20px;
   position: relative;
}

div.logo
{
position: absolute;
top: 0px;
left: 0px;
width: 242px;
height: 234px;
}

div.banner
{
position: absolute;
top: 0px;
left: 170px;
width: 621px;
height: 95px;
}

div.left
{
	position: absolute;
	top: 247px;
	left: 1px;
	width: 163px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 10;
}

div.ads
{
position: absolute;
top: 95px;
left: 242px;
width: 548px;
height: 143px;
}

div.middle
{
position: relative;
display: block;
background-image: url(images/text_box.gif);
background-repeat: no-repeat;
top: 248px;
left: 163px;
width: 419px;
height: 100%;
}

div.scrollbar 
{
height: 363px;
width: 419px;
overflow: auto;
}

div.right
{
position: absolute;
top: 248px;
left: 582px;
width: 218px;
padding-top: 0px;
padding-left: 10px;
}

div.footer {
   height: 20px;
   position: relative;
   text-align: center;
}

.clearfooter {
   height: 20px;
   clear: both;
}

/* Text Specifications */

p
{
color: black;
text-align: left;
padding-left: 10px;
padding-right: 10px;
font-family: arial;
font-size: 12px;
}

.maintext
{
color: black;
text-align: left;
padding-left: 10px;
padding-right: 10px;
font-family: arial;
font-size: 12px;
}

.heading
{
color: black;
text-align: center;
font-family: arial;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

.heading2
{
color: black;
text-align: center;
font-family: arial;
font-size: 14px;
font-weight: bold;
}

.urgent
{
color: red;
text-align: left;
padding-left: 10px;
padding-right: 10px;
font-family: arial;
}

.special
{
color: green;
text-align: left;
font-family: arial;
}

.italic
{
color: black;
text-align: center;
font-family: arial;
font-size: 12px;
font-weight: bold;
font-style: italic;
}

.small
{
color: black;
text-align: center;
font-family: arial;
font-size: 10px;
font-weight: bold;
}

.form
{
color: black;
text-align: left;
font-family: arial;
font-size: 11px;
}

.footer
{
color: black;
text-align: center;
font-family: arial;
font-size: 8.5px;
font-weight: bold;
}

a.two:link
{
color: black;
text-align: center;
font-family: arial;
font-size: 8.5px;
font-weight: bold;
}

a.two:visited 
{
color: black;
text-align: center;
font-family: arial;
font-size: 8.5px;
font-weight: bold;
}

a.two:active
{
color: black;
text-align: center;
font-family: arial;
font-size: 8.5px;
font-weight: bold;
}
