body
{
	background-color:#93c0d7;
	background-image:url(../img/body_bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	min-height:468px; /* for good browsers*/
	min-width:552px; /* for good browsers*/
	
}
#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}

#MainWrapper
{
	width:505px;
	height:350px;
	margin:auto;
	padding:10px;
	vertical-align:middle;
	text-align:center
	position:relative;
	
	/* display:table-cell; */
}

#inner {
	background-color:#ffffff;
	width: 505px;
	height: 310px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	/* border:1px solid #000; */
}

/* Header Styles */


#Header 
{
	overflow:hidden;
}

#Logo 
{
	float:left;
	width:132px;
}

#HeaderExtras 
{
	float:right;
	width:700px;
	font-size:0.8em;
	text-align:right;
	color:#005295;
}

#Login
{
	float:right;
	margin:11px 9px 0px 0px;
	font-size:1.1em;
	background-image:url(../Img/red_arrow.gif);
	background-repeat:no-repeat;
	padding-left:8px;
	background-position:left 0.35em;
}

#Search
{
	padding:21px 6px 0px 0px;
	float:right;
}

#Search form
{
	margin:0px;
}

#SearchText
{
	width:113px;
	border:1px solid #b7b7b7;
	font-size:1.1em;
	padding:2px;
}
