﻿html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
	
	
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

#contents {	
	position: absolute;
	top: 0;
    left: 0;

/*  
Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: 

	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}

#footer {
	position: absolute;
	bottom: 0;
	width: 70%; /* See note below */
	padding: 0 0;
}


 /* 
      Stupid hack lets IE see 100%, others see 70%. 
 */

#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
}
.NoteGrayText {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
}

.BoxRegister
{
	border-right: green solid;
	border-top: green solid;
	font-size: 10pt;
	vertical-align: top;
	border-left: green solid;
	border-bottom: green solid;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
}
.text12
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
}
.boxBlack
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.verLineRight
{
	border-right: black thin solid;
}

.newsInfo
{
	font-size: 10pt;
	/*position: static;
	margin-bottom:7px;
width:200px;*/
	display:inline-block;
	padding-bottom:7px;
}


