/* Main Layout Styles */
/****************************//****************************/
body
{
	background-color: #fff;
	color: #000000;
	margin: 0;
	padding: 0;		
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-box-sizing: border-box;	
}	
table.Layout
{
	background-color: #fff;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
}
table.Header
{
	background-color: #fff;
	width: 100%;
	-moz-box-sizing: border-box;
}
table.Header td.HeaderRep
{
	background-repeat: repeat-x; 
	margin: 0px;
	padding: 0px;
	height: 157px;
	vertical-align: top;
	-moz-box-sizing: border-box;
}
table.Layout td.Content
{
	vertical-align: top; 
	padding: 10px 10px 15px 0px;
	-moz-box-sizing: border-box;
}
#LeftNav
{
	background-repeat: no-repeat; 
	width: 185px;
	margin: 0pxi
	vertical-align: top;
	padding-left: 12px;
	-moz-box-sizing: border-box;
}
table.Layout td.LeftNavRep
{
	background-repeat: repeat-y; 
	width: 198px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	-moz-box-sizing: border-box;
}
div.FooterMenu
{
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 10px;
	-moz-box-sizing: border-box;
}
div.FooterMenu a
{
	color: #263866;
	font-size: 10px;
	font-weight: normal;
}
div.FooterMenu a:Hover
{
	color: #000;
	font-size: 10px;
}
div.FooterMenu span
{
	color:  #999999;
	font-size: smaller;
}
/* Hides images for preloading */
img.preLoad 
{
	display: none;
}
/* Internet banking Login */
/****************************//****************************/

div.LogIn
{
	background-color: #808080;
	color: white;
	text-align: center;
	width: 140px;
	border: 2px outset #808080;
	padding: 2px 2px 10px 2px;
	font-size: 9;
	-moz-box-sizing: border-box;
}
div.LogIn a
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
div.LogIn a:hover
{
	color: yellow;
}
table.LeftNavLinks
{
	width: 153;
}
table.LeftNavLinks td
{
	text-align: right;
}
table.LeftNavLinks a
{
	color: #606060;
	font-weight: bold;
	text-decoration: none;
	font-size: 13;
}
table.LeftNavLinks a.NavBold
{
	color: #263866;
	font-weight: bold;
	text-decoration: none;
	font-size: 14;
}
table.LeftNavLinks a:hover
{
	color: #263866;	
}
table.LeftNavLinks1
{
	width: 153;
}
table.LeftNavLinks1 td
{
	text-align: right;
}
table.LeftNavLinks1 a.NavBold
{
	color: #263866;
	font-weight: bold;
	text-decoration: none;
	font-size: 12;
}
table.LeftNavLinks1 a
{
	color: #606060;
	font-weight: bold;
	text-decoration: none;
	font-size: 11;
}table.LeftNavLinks1 a:hover
{
	color: #263866;	
}

/****************************//****************************/
#HeaderThumb
{
/*	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
*/
	float: right;
	margin: 10px 10px 0px 0px;
}
#HeaderThumb1
{
/*	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	right: 10px; */
	float: right;
	margin: 10px 10px 0px 0px;
}
/* aImage used to remove border from image links */
/****************************//****************************/
img.aImage
{
	border: 0px;
}

