﻿body
{
	margin-left: auto;
	margin-right: auto;
    background-color: #125b79;
    background-image: url('images/bottomgradient.png');
    background-position: bottom;
    background-repeat: repeat-x;
    background-attachment: fixed;
    height: 100%;
    width: 1024px;
}

p
{
	font-family: Trebuchet MS; 
	font-size: 10pt;
}

li
{
	font-family: Trebuchet MS; 
	font-size: 10pt;
}


div
{
	top: 10px;
}

div.HeaderDiv
{
	height: 120px;
	width: 1004px;
	position: relative;
	border: none;
	left: 10px;
	text-align: right;
}

div.Login
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 450px;
}

div.MainContent
{
	height: 300px;
	width: 1004px;
	position: relative;
	border: none;
	left: 12px;
	z-index: 0;
}

div.FooterDiv
{
	text-align: center;
	position: relative;
	border: none;
	width: 1004px;
	left: 10px;
	top: 45px;	
	color: Orange;
	font-weight: bold;
	font-size: 10pt;
}

div.whitebackground
{
	background-image: url('images/bgwhite.png');
	border-left-color: Black;
	border-left-width: 4px;
	border-left-style: solid;
	border-right-color: Black;
	border-right-width: 4px;
	border-right-style: solid;
	border-top-color: Black;
	border-top-width: 4px;
	border-top-style: solid;
}

.nowraplabel
{
	white-space: nowrap;
}