@charset "utf-8";
/* //////////////////////////////////////////////////////////////////////////////////
*********************** MAIN BODY GENEREAL CSS RULESs s********************************
////////////////////////////////////////////////////////////////////////////////// */
body {
	font-family:"Lucida Sans Unicode", Tahoma, Arial;/***DEFAULTFONT FAMILY OF THE WEBSITE***/
	color:#fff; /***DEFAULT FONT-COLOR OF THE WEBSITE***/
	margin:0.2em 0 0 0;
	font-size:12px;/***DEFAULT FONT SIZE OF THE BODY***/
    background:#006599 url(../images/bg.jpg) repeat-x fixed center;
}
a, a:visited {
	color:#ffff00;
	text-decoration:none;
}
a:hover {
	color:#ffff00;
	text-decoration:underline;
}
#main_body_table {
	width:970px;
	background-color:#006495;
}
#main_body_curve_top {
	background-image:url(../images/top.png); background-repeat:no-repeat; background-position:center; height:10px; display:none;
}
#main_body_curve_bottom {
	background-image:url(../images/bottom.png); background-repeat:no-repeat; background-position:center; height:10px; display:none;
}
#_main_body_menu, #_main_body_modules, #_main_body_footer {
	/*background-color:#006495;*/
}
#_main_body_menu {
	padding-bottom:0;
}
/* //////////////////////////////////////////////////////////////////////////////////
INCLUDES SECTION OF MAIN BANNER ONLY
////////////////////////////////////////////////////////////////////////////////// */
/*	******* SITE'S BANNER && CHANGE LANGUAGE LINK ******	*/
#_mainbanner, #_mainbanner_pages, #_companybanner, #_companybanner_pages{
	height:222px;
}
#_mainbanner .top_navigation,
#_mainbanner .top_navigation a {
	padding-top:1.5em;
	text-align:right;
	color:#FFFF00;
	text-decoration:none;	
	text-transform:uppercase;
} 

#_mainbanner .top_navigation a:hover{
	color:#FFFFFF;
} 
#_companybanner {
margin-left:-2px!important;
}
#_companybanner_inline {
	font-size:14px;
	font-weight:bold;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing:0.5em;
    letter-spacing:0.3em;
}
/* //////////////////////////////////////////////////////////////////////////////////
CONTAINS THE THREE COLUMN OF OUR MAIN BODY AND THEIR INNER CSS
////////////////////////////////////////////////////////////////////////////////// */
/*	******* MAIN BODY SECTION INCLUDING THREE COLUMNS OF THE MAIN TABLE BODY ******	*/
#_leftbody, #_mainbody, #_rightbody {
	vertical-align:top;
}
#_leftbody {
	width:480px!important;
	padding-right:5px;
}
#_mainbody {
	width:240px!important;
	padding-right:5px;
}
#_rightbody {
	width:240px!important;
}
/*	INNER CSS OF #_leftbody	: FOR THE BOOKMARK SECTION ONLY	*/
#_bookmarkbar {
	border-collapse:collapse;
	width:100%;
	border:1;
	border-color:#DADADA;
}
#_bookmarkbar_row1 {
	width:14%;
	text-align:center;
	background-color:#006495;
}
#_bookmarkbar_row2 {
	width:13%;
	text-align:center;
	background-color:#006495;
}
#_bookmarkbar_row3 {
	text-align:left;
	background-color:#F5F5F5;
}
#_bookmarkbar_row4, #_bookmarkbar_row5 {/* NOT USED YET */
	display:none;
}
/*******	INNER CSS FOR THE NOTICE SECTION AND NEWS SECTION *********/
#_notices, #_news {
	 height:100;
	 vertical-align:top;
	 background-color:#F5F5F5;
}
#_news {
	 vertical-align:top;
	 text-align:center;
}
#_noticeshead, #_newshead {
	background-color:#006495;
	color:#867635;
	border-bottom:1px #cccccc dashed;
	font-family:tahoma;
	font-weight:bold;
	display:block;
	padding:5px 0 5px 6px;
}
#_noticescaption, #_newscaption {
	color:#666666;
	font-weight:bold;
	display:block;
	padding:5px 0;
	text-indent:1em;
	text-decoration:none;
	text-align:left;
}
#_noticescaption:hover, #_newscaption:hover {
	text-decoration:underline;
}
#_noticesdetail, #_newsdetail_link {
	display:block;
	text-align:right;
	padding-right:4px;
	border-bottom:1px #cccccc dashed;
	text-decoration:underline;
}
#_newsdetail {}
#_noticesdetail:hover, #_newsdetail_link:hover {
	text-decoration:none;
}

