@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, 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;
	background-color: #7691A9;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left;
	background: #EEE;
	margin: 10px auto 0;
	border-top: thick solid #6F8938;
	border-right: medium solid #000;
	border-bottom: medium solid #000;
	border-left: medium solid #000;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;
	background-color: #000;
	height: 262px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 500px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	width: 100%;
	background: #EEE;
	font-size: 14px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#18375D;
	text-align: center;
	font-size: 11px;
	border-top: thick solid #6F8938;
	font-weight: bold;
	color: #EEE;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headerform {
	float: right;
	width:400px;
	font: 12px Verdana, Geneva, sans-serif;
	color: #18385D;
	text-align: left;
	padding-right: 10px;
	padding-left:10px;
}

#logo { float: left; }

.thrColFixHdr #container #header #headerform ul {
	float: right;
	font-size: 14px;
}

.thrColFixHdr #container #header #headerform ul li {
	display: inline;
	padding-right: 15px;
}

#topheaderlinks {
	color: #666;
	font: bold 12px Verdana, Geneva, sans-serif;
}

.thrColFixHdr #container #header #headerform #topheaderlinks li a {
	text-decoration: none;
	color: #18385D;
	font-size: 18px;
}

.thrColFixHdr #container #header #headerform #topheaderlinks li a:hover {
	text-decoration: none;
	color: #819753;
	font-size: 18px;
	text-align: center;
}

.aslan {
	background: url('images/temp.gif') no-repeat -120px 0;
	width: 186px;
	margin: 0 5px 0 0;
}
.aslan:hover {background: url('images/temp.gif') no-repeat -120px -90px;}

#navigation {
	width: 1000px;
	height:40px;
	overflow:hidden;
	clear:both;
	background: url("images/navigation_bckg.png") repeat-x;
	border-bottom: thick solid #6F8938;
}

#navigationlinks {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 40px;
	}

#navigationlinks li {
	color: #6F8938;
	display: inline;
	height: 40px;
	text-align: center;
	float: left;
	padding-right:30px;
	padding-left:30px;
	min-width: 110px;
	cursor:pointer;
}

#navigationlinks li:hover {
	color:#3CF;
	display: inline;
	background: url("images/menu_hover.gif") repeat right top;
	height: 40px;
	text-align: center;
	z-index: 1000;
	margin: 0px;
	float: left;
	cursor:pointer;
}


.btngo {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#navigationlinks li a {
	height: 40px;
	vertical-align: middle;
	text-decoration: none;
	color:#CCC;
}

#navigationlinks li a:hover {
	height: 40px;
	text-decoration: none;
	color: #18375D;
	width: 150px;
}

.headernav {
	float: left;
	margin-left: 25px;
}

#navigationlinks div {
	height:30px;
	padding-top:10px;
	width: 130px;
}

.footerlinks a {
	color: #FFF;
	text-decoration: none;
}

.footerlinks a:hover { color: #6F8938;
	text-decoration: none; }

#boxcontainer {
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#boxcontainerholder { width: 100%; }

#boxcontainerheader {
	background: url("images/bluecontentheader.png") no-repeat center top;
	height: 40px;
	text-align: center;
	padding-top: 20px;
	color: #EEE;
	font: bolder 20px Verdana, Geneva, sans-serif;
}

#longboxcontainerheader {
	height: 40px;
	text-align: center;
	padding-top: 20px;
	color: #EEE;
	font: bolder 20px Verdana, Geneva, sans-serif;
	background-image: url("images/orangelongcontentheader.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#boxcontinercontent {
	background: url("images/bluecontentbody.png") repeat-y center top;
	font-size: 14px;
	padding: 5px 15px;
	font-weight: normal;
	color: #333;
	height: 420px;
}

#longboxcontinercontent {
	font-size: 12px;
	padding: 5px 15px;
	background-image: url("images/longbodycontent.png");
	background-repeat: repeat-y;
	background-position: center top;
	height: 150px;
}

#boxcontainer #boxcontinercontent h4 { color: #03C; }

#boxcontinerfooter {
	color: #FFF;
	height: 15px;
	background: url("images/bluecontentfooter.png") no-repeat center top;
}

#longboxcontinerfooter {
	color: #FFF;
	height: 15px;
	background-image: url("images/longcontentfooter.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#longboxcontainer {
	width: 620px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#longboxcontinercontent #headerform form h4 {
	font-size: 18px;
}
h2 {
	color: #18375D;
	font-family: Verdana, Geneva, sans-serif;
}
#mainContent a {
	color: #EEE;
}

#mainContent a:hover {

}
a {
	text-decoration: none;
}
.contentbox {
	background-image: url("images/h2background.png");
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 2px;
}
.contentbox p {
	font-size: 13px;
}
#mainContent div a {
	color: #18375D;
}
.learnforex {
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.formbutton {
	cursor:pointer;
	border:outset 1px #ccc;
	color:#FFF;
	font-weight:bold;
	padding: 5px 10px;
	background-image: url("images/footer_bckg.png");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #999;
}




