@charset "utf-8";
/* CSS Document */

body {
	background-color:#D2D4D3;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align: center;
	min-width: 900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	position:static;
	font-size:12px;
	margin:0 auto;
	text-align: left;
	width:900px;
	background-color:white;
}
#top {
	position:relative;
	width:100%;
	padding-top:11px;
	background-color:#003300;
	background-repeat:repeat;
	height:115px;
	border:none;
}
#top img{
	float:left;
	margin-top:10px;
}
#main{
	float:left;
	width:900px;
	margin-top:0px;
}
#sidebar{
	float:left;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	width: 225px;
}
#content{
	float:left;
	width:630px;
	margin-top:10px;
}
#content2{
	float:left;
	width:415px;
	margin-right:15px;
}
#banknews{
	float:left;
	width:185px;
}
#menu{
	text-align:center;
	background-color:#003300;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content2 h4{
	font-size:14px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
}
.tables {
	border-color:#003300;
	border-width:1px;
	border-style:solid;
	margin-top:15px;
	text-align:left;
}
.tables a:link, v:link, a:active{
	color:red;
	text-decoration:none;
}
.tables a:hover{
	color:
	text-decoration:underline;
}
.tables td{
	vertical-align:top;
	width:25%;
}
#tabletitle{
	color:white;
	background-color:#003300;
}
#tablebackground1 {
	background-color:#CCCCCC;
}
#content .title {
	text-align:left;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
#sitemap a:link{
	color:red;
	text-decoration:none;
}
#sitemap a:visited{
	color:red;
	text-decoration:none;
}
#footer{
	clear:both;
	width:100%;
	background-color:#333333;
	color:white;
	font-size:14px;
}
#footer a:link, a:visited, a:active{
		color:white;
		text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:white;
}
#footer img{
	margin-top:5px;
	margin-left:5px;
}