/*	INNER CSS OF #_leftbody	: FOR THE EVENT CALANDER SECTION ONLY	*/
#_inc_calander, #_inc_calander_year, #_inc_calander_month {
	text-align:center;
	font-size:10px;
}
#_inc_calander {height:9px;}
#_calander {
	 height:126;
	 vertical-align:middle;
	 background-color:#F5F5F5;
	 text-align:center;
}
#_calanderhead {
	background-color:#006495;
	color:#867635;
	border-bottom:1px #cccccc dashed;
	font-family:tahoma;
	font-weight:bold;
	display:block;
	padding:5px 0 5px 6px;
	text-align:left;
}
/*	INNER CSS OF #mainbody	: FOR THE SLIDESHOW SECTION ONLY	*/
#_slideshow {
	text-align:center;
	padding:4px 0;
}
/*	INNER CSS OF #_leftbody	: FOR THE BANNER SECTION SECTION ONLY	*/
#_sponsor {
	vertical-align:middle;
	background-color:#F5F5F5;
	text-align:center;
}
#_sponsorhead {
	background-color:#006495;
	color:#867635;
	border-bottom:1px #cccccc dashed;
	font-family:tahoma;
	font-weight:bold;
	display:block;
	padding:5px 0 5px 6px;
	text-align:left;
}
/*	INNER CSS OF #_leftbody	: FOR THE POLLING SECTION SECTION ONLY	*/
#_poll {
	border-collapse:collapse;
	background-color:#F5F5F5;
}
#_pollhead {
	background-color:#006495;
	color:#867635;
	border-bottom:1px #cccccc dashed;
	font-family:tahoma;
	font-weight:bold;
	display:block;
	padding:5px 0 5px 6px;
	text-align:left;
}
#_pollquestion {
	 vertical-align:bottom;
	 height:32;
	 font-size:13px;
	 padding:2px;
}
#_polloptions {}
#_pollsubmit {
	color:#FFFFFF;
	border:none;
	background-color:#333333;
	cursor:pointer;
	padding:2px;
	width:30%;
}
#_pollsubmit:hover{
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
}
/*	INNER CSS OF #_leftbody	: FOR THE WELCOME SECTION SECTION ONLY	*/

