﻿*
{
	font-family: arial;
	color:#004a95;
}
body 
{
	font-size:14px;	 
	margin:0px;
	padding:0px;
	background:url(images/home_bg.gif);
	color:#004a95;
}
#bgDiv
{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 540px;
	height: 100%;
	background-color: white;
}
#loginDiv
{
	position:absolute;
	top:240px;
	left:40px;
	z-index:10;
	display:none
}
.mainLink
{
	text-decoration: none; 
	color: #004A95; 
	font-family: arial; 
	width:150px;
	text-align: right;
	font-size:14px; 
	height:22px;
}
.header
{
	position: absolute;
	top: 0px;
	left: 0px; 
}
.headerLeft
{
	width:174px;
}
.headerRight
{
	background:url(images/home_top_bar.gif);
	vertical-align:top;
	width:456px;
}
.headerLogo
{
	background:url(images/home_top_bar.gif);
	vertical-align:top;
}
#menu
{
	position: absolute;
	top: 197px;
	left: 35px;
	z-index: 2;
	visibility: visible;
	height:100%;
}
.mainMenu
{
	
}
.navBarLinkContainer
{
	
}
.navBarLink
{
	display:block;
	background:url(images/home_link.gif);
	width:133px;
	height:30px;
	margin-bottom:6px;
	text-align:right;
	line-height:28px;
	padding-right:18px;
	text-decoration:none;
	color: #004A95;
}
.navBarLink:hover
{
	color:#FFDE01;
	background:url(images/home_link_over.gif);
}
.contentPane
{
	position: absolute;
	top: 100px;
	left: 200px;
	direction:rtl;
	padding:0px;
	color: #004A95;
	padding-left:100px;
	width:467px;
}
.credits
{
	text-align:center;
	font-size:12px;	 
	margin-top:26px;
	margin-bottom:16px;

	
}
ul 
{ 
	list-style-image: url(images/button1.gif) ;
}