/***********************************************/
/* banks.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	}

a{
	color: #006699;
	text-decoration: none;
	}

a:link{
	color: #21538E;
	text-decoration: none;
	}

a:visited{
	color: #21538E;
	text-decoration: none;
	}

a:hover{
	color: #ECC31B;
	text-decoration: underline;
	}

h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 120%;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
	}

h2{
	 font-family: Arial,sans-serif;
	 font-size: 114%;
	 color: #006699;
	 margin: 0px;
	 padding: 0px;
	}

h3{
 	font-family: Arial,sans-serif;
	 font-size: 100%;
	 color: #999;
	 margin: 0px;
	 padding: 0px;
	}

ul{
	 list-style-type: square;
	}

ul ul{
	 list-style-type: disc;
	}

ul ul ul{
	 list-style-type: none;
	}	

label{
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 font-weight: bold;
	 color: #334d55;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 800px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	border-right: 1px solid #ccc;	
	margin: 10px auto;
	text-align: left;
	}	

#banner{
	margin-top: 5px;
	padding: 4px 10px 2px 0;
	border-bottom: 8px solid #000;
	width: 790px;
	background: #fff;
	height: 60px;
	font-size: 70%;
	}

#pagecell{
	padding: 0;
	width: 800px;
	}

#navBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}

#news{
  	float:right;
	width: 160px;
	padding: 10px 5px 10px 10px;
	min-height: 380px;
	background-color: #fff;
	}
	
#news img {
	padding: 4px;
	border: 1px solid #CCCCCC;
	}	

#content{
	float: left;
  	width: 400px;
  	background: #fff;
	min-height: 380px;
	padding: 10px 30px 10px 30px;
	border-right: 1px solid #ccc;
	}

#footer{
	clear: both;
	border-top: 4px solid #000;
	background: #FFCD00;
	font-size: 75%;
	color: #333;
	background-image:  url('images/footer_fade.jpg');
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	}	

#content2col{
  	width: 70%;
  	background: #fff;
	margin-left: 200px;
	padding-right: 10px;
	}
	
	
#pagecell2col	 {
	padding: 0;
	width: 800px;
	background: #fff
	}
	
/***********************************************/
/* Components                                  */
/***********************************************/

#banner p {
	padding-right: 10px;
	}	


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 75%;
	padding: 2px 0px 0 2px;
	font-style: italic;
	border-bottom: 1px dashed #ccc;
	}

/*********** #navBar link styles ***********/

#navBar ul a:link {
	display: block;
	}

#navBar ul a:visited {
	display: block;
	}
	
#navBar ul {
	list-style: none;
	 margin: 0;
	 padding: 0;
	 }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 10px 0 0 0;
	font-size: 90%;
	}


#sectionLinks a:link {
	border-left: 6px solid #fc0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 0px 2px 10px;
	margin-bottom: 6px;
	background: #e3e3e3;
	color: #000;
	}

#sectionLinks a:visited {
	border-left: 6px solid #fc0;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 0px 2px 10px;
	margin-bottom: 6px;
	background: #e3e3e3;
	}

#sectionLinks a:hover {
	border-left: 6px solid #fc0;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #fff;
	background: #999;
	text-decoration: none;
	}

/************** #news styles **************/

#news p {
	font-size: 80%;
	}	

#news a:link {
	padding: 2px 0 0 0;
	margin-bottom: 6px;
	color: #000;
	}

#news a:hover  {
	color: #000;
	text-decoration: underline;
	}

#news a:visited  {
	color: #21538E;
	text-decoration: underline;
	}

/************* #Footer styles ***************/

#footer a:hover {
	color: #000;
	}

/************* General Styles ***************/

.yellowtext {
	color: #E8BD0F;
	font-size: 110%;
	font-weight: bold;
	background: #000;
	}		

.yellowbackground {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	background: #FFCD00;
	display: block;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}		

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	}

.clear {
	clear: both;
	}

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}			
	
.random {
	width: 120px;
	background: #3399FF;
	float: right;
	padding: 10px;
	margin: 10px;
	height: 200px;
	}