﻿body {
	margin: 0;
	padding: 0;
	background-image: url('../images/background_gradient.gif');
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* Related to the various backgrounds on the master page */
#pageBackground
{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 850px;
}
#shadowPanel
{
	background-color: White;
}
#pageCanvas
{
	background-color: White;
	border-left: 10px;
	border-right: 10px;
	border-style: solid;
	border-color: #EEEEEE;
	padding: 0px;
	width: 830px;
}
#pageForeground
{
	background-color: White;
	width: 810px;
	padding: 10px 10px 10px 10px;
}
#pageShadowBottom
{
	clear: both;
	background-color: #EEEEEE;
	padding: 3px;
}

/* Related to the top banner */
#topBanner
{
	position: relative;
}
.bluePeople
{
	position: relative;
	margin-left: 5px;
}
.welcome
{
	position: absolute;
	left: 164px;
	top: 8px;
	color: #0055FF;
}
.aa
{
	position: absolute;
	left: 7px;
	top: 24px;
	font-family: 'Times New Roman', Times, serif; 
	font-size: x-large;
	text-decoration: none;
	color: Black;
}
.AADD
{
	position: absolute;
	left: 63px;
	top: 57px;
	color: #000099;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
.serviceOf
{
	position: absolute;
	left: 63px;
	top: 82px;
	color: #000099;
	font-size: small;
}

/* Related to the footer */
#pageFooter
{
	color: #818181;
	background-color: #EEEEEE;
	font-size: 9px;
	text-align: left;
}
#pageFooter a:link, #pageFooter a:visited
{
	color: #333333;
	font-size: 9px;
}
#pageFooter a:active, #pageFooter a:hover
{
	color: #094EAA;
}

.xxlBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000099;
	position: absolute;
}
.xlBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000099;
	position: absolute;
}
.lBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000099;
	position: absolute;
	text-align: right;
}
.liBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: italic;
	color: #118BE5;
}
.xlBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
}
.lBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}
.boldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.sItalicBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
.s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.formbuttons {
	text-align: right;
}
.visible {
	display: inline;
}
.invisible 
{
	display: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}

