/*
==============
GENERAL STYLES
==============
*/

body	{
	background:#2266ad url(../images/bg.jpg) repeat-x;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	}
	
.totalWrap	{
	margin-top:10px;
	width:100%;
	}
	
.mainWrap	{
	margin:0px auto;
	width:800px;
	}
	
.header	{
	position:relative;
	z-index:2;
	}

a	{
	color:#2267AD;;
	}

a:hover	{
	color:#2267AD;
	text-decoration:none;
	background-color:#F6F6F6;
	}

/*
===============
BG BAR STYLES
===============

	
.barWrap	{
	width:100%;
	}	
	
.leftBarWrap	{
	float:left;
	background:url(../images/left_bar.jpg) repeat-x;
	height:109px;
	width:50%;
	}
	
.rightBarWrap	{
	float:right;
	height:109px;
	background:url(../images/right_bar.jpg) repeat-x;
	width:50%;
	}
*/	

/*
================
UTILITY NAV STYLES
================
*/
.utilityNavWrap	{
	text-align:right;
	font-size:12px;
	color:white;
	padding-right:35px;
	margin-bottom:-23px;
	position:relative;
	z-index:101;
	}

.utilityNavWrap img	{
	padding-bottom:5px;
	}

.utilityNavWrap a	{
	color:white;
	text-decoration:none;
	font-weight:bold;
	}

.utilityNavWrap a:hover	{
	color:white;
	text-decoration:underline;
	font-weight:bold;
	background:none;
	}

.utilityNavWrap a:visited	{
	color:white;
	text-decoration:none;
	font-weight:bold;
	}

.utilityNavWrap a:visited:hover	{
	color:white;
	text-decoration:underline;
	font-weight:bold;
	background:none;
	}

/*
================
LEFT PANEL STYLES
================
*/

.leftMainWrap	{
	float:left;
	width:125px;
	height:428px;
	background:url(../images/home_leftpanel.jpg) no-repeat;
	padding:5px 40px 5px 26px;
	font-size:10px;
	}

.leftMainWrap	p	{
	padding:0px 0px 0px 0px;
	margin:4px 0px 4px 0px;
	}

h1.leftPanelHeader	{
	font-size:14px;
	color:#2267AD;
	border-bottom:2px solid #666666;
	width:100%;
	margin-bottom:7px;
	}
.langSelect	{
	margin:30px 10px 5px 5px;
	background:#2267ad;
	border:1px solid #000;
	color:white;
	padding:10px;
	}
	
/*
====================
NAV STYLES
====================
*/	

.navWrap	{
	margin-top:-39px;
	padding:0px 0px 0px 44px;
	position:relative;
	z-index:3;
	}

/*
====================
MAIN CONTENT AREA STYLES
====================
*/

.rightMainWrap	{
	float:right;
	width:606px;
	}

.homeText	{
	padding:10px 75px 5px 40px;
	background:url(../images/home_text_bg.jpg) repeat-y;
	}

.homeTextFooter	{
	margin-top:-5px;
	}

ul.homeBulletins	{
	color:#D4D4D4;
	list-style-type:square;
	margin-top:-2px;
	}

.homeBulletins li	{
	margin-left:-25px;
	}	

/*
====================
FOOTER STYLES
====================
*/	

.homeFooter	{
	color:white;
	font-size:11px;
	width:100%;
	text-align:center;
	clear:both;
	}

.homeFooter a	{
	color:white;
	text-decoration:none;
	}

.homeFooter a:hover	{
	text-decoration:underline;
	background:none;
	}