body {
	margin:0;
	padding:0;
	background: #ffffff url(images/background.png) center repeat-y;
	color:#000;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

/******************* Use the following classes to set a div to display:none; *****************/
.topFullDiv { display:block; }
.topLeftDiv { display:none; }
.topRightDiv { display:none; }
.topMenuDiv { display:block; }
.leftDiv {
	display:block;
}
.bodyDiv { display:block; }
.rightDiv { display:block; }
.bottomDiv { display:block; }
/********************************* End display off/on section ********************************/

.main { /* This class is for the main div which centers the page in the browser */
	/*background:#d9c5c5;*/
	margin:0 auto;
	width:800px;
	text-align: left;
}

.topFullDiv {
	float: left;
	clear: both;
	width: 100%;
	height: 154px;
	background-color: #C89B66;
	border-bottom: solid 1px #000;
	background-image: url(images/The-Bank-Guide-154.jpg);
	max-height: 154px;
	text-align: left;
	position: relative;
	background-repeat: no-repeat;

}

.topFullDiv h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px 25px 5px 25px;
  display: inline;
  color: #270000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 75px;
  vertical-align:top;
  width: 420px;
}

.topLeftDiv { /* This is the left side class for two piece banner or information at the top of the page. */
	height: 25px;
}
.topRightDiv { /* This is the right side for two piece banner or information at the top of the page. */
	height: 25px;
}
.topMenuDiv { /* Top menu area */
	float:left;
	clear:both;
	width:100%;
	height:15px;
	/*background-color:#6F5928;*/
	border-bottom: solid 1px #000;
	vertical-align:middle;
	line-height:15px;
	text-align:left;
}
.topMenuDiv a {
	color:#fff;
	font-weight:bold;
}
.topMenuDiv a:hover {
	text-decoration:underline;
}

.mainbody {  /* This class surrounds leftDiv, bodyDiv, and rightDiv */
	/* min-height:430px; */
	/*height:auto;*/
	width:100%;
	clear:both;
	vertical-align:top;
}

.leftDiv {
	float:left;
	width:115px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 5px;

	/*height:auto;*/
}

.leftDiv ul {
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.leftDiv li {
	display:block;
}

.leftDiv li a {
	font-size: 7pt;
	margin:0px 0px 0px 5px;
}

.leftDiv a {
	font-size: 9pt;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	margin:5px 0px;
	display:block;
	border-bottom: 1px #fff solid;
}

.leftDiv a:link {
}
.leftDiv a:hover {
	color: #993300;
	text-decoration: underline;
}

.leftDiv a:active {}
.leftDiv a:visited {}

.bodyDiv { /* For main div around heading and content areas */
	float:left;
	width:560px;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;
}

.heading { /*  Page heading class - displayed above content */
	width:100%;
	/*height:25px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: center;
	margin-bottom:15px;
}

.content {
	text-align: left;
	font-size: 10pt;
	width: 558px;
}

.content p {
	padding:0px 10px;
}

.rightDiv { /* Right div for menu, ad, or other content */
	width:120px;
	float:left;
}

.bottomDiv { /* For footer information. */
	clear:both;
	height:15px;
	color:#FFF1D1;
	font-size:10px;
	text-align:left;
	line-height:15px;
	vertical-align:middle;
	bottom:0px;
	/* position:absolute; */
	width:100%;
	border-top: solid 1px #000;
}

.dark {
	/*background-color:#6F5928;*/
	background-color:#003;
}

.leftpicture {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #B0934F;
	margin: 10px;
	text-align: left;
	padding-top: 10px;
}

h1 {
  padding-left: 10px;
  display: inline;
}

h3 {
  padding-left: 10px;
  display: inline;
}

/*XebWeb Network bar*/
.networkmain {
	position:relative;
	vertical-align:top;
	height:20px;
	width: 800px;
	margin:0 auto;
	background: #111 url(images/xwnetworkbg.gif) repeat-x;
}

.networkinner {
	position:absolute;
	height:12px;
	width:620px;
	right:0px;
	top:4px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#888;
	text-align:left;
	float:right;
}

.networkinner a {
	color:#ccc;
	text-decoration:none;
	padding:0px 10px;
	font-size:12px;
}

.networkinner a:hover {
	color:#fff;
	padding:0px 10px;
	font-size:12px;
}
