/* CSS Document */

/*
CSS - Bana Trust
*/

body {
	background: #666666 url(images/background.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}


a:link {
color:#ff0099;
text-decoration : none;
}
a:visited {
color:#ff0099;
background : inherit; 
text-decoration : none; 
}
a:hover {
color:#333333;
text-decoration : none; 
}
a:active {
color:#ff0099; 
}


/* Header */

#header {
	margin:0 auto;
	width: 850px;
	height:40px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding:0;
	margin: 20px auto 5px auto;
}


#headermain {
	margin:0 auto;
	width: 848px;
	height:80px;
	border:solid;
	border-width: 1px;
	border-color:#666666;
	text-align: left;
	padding:0;
	margin: 0px auto 5px auto;
}

#header h1 {
	margin: 0px;
	padding-top: 25px;
	font-size: 23px;
	letter-spacing: -0.5px;
	color: #FFFFFF;
}

#header h2 {
	float: left;
	font-size: 14px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 848px;
	height: 25px;
	margin: 0px auto 10px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	border:solid;
	border-width: 1px;
	border-color: #666666;
	color: #666666;
	float: right;
	width: 70px;
	padding: 3px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	background: white;
}

#menu a:hover {
	background: #ff0099;
	color:white;
}

#menu li.active a {
 background: white;
color: #ff0099;
}


/* Content */

#content {
	background: white;
	width: 847px;
	margin: 5px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border:solid;
	border-width: 1px;
	border-color:#666666;
}

#colOne {
	float: right;
	width: 300px;
	margin-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/banalogo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}

#colTwo {
	float: left;
	width: 475px;
	margin-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width: 1px;
	
}

#colThree {
	float: left;
	width: 848px;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #B2D4F7;
	color: #173E68;
}

#content h2 {
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 16px;
	color: #ff0099;
	text-align: left;
}

#content h4 {
	background-color: #EEEEEE;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 15px;
	color: #173E68;
}

#content h5 { 
 font-weight: normal;
	color: #ff0099;
	font-size: 16px;
	font-style: normal;
	text-align: left;
	padding-left: 0px;
	font-family: cooper black, Arial, Helvetica, sans-serif;

}

#content p {
	font-size: 13px;
	color: #000033;
	text-align: left;
}

#content h3 {
	font-size: 13px;
	color: #000033;
	text-align: left;
	margin-left: 10px;
	text-decoration: none;
}

/* Footer */

#footer {
	width: 846px;
	margin: 5px auto;
	padding: 3px 0px 0px 0px;
	height: 20px;
	
}

#footer h1 { 
 font-weight: bold;
	color: white;
	font-size: 12px;
	font-style: normal;
	margin-top: 0px;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #330000;
}

#footer a {
	color: #990066;
}

#footer a:hover {
	color: #ff0099;
}

