/*** BODY & DOCUMENT ***/
/**
	This contains some general styles such as element level styles and those that are not specific to a particular
	part of the page.
**/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
/*
body#content {
	
	background-color: #fff;
	color: #222;
	font-size: 18px;
	font: 100%/1.5 Helvetica Neue, Helvetica, Arial, Sans Serif;
	padding-top: 96px;
}*/

a,a:active {
	color: #10498F;
	text-decoration: none;
}
/*
.stNoTouch a:hover,.stNoTouch a:focus {
	color: #ffffff;
	text-decoration: underline;
}
*/
ul,ol {
	list-style-type: none;
	margin: 0;
}

li {
	margin: 0;
}

#stPageFrame {
	min-height: 100%;
	position: relative;
}

.stToolbar {
	/*font-size: 75%;*/
}
/*** end BODY & DOCUMENT ***/
.pre.contentLeader {
	/*height: 50px;
	display: table;*/
	overflow: auto;	
	width: 100%;
	border: 1px;
}
.contentMain  {
	height:50px;
	display: table;
	overflow: auto;	
	width: 80%;
	border: 1px;
}

.contentLeader  {
	/*height:50px;
	display: table;*/
	overflow: auto;	
	width: 100%;
	border: 1px;
}
.contentRibbon {
	height:50px;
	display: table;
	overflow: auto;	
	width: 100%;
	border: 1px;
}
