body
{	
	background-color: #36578c;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 10pt;
	font-family: Arial;
}

a
{
	font-size: 1.0em;
	color: #36578c;
}

#wrapper
{
	padding: 0px;
	text-align: left;
	position: relative;	
	width: 100%;
	height: 100%;
	background-color: #36578c;
	top: 0px;
}

#topMast
{
	background-color: white;
	height: 50px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}

#customerName, #oecSlogan
{
	position: absolute;
	color: White;
	font-size: 1.0em;
	top: 8px;	
}

#customerName
{
	left: 14px;
}

#oecSlogan
{
	right: 10px;
}

#logo
{
	position: absolute;
	font-size: 1em;
	color: black;
	left: 0px;
	top: 0px;
}

#utilityNav
{
	position: absolute;
	font-size: .8em;
	color: black;
	right: 10px;
	top: 4px;
}

#utilityNav a
{
	text-decoration: none;
	color: black;
}

#utilityNav a:hover
{
	text-decoration: underline;
}

#botMast
{
	position: relative;
	background-image: url(../Images/NewLoginPage/sloganbg.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 100%;
}

#mainContent /*column 2 */
{
	padding-left: 5px;
	padding-right: 0px;
	float:left;
	width:auto;
	height:auto;
	overflow:hidden;
}

#bodyBG
{
	background-color: white;
	background-repeat:repeat-x;
	background-position: bottom;
	width: 100%;
	/*height:auto !important;*/
	margin-left: 0px;
	margin-top: 10px;
	float: left;
	position: relative;
	/*background-image: url(totals_bg.gif);*/
	background-position: bottom;
	background-repeat: repeat-x;
}

#login
{
	border: solid 1px black;
	width: 400px;
	height: 150px;
	padding-top: 10px;
}

#login .heading
{
	color: #36578c;
	font-weight: bold;
}

.scrollable
{
	overflow-y: auto;
	overflow-x: hidden;
	/*height: 435px;*/
	position: relative;
	width: 95%;
	min-width: 100%;
}