@import url("modules.css");
@import url("menus.css");
@import url("content.css");
@import url("customStyling.css");

html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

html, body, label, td
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

form
{
	margin: 0px;
}

#sitePaneMain
{
	position: relative;
	width: 785px;
	min-height: 100%;

	margin-left: auto;
	margin-right: auto;

	background-image: url("../images/sitePaneMainBackground.png");
	background-repeat: repeat-y;
}

#sitePaneHeader
{
	width: 100%;
	height: 169px;
	background-repeat: no-repeat;

	overflow: hidden;
}

.headerImage
{
	background-image: url("../images/headers/header01.jpg");
	width: 100%;
	height: 100%;
}

#sitePaneTopMenu
{
	position: absolute;
	left: 190px;
	top: 160px;
	z-index: 50;
	width: 570px;
}

#sitePaneLeft
{
	float: left;
	width: 169px;
	height: 100px;
	overflow: visible;;
}

#sitePaneRight
{
	float: right;
	width: 124px;
	padding-top: 20px;
}

#sitePaneContent
{
	padding-top: 20px;
	padding-left: 190px;
	padding-right: 150px;
	padding-bottom: 20px;
}

#sitePaneFooter
{
	position: fixed;
	z-index: 300;
	bottom: 0px;
	width: 785px;
	height: 22px;
	background-image: url("../images/sitePaneFooterBackground.gif");
}

#footerMenu
{
	display: block;
	position: absolute;
	z-index: 300;
	width: 169px;
	text-align: center;
}

#footerDisclaimer
{
	display: block;
	bottom: 0px;
	position: absolute;
	z-index: 2;
	margin-left: 335px;
	font-size: 9px;
	color: #2665b6;
}

#footerDisclaimer a
{
	color: #2665b6;
	text-decoration: none;
	font-size: 9px;
}


.hideMeFooter, #footerDisclaimer a.hideMeFooter
{
	color: #B3D700;
}
a:link, a:focus, a:visited, a:active
{
	color: #c51e6d;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



.inputbox
{
	border: 1px solid #2665B6;
	margin: 2px;
}

.inputboxPurple
{
	border: 1px solid #7F1448;
	margin: 2px;
}
