

#pageWrapper
{
	margin: 0;
	width: auto;
	min-width: 500px;
	border: solid 1px white;
	
}

#outerColumnContainer
{
	z-index: 1;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 0 158px;
	background-color: White;	
}

#outerColumnContainer1Col
{
	z-index: 1;
	border-width: 0;
	background-color: White;	
}

#innerColumnContainer
{
	z-index: 2;
	width: 100%;
	vertical-align: top;
}

* html #innerColumnContainer
{
	position: relative;	/* fix a render bug in IE under certain conditions */
}

#masterHeader
{
	width: 100%;
	background-color: white;
	border-bottom: solid 2px #004483;
	text-align: center;
}

#contentColumn, #leftColumn
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;
}

#contentColumn
{
	margin: 0 -1px;
	width: 100%;
}

#leftColumn
{
	width: 158px;
	margin: 0 1px 0 -158px;
}

#masterFooter
{
	position: relative;
	width: 100%;
	background-color: WHITE;
	color: #ffffff;
	margin: 10px 0 10px 0;
	text-align: center;
}

.blueBand
{
	height: 1em;
}

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.inside
{
	vertical-align: top;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.messageBox
{
	border: solid 1px #00009C;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #00009C;
}

.messageBoxError
{
	border: solid 2px red;
	padding: 0.5em;
	margin-bottom: 1em;
	color: Red;
}

.fieldset
{
	margin-bottom: 0.5em;
	font-size:medium;
}
    
A.adminFooterLink:link	{	
	text-decoration:	none;
    color:White;
	}	
		
A.adminFooterLink:visited	{	
	text-decoration:	none;
    color:White;
	}	
		
A.adminFooterLink:active	{	
	text-decoration:	none;
    color:White;
	}	
		
A.adminFooterLink:hover	{	
	text-decoration:underline;
    color:White;
    font-weight:bold;
	}