html { height:100%; }
body 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:small;
    position: absolute;    
    margin: 0; 
    padding: 0;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    height:100%;
    color: #000000;
    text-align:center;
}
div#mainwindow 
{
	position:relative;
	top: 0;
	padding: 0;
	margin:auto;
	/*min-height:650px;*/
	min-height:100%;
	background-color:White;
	text-align:left;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	width: 770px;
	background-image:url("images/bkg.gif");
	background-repeat:repeat-y;
}
div#mainwindow2
{
	position:relative;
	top: 0;
	padding: 0;
	margin:auto;
	/*min-height:650px;*/
	min-height:100%;
	background-color:White;
	text-align:left;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	width: 770px;
	background-image:url("images/bkg2.gif");
	background-repeat:repeat-y;
	clear:both;
}
div#topwindow 
{
    position:relative;
    top: 0;
    padding: 0;
    margin:auto;    
	background-color:White;
    text-align:left;
	border-right:1px solid #000;
	border-left:1px solid #000;	
	width: 770px;	
}
div#footer2
{
	clear:both;
	#position:absolute;
	#top:101%;
	width:100%;
	height:50px;
	background:White;
	text-align:center;
}
div#footer
{
	clear:both;
	width:100%;
	height:50px;
	background:White;
	text-align:center;
}
.formtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a2b58;
	height: 32px;
}
input { margin-bottom:3px; }
a:link { color:blue;text-decoration:underline; }
a:visited { color:blue;text-decoration:underline; }
a:hover { color:blue;text-decoration:none; }
a:active { color:blue;text-decoration:underline; } 