#_welcomehead { padding:0; background:#4E94B8 url(../images/curves/welcome_left_top.png) no-repeat top left; width:482px; }
#_welcomehead div{ background:url(../images/curves/welcome_left_bottom.png) no-repeat bottom left; }
#_welcomehead div div{ background:url(../images/curves/welcome_right_bottom.png) no-repeat bottom right; }
#_welcomehead div div div{ background:url(../images/curves/welcome_right_top.png) no-repeat top right; }
/* CORNERS */
#_welcomehead img {padding:0.6em 0 0 1em;}
#_welcomebody {padding:1em; background:#4E94B8;}
#_welcomeslide {font-size:11px;}
/*	******* VIDEOS SECTION ******	*/
#_videos {
	text-align:center;
}
#_videoslink {
	display:block;
	text-align:right;
	padding-right:8px;
	text-decoration:underline;
}
#_videoslink:hover {
	text-decoration:none;
}
/*	******* HITCOUNTER SECTION ******	*/
#_hitcounter {
	padding-top:8px;
}
#_hitcounterhead {
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
}
#_hitcounterfrom {
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
/* //////////////////////////////////////////////////////////////////////////////////
CONTAINS THE FOOTER LINKS CSS AND FOOTER INFORMATION CSS such as copyright information
////////////////////////////////////////////////////////////////////////////////// */
/*	******* FOOTER LINK AND COPYRIGHT INFORMATION ******	*/
#_footer_link {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	text-align:center;
	height:32px;
	word-spacing:5px;
}
#_afooter {
	color:#FFFFFF;
	text-decoration:none;
}
#_afooter:hover{
	text-decoration:underline;
}
#__footer_information_all {
	margin-left:1px;
	margin-top:6px;
}
#_footer_information1, #_footer_information2, #_footer_information3 {
	padding-bottom:8px;
	padding-top:8px;
	background-color:#4e94b6;
}
#_footer_information3 img {
	text-align:right;
	border:none;
}
#_footer_information1 {
	padding-left:20px;
	width:40%;
	vertical-align:top;
}
#_footer_information2 {
	width:35%;
	vertical-align:middle;
}
#_footer_information3 {
	width:25%;
	text-align:right;
	padding-right:10px;
	vertical-align:bottom;
}
.footer_info_link {
	text-decoration:underline;
}
/*****************************************************************************************************************/
/*----------------------------------------ALL THE DETAIL SECTION's CSS------------------------------------------*/
/****************************************************************************************************************/

/* //////////////////////////////////////////////////////////////////////////////////
CONTAINS THE CSS FOR THE INNER PAGES..........
THE FOLLOWING SECITON IS FOR THE FORMAT OF THE INNER PAGES!!!!
////////////////////////////////////////////////////////////////////////////////// */
#_leftbody_inner, #_mainbody_inner, #_rightbody_inner {
	vertical-align:top;
}
#_leftbody_inner {
	display:none!important;
	padding:0;
	margin:0;
}

#_mainbody_inner {
	width:730px;
	padding:0;
	padding-right:10px;
}

#_rightbody_inner {
	width:240px!important;
	margin-right:0!important;
}

#_noticesprefix, #_newsprefix {
	padding:0.8em 0 0 3em;
	vertical-align:top;
	width:3%;
        color:#ffc;
}
#_noticestitle, #_newstitle,
#_noticestitle a, #_newstitle a {
	padding-top:1em;
	width:97%;
	font-size:14px;
	color:#ffc;
        font-weight:200;
        vertical-align:top;
font:small tahoma, verdana, sans-serif;
}

#_eventleader {
	font-size:14px;
	font-weight:bold;
}
#_event_date_time {
	font-weight:bold;
}
._noticesinnerlink, ._newsinnerlink {
	text-decoration:none;
	font-size:14px;
	color:#222222;
}
._noticesinnerlink:hover, ._newsinnerlink:hover {
	text-decoration:underline;
	color:#222222;
}

#_noticesdate, #_newsdate {
	padding-bottom:12px;
	font-size:11px;
}

/*	THE INNER PAGE SECTION-DYNAMIC PAGES ::: Applied on outer table*/
#_contentbodyinner, #_newsbodyinner, #_noticesbodyinner, #_gallery, #_gallery_inner {
	padding:8px;
	margin:0;
	background:#4E94B8;
}
#_contentbodyinner .maincontentbody {
	padding:1em;
}

#_pathlink a,
#_pathlink {
	text-align:right;
	color:#fff;
	font-size:10px;
	padding:0.3em 0.5em;
	text-decoration:none;
	text-transform:lowercase;
}
#_pathlink a:hover{
	text-decoration:underline;
}
#_contenthead, #_newsheading, #_noticesheading, #_galleryheading, #_pollheading, #_videoheading, #_eventheading {
	font-family:tahoma;
	color: #ffffff;
	font-weight:100;
	font-size:20px;
	text-indent:1em;
	padding-bottom:0.8em;
}
#_contentpageoptions{
	text-align:right;
	padding:0.4em 0.8em;
}
#_contentpageoptions a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
}
._pageoptions {
	font-size:12px;
	color:#222222;
	text-decoration:underline;
}
._pageoptions:hover {
	text-decoration:none;
}

