body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #e9e4d3;
	font-family: Arial,Helvetica,sans-serif;
}

/* Page item css */
#header {
	background: #e9e4d3 url('../Images/outback.jpg') top left no-repeat;
	width: 780px;
	height: 326px;
	margin-left: auto;
	margin-right: auto;
}
#st_logo {
	margin-top: 4px;
	margin-left: 4px;
	position: absolute;
	z-index: 999;
}

#login 
{
	width: 165px;
	margin-top: 10px;
}

#content
{
	width: 619px;
	float: right;
	margin-top: -224px;
}

#body, #roundedHeader
{
	width: 814px;
	margin-left: auto;
	margin-right: auto;	
}

/* end page item css */

.myPNG { behavior:	url("js/pngbehavior.htc"); }

/* more link styles */ 
a.more{
	font-size: 12px;
	color: Maroon;
}
a.more:link, a.more:visited, a.more:active {
	color: Maroon;
	text-decoration:none;
}
a.more:hover {
	color: Maroon;
	text-decoration:underline;
}
/* End more link styles */ 

.rb { float: right;}

/* Contact info styles */
#contact
{
	width: 790px;
	font-size: 10px;
	text-align: right;
	color: #444;
	margin-left: auto;
	margin-right: auto;
}		
#contact a:link, #contact a:visited, #contact a:active {
	color: #444;
	text-decoration:none;
}
#contact a:hover {
	color: Maroon;
	text-decoration:none;
}
/* End Contact info styles */


.overlay
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=66);
	-moz-opacity:.66;
	opacity:.66;
	z-index: -1000;
}

.contactOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1000;
}

#contactForm
{
	display: block;
	z-index: 1001;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

#forgotPassword_table
{
	display: block;
	z-index: 1001;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

.closelnk
{
	margin-top: -5px; 
	font-size: 12px; 
	float: right;
	display: block;
}
.closelnk:link, .closelnk:visited, .closelnk:active 
{
	font-weight: bold;
	color: #444;
	text-decoration:none;
}
.closelnk:hover 
{
	font-weight: bold;
	color: Maroon;
	text-decoration:underline;
}

.error {
	color: Red; font-size: 12px;
}