
/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;  051950
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;
	BORDERS: border-left: solid 1px #ffffff;

 */

 
body {
	background: #000000 url(images/back2.jpg) 0 0 no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}



/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	min-width: 760px;
}
	
#AccessibilityNav img{
	border: none;
}

/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}

/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}


H1 {
	color:#1B405C;
	font-size: 1.2em;


}

H2 {
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
H3 {
	color:#203035;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: #1B405C 1px dotted;
font-style: italic;
}

.teal {
color:#26505e;
}
/* **********************************************Container Styles*********************************************/

div#container{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}


/***********************************Index page styles*********************************/

#indexheader {
	height: 182px;
	width: 760px;
	background: #000000 url(images/indexheader.jpg) 0 0 no-repeat;
}

/********** Flash Area *********/
#flashbox {
	width: 583px;
	height: 249px;
	background: #000000 url(images/lights1.jpg) 0 0 no-repeat;
}

/********** Right Navigation Index *********/
#rightnavboxindex {
	width: 177px;
	height: 249px;
	background-color: #26505E;
	
}

#rightnavboxindex a{
	display:block;
	color:#ffffff;
	text-decoration: none;
	line-height: 22px;
	font-weight:bold;
	padding-left:10px;
}

#rightnavboxindex a:hover {
	color:#ffffff;
	background-color:#203F4A;
}

#rightnavboxindex a:visited{
	display:block;
	color:#ffffff;
	text-decoration: none;
	line-height: 22px;
	font-weight:bold;
	padding-left:10px;
}

/********** Top Navigation Index *********/

div#topnavigation {
	padding-top: 30px;
	padding-left: 30px;
}

#topnavigation a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}

#topnavigation a:hover {
	color: #196AA1; 
	text-decoration: none;

}
#topnavigation a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;

}


div#topnavigation2 {
	padding-top: 155px;
	padding-left: 30px;
}

#topnavigation2 a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}

#topnavigation2 a:hover {
	color: #196AA1; 
	text-decoration: none;

}
#topnavigation2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;

}





/********** Footer Area *********/


#graphics {
width: 760px;
}

td#onlinebanking {
width:403px;
}

td#logos {

}

#indexfooter {
	background: #000000 url(images/footerback.jpg) 0 0 no-repeat;
	height: 144px;
	width: 760;
}



/* ************************************----------- Footer Area -----------*************************************/


#indexcopyright {
	font-size:.8em;
	background-color: #325C6A;
	width: 760;
	height:20px;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 5px;


}
#indexcopyright a:link {
	text-decoration: underline;
	color: #ffffff;
}

#indexcopyright  a:hover{
	text-decoration: none;
	color: #ffffff
}

#indexcopyright  a:visited{
	text-decoration: underline;
	color: #ffffff
}

