html,body,table#pagelayout {
height:100%;
}
body {
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	background-color: #0b254a;
	margin:0px;
}
img {
	border: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
/* Layout Custom Classes */
/* Layout Holder */
#loHOL {
	width:595px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
/* Layout Container */
#loCON {
	min-height:100%;
	width:100%;
	background-color:#A5AEBD;
	float:left;
	margin-bottom:-19px;
	height:100%;
	background-image:url('../img/lo/t6d_lo_bg.png');
}
#loCON[id] {
	height:auto;
}
/* Layout Main Content */
#loMCO {
	background-color:#3262A4;
	width:591px;
	margin:auto;
	height:100%;
}
#loMCO[id] {	
	margin-left:2px;
}
/* Layout Header Image */
#loHIM {
	width:591px;
	height:110px;
}
/* Layout Header Bar */
#loHBA {
	width:100%;
	height:2px;
	font-size:1px;
	background-color:#FFFFFF;
}
/* Layout Header Navigation Bar */
#loHNB {
	width:100%;
	font-size:1px;
	background-color:#799ECB;
	height:30px;
}
/* Layout Separator */
#loSEP {
	width:100%;
	height:30px;
}
/* Layout Separator 2 */
#loSEP2 {
	width:100%;
	height:10px;
}
#loSEP2[id] {
	height:20px;
}
/* Layout Separator 3 */
#loSEP2 {
	width:100%;
	height:7px;
}
#loSEP2[id] {
	height:14px;
}
/* Layout Page Content */
#loPCO {
	text-align:left;
	min-height:100%;
	width:100%;
}
/* Layout Content Height Holder */
#loCHH {
	width:100%;
	height:100%;
	margin-bottom:-19px;
}
/* Layout Footer */
#loFOO {
	float:left;
	min-width:595px;
	background-color:#799DCC;
	text-align:center;
	font-family:verdana;
	font-size:11px;
	overflow:hidden;
	width:100%;
	height:19px;
}
/* Layout Vertical Separator */
#loVSE {height:30px;width:100%;float:left; }
#loVSE[id] {height:45px;}
/* Layout White Separating Bar */
#loWSB {
	height:1px;
	width:591px;
	margin-left:1px;
	background-color:#FFFFFF;
	font-size:1px;
}
#loWSB[id] {
	margin-left:2px;
}
/* Layout Footer Outer Div */
#loFOD {
	overflow:hidden;
	position:relative;
}
#loFOD[id] {
	width:100%;
	height:100%;
	display:table;
	position:static;
}
/* Layout Footer Middle */
#loFOM {
	position:absolute;
	left:-20%;
	top:50%;
}
#loFOM[id] {	
	width:100%;
	display:table-cell;
	vertical-align:middle;
	position:static;
}
/* Layout Footer Inner */
#loFOI {
	position:relative;
	top:-50%
}
#loFOI[id] {
	position:static;
}
/* Full Span */
#fspan {
	width:100%;
	height:100%;
	text-align:center;
}
/* Derivative Classes */
input.sbox {
	border:2px solid #DEE1E4;
	background-color:#92A0B3;
	height:23px;
	font-size:16px;
	color:#FFFFFF;
}
/* Cake Classes */
h1 {
	margin-left:15px;
}
p.error, span.notice {
	margin-left:30px;
}