﻿* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* OLD STYLES */
.tinyfont { font-size: 8pt; font-family: Arial; }
.title { font-family: Arial; font-size: 14pt; color: #008000; font-weight: bold; }
.bodytext { font-family: Arial; font-size: 9pt; color: #000000; }
a:link { color: #008000; font-weight: bold; }
a { color: #008000; font-weight: bold; }/*387271*/
p { margin:10px 0; }

/* NEW STYLES*/
body {
	background: #FFFFFF url('newshell/images/ubank-bodybg.jpg') repeat-x 50% top;
	text-align: center;
	vertical-align: top;
	height: 100%;
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000
}
.mainWrapper {
	width: 981px;
	width: expression('981px');
	margin: 0 auto;
	background: url('newshell/images/ubank-contentrepeater2.jpg') repeat-y 202px 0;
}
.header {
	width: 981px;
	height: 146px;
	background: url('newshell/images/ubank-header.jpg') no-repeat;
	text-align: center;
}
.topNav {
	width: 100%;
	position: relative;
	top: 118px;
	top: expression('118px');
	padding-left: 50px;

	text-align: center;
}
.topNav a {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 10px;
	text-decoration: none;
	display: inline;
}
.topNav a:hover {
	color: #AAAAAA;
}
.mainContent {
	width: 981px;
	background: url('newshell/images/ubank-leftnavrepeater.jpg') repeat-y;
	display: table-cell;
	background-position: 46px 0;
	/*border: 1px solid #FF0000;*/
}
.footer {
	width: 981px;
	height: 34px;
	float: none;
	clear: both;
	background: #FFFFFF url('newshell/images/ubank-footer.jpg') no-repeat;
}
.mainLeftCol {
	width: 204px;
	float: left;
	clear: left;
	display: block;
}
.mainRightCol {
	width: 768px;
	margin-right: 9px;
	float: right;
	clear: right;
	display: block;
}
.leftNavTop {
	width: 204px; 
	height: 100px;
	background: url('newshell/images/ubank-leftnavtop.jpg') no-repeat;
}
.bugs {
	width: 204px;
	height: 81px;
	background: url('newshell/images/ubank-leftnavbugs.jpg') no-repeat;
	clear: right;
	display: block;
}
.leftColRepeater {
	width: 158px;
	float: right;
	clear: right;
	display: block;
	background: url('newshell/images/ubank-leftnavrepeater.jpg') right repeat-y;
}
.leftColRepeater a {
	color: #FFFFFF;
	font-size: 11px;
}
/*.leftColFooter {
	height: 20px;
	background: url('images//ubank-leftnavbottom.jpg') repeat-y;
}*/
div.contentWrap {
	display: block;
	background: url('newshell/images/ubank-contentrepeater.jpg') repeat-y -2px 0;
	padding: 0 18px 2px 7px;
	text-align: left;
	font-size: 12px;
}
div.contentTop {
	height: 22px;
	background: url('newshell/images/ubank-contenttop.jpg') no-repeat -2px 0;
	display: block;
}
.contentBottom {
	height: 34px;
	background: url('newshell/images/ubank-contentbottom.jpg') no-repeat -1px 0;
}
.login {
	width: 190px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	padding: 11px 0 0 0;
	display: block; 
	float: none;
	clear: both;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 42%;
}
.login p {
	margin:2px 0;
}
.login a {
	color: #FFFFFF;
}
.login a:hover {
	color: #AAAAAA;
}
.loginHeader {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0;
}
/*--nav--*/
#nav ul {
	width: 158px;
	display: block;
	list-style: none;
	float: right;
}
#nav {
	display: block;
	width: 158px;
	float: right;
}
#nav li {
	width: 158px;
	height: 36px;
	background: url('newshell/images/ubank-leftnavback.jpg') no-repeat right 50%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
#nav a {
	display: block;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:9px;
	padding-top: 10px;
}
#nav a#twoline {
	padding-top:3px;
}
#nav a:hover {
	color: #79a8bc;
}

/* content styles */
h2 {
	width: 100%;
	margin: 3px 0;
	font-size: 14px;
	border-bottom: 1px solid #999999;
}
table.calcTable {
	width: 300px;
	background: #DBDBDB;
	border: 0;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}
table.calcTable td {
	padding:4px;
}
.mainRightCol ul {
	list-style: normal;
	margin: 0 0 0 30px;	
}