@import url("menu.css");
@import url("content.css");

* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: 0px;
}

body#Body {
	background-image: url("images/bg2.png");
	background-color: #304a7e;
	background-repeat: repeat-x;
}

.ControlPanel {
	border: 0px;
}

h1.H1Title {
	width: 899px; 
	height: 288px;
	position: relative;
	margin-top: 10px;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
	margin-left: auto;
	margin-right: auto;
}

h1.H1Title span {
	background-image: url("images/firstbankheader.jpg");
	position: absolute;
	width: 100%;
	height: 100%;
}

#NavDIV {
	margin-left: auto;
	margin-right: auto;
	width: 898px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #7D7D7D;
	height: 32px;
	line-height: 32px;
	background-image: url("images/navbg.gif");
}

#ContentDIV {
	background-color: #e8dfbe;
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	/* padding: 10px; */
	border: 1px solid #7D7D7D;
}

#LinksDIV {
	width:898px;
	background-color: #08583B;
	/* height: 25px; */
	line-height: 25px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #7D7D7D;
	background-image: url("images/linksbg.gif");
	background-repeat: repeat-x;
	text-align: center;
}

#PlugDIV {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.LeftPane {
	/* padding: 10px; */
	max-width: 250px;
}

.ContentPane {
	padding: 10px;
	width: 100%;
}

.RightPane {
	max-width: 175px;
}

.BottomPane {
	padding: 10px;
}

.LoginStyle {
	font-size: 12px;
}

a.LoginStyle:link, a.LoginStyle:active, a.LoginStyle:visited {
	color:#304a7e;
}

#PlugDIV a:link, #PlugDIV a:active,#PlugDIV a:visited {
	color: #fff;
}

#PlugDIV a:hover {

}

#PlugDIV a.LoginStyle:link, a.LoginStyle:active, a.LoginStyle:visited {
	color:#304a7e;
}


.FooterLinks {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: white;
}

a.FooterLinks:link,a.FooterLinks:active,a.FooterLinks:visited {
	color: white;
}

#NewsAnnounce {
	/* background-color: #0f0; */
	border-left: 1px solid #006648;
	border-bottom: 1px solid #006648;
	padding: 5px;
}


.ReadMore {
	text-align: right;
}

.DNN_IFrameContent {
	z-index: 999;
}
