* 
{
 margin: 0;
}
html, body 
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 25px;
	color: #000033;
	text-align: left;
	background-image: url(/images/mastheadBG4.jpg);
	background-repeat: repeat-x;	
	height: 100%;
}



.topSpacer
{
	margin-top: 4px;
}

.PageContent
{
	margin-top: 40px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 20px;
}

a
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #003399;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}

a:hover
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
	background-color: #3366FF;
}

a:visited
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	color: #333333;
	font-weight: 100;
	text-align: left;
	text-decoration: none;
}

/* Form Styling */
.textBox
 {
	border: 1px solid #999999;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0066FF;
	padding: 5px;
	margin: 2px;
	right: auto;
	width:300px;
}

.textBoxPassword
{
	border: 1px solid #999999;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0066FF;
	padding: 5px;
	margin: 2px;
	width:300px;
}

.siteButton
{
	font-weight: bold;
	color: #ffffff;
	background-color: #2a3d65;
	width:200px;
}

.cancelButton
{
	font-weight: bold;
	color: #000000;
	background-color: #ffe4e1;
	width: 200px;
}

.siteButtonNoWidth
{
	font-weight: bold;
	color: #ffffff;
	background-color: #2a3d65;
}

.ColumnTitle
{
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
	padding-left: 5px;
}
.AltRowGray
{
	background-color: #dcdcdc;
}
td.ColumnTitleYellow
{
	font-weight: bold;
	color: #000000;
	background-color: #ccc;
	font-size: 12px;
	border-right: #696969 1px groove;
	border-top: #696969 1px groove;
	border-left: #696969 1px groove;
	border-bottom: #696969 1px groove;
	padding-right: 5px;
	padding-left: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.cursorHand
{
	cursor: hand;
	text-decoration: underline;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer
{
	font-family: Trebuchet MS;
	background-color: #000000;
	width: 100%;
	text-align: center;
	background-image: url(/images/topfooterHEADER.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 10px;
}