/* ROUNDED CORNORS */
#forex_include div{	background:url(../images/curves/forex_left_top.png) no-repeat left top;}
#forex_include div div{	background:url(../images/curves/forex_right_top.png) no-repeat right top;}
#forex_include div div div{	background:url(../images/curves/forex_right_bottom.png) no-repeat right bottom;	padding:1em;}
#forex_include{	margin-top:0.3em; font-family:Arial, Helvetica, sans-serif; background:#c5c9cc url(../images/curves/forex_left_bottom.png) no-repeat left bottom;}
#forex_include table{ margin-top:0.7em;}
#forex_include table th{color:#003399; padding:0;text-transform:uppercase; text-align:left; }
#forex_include table tr{ color:#000;}
#forex_include img{	margin-top:0.8em;border:0;}
#forex_include h4{margin:0;color:#990f0d;}

/* ROUNDED CORNORS FOR FAQs */
#faq_include div{background:url(../images/curves/forex_left_top.png) no-repeat left top;}
#faq_include div div{background:url(../images/curves/forex_right_top.png) no-repeat right top;}
#faq_include div div div{background:url(../images/curves/forex_right_bottom.png) no-repeat right bottom;padding:1em;}
#faq_include{/*margin-left:0.20em;*/margin-top:0.3em;font:12px Arial, Helvetica, sans-serif;font-weight:bold; background:#c5c9cc url(../images/curves/forex_left_bottom.png) no-repeat left bottom;}
#faq_include ul li{	list-style-type:none; clear:both; margin-left:-2.2em; min-height:2.2em;}
#faq_include .list1, #faq_include .list1 a{	color:#003399;}
#faq_include .list2, #faq_include .list2 a{	color:#000;}
#faq_include img{margin-top:0.3em;border:0;}
#faq_include h4{margin:0;color:#990f0d;}

/* ROUNDED CORNORS FOR HOW TO  */
#howto_include div{	background:url(../images/curves/forex_left_top.png) no-repeat left top;}
#howto_include div div{	background:url(../images/curves/forex_right_top.png) no-repeat right top;}
#howto_include div div div{	background:url(../images/curves/forex_right_bottom.png) no-repeat right bottom;	padding:1em;}
#howto_include{	margin-top:0.3em; font-family:Arial, Helvetica, sans-serif; background:#c5c9cc url(../images/curves/forex_left_bottom.png) no-repeat left bottom; }
#howto_include .top, #howto_include .top a { margin-top:1.8em; display:block; vertical-align:middle; text-align:right; font-size:20px; letter-spacing:0.02em; color:#666666; }
#howto_include .bottom, #howto_include .bottom a { margin-top:0.1em; margin-bottom:2.2em; display:block; vertical-align:middle; 	font-size:20px; letter-spacing:0.02em; color:#000;}
#howto_include h4{margin:0;color:#990f0d;}

/*	THE PAGINATION SYSTEM */
#_paginate {border:1px inset #222222;padding:4px;text-align:center;color:#666666;font-size:10px;background-color:#E9E9E9;}
#_search {font-size:11px;color:#333333;}
#thispage a {text-decoration:none;color:#ffff00;font-weight:bold;}
.faqbody {color:#ffc;}

#contactform span{font:1.8em Arial, Helvetica, sans-serif;color:#fff;font-weight:bold;padding-left:4em;}
#contactform input[type="text"], #contactform textarea{font:12px Arial, Helvetica, sans-serif;width:200px;}
#contactform textarea{width:300px;}
.response{font:11px Arial, Helvetica, sans-serif;border:1px dashed #ccc;padding:0.6em 2em;text-align:center;}
