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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-image: url(../images/layout/bg_body.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	margin: auto;
	width: 1125px;
	height: 100%;
	text-align: center;
}
#header {
}
#header ul {
	margin: 0px;
	padding: 0px;
}
#header li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#tophead {
	color: #333333;
	height: 22px;
	background-image: url(../images/layout/header_top.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 6px;
	padding-right: 25px;
	font-size: 90%;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tophead a {
	color: #FFFFFF;
	text-decoration: none;
}
#tophead a:hover {
	color: #333333;
	text-decoration: underline;
}
#midhead {
	background-image: url(../images/layout/header_mid.png);
	background-repeat: no-repeat;
	height: 33px;
	padding-right: 24px;
	padding-left: 200px;
	padding-top: 66px;
}
#basehead {
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-y;
}
#imghead {
	margin-right: auto;
	margin-left: auto;
}
#middle {
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main {
	float: left;
	width: 774px;
	text-align: left;
}
#right {
	float: right;
}
#quicklinks {
	width: 284px;
	padding-left: 2.5px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	background-image: url(../images/titles/quicklinks_title.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#trading {
	width: 284px;
	padding-left: 2.5px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	background-image: url(../images/titles/trading_hours.png);
	background-repeat: no-repeat;
}
#hr {
	clear: both;
	height: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#sitemap {
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-y;
	font-size: 75%;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	clear: both;
	color: #666666;
}
#sitemap ul {
	margin: 0px;
	padding: 0px;
}
#sitemap li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#sitemap a {
	text-decoration: none;
	color: #000000;
}
#sitemap a:hover {
	color: #FFE100;
	text-decoration: underline;
}
#footer {
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 20px;
	font-size: x-small;
	padding-right: 40px;
	padding-left: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
