@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 1000px;
	background: #ffffff;
	margin: auto;
	text-align: left;
	border: thin ridge #accee7;
}

.oneColElsCtr #mainContent {
	top: 295px;
	visibility: visible;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 150px;
	margin-top: 270px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
}
#apDiv1 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:4;
	top: 0px;
	
}
#apDiv2 {
	position:absolute;
	width:141px;
	height: auto;
	z-index:3;
	overflow: hidden;
	top: 272px;
	padding-left: 10px;
	padding-right:-25px;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	font-size: 14pt;
	line-height: normal;
	color: #339933;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
}
#apDiv3 {
	position:absolute;
	width:483px;
	height:142px;
	z-index:1;
	left: 481px;
	top: 112px;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	color: #0072bc;
	text-align: right;
}
#apDiv4 {
	position:absolute;
	width:225px;
	height:74px;
	z-index:2;
	left: 246px;
	top: 200px;
	font-size: 28px;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	color: #339933;
	text-align: center;
}
a {
	color: #339933;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0072bc;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #0072bc;
}
.style2 {font-size: 18pt}
.style16 {font-size: 16pt}
.style14 {font-size: 14pt}
.style3 {font-size: 36pt}
.style10 {font-size: 10pt}


.style4 {
	font-size: 68px;
	font-weight: bold;
}
.style5 {font-size: 50px}
.style12 {
	color: #0072BC;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	font-size: 36px;
}
.style13 {
	color: #0072BC;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	font-size: 24px;
}
.blue18 {
	color: #0072BC;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	font-size: 18px;
}
.green24 {
	color: #339933;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	font-size: 24px;
}
.green22 {
	color: #339933;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	font-size: 22px;
}
.green18 {
	color: #339933;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	font-size: 18px;
}
#footer {
	width: 1000px;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida Console, sans-serif;
	font-size: 12px;
	z-index: 1;
	background-color: #cee5f5;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.heads {
	font-family: Tahoma, Lucida Sans,Lucida Sans Unicode,Lucida Console,sans-serif;
	font-size: 36pt;
	color: #339933;
	text-align: center;
}
#trade-win {
	width: 300px;
	z-index: 1;
	position:absolute;
	left: 688px;
	top: 375px;
}

