/******** default styles ********/
/******** page elements *******/
@media screen{
	body{
		margin:0 auto;
		background-color:#F2F2F2;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#575654;
		text-align:center;
	}
}
@media print{
	body{
		margin:0;
		background-color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#575654;
	}
}
div{	
	position:relative;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#575654;
	text-align:left;
}
td, span{
	text-align:left;
}
img{
	border:0;
}
h2{
	display:inline;
	font-size:15px;
}
h3{
	display:inline;
	font-size:14px;
}
h4{
	display:inline;
	font-size:12px;
}
/***********************************/

/********** link defaults ***********/
a:link{
	color:#575654;
	text-decoration:none;
}
a:visited{
	color:#575654;
	text-decoration:none;
}
a:hover{
	color:#F0A21F;
	text-decoration:none;
}
.underlineLink a:link{
	text-decoration:underline;
}
.underlineLink a:visited{
	text-decoration:underline;
}
.underlineLink a:hover{
	text-decoration:underline;
}
/************************************/

/************ font styles ************/

.footerText{
	font-size:9px;
	color:#6E6E6E;
}
.footerText a:link{
	font-size:9px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
.footerText a:visited{
	color:#000;
	text-decoration:none;
}
.footerText a:hover{
	color:#F0A21F;
	text-decoration:underline;
}
.sectionHeader{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.lightGrey{
	color:#7D7D7D;
	font-size:12px;
}
.blackText{
	color:#000000;
}
.blackText a:link{
	color:#000000;
}
.blackText a:visited{
	color:#000000;
}
.blackText a:hover{
	color:#F0A21F;
}
.blackTextBold{
	color:#000000;
	font-weight:bold;
}
.nearlyBlack{
	color:#323232;
}
.nearlyBlack a:link{
	color:#323232;
}
.nearlyBlack a:visited{
	color:#323232;
}
.nearlyBlack a:hover{
	color:#ffffff;
}
.heading4{
	color:#000000;
	font-size:14px;
}
.heading3{
	color:#000000;
	font-size:18px;
}
.headingCharcoal{
	font-size:12px;
	font-weight:bold;
	color:#4F4F4F;
}
.charcoal11{
	font-size:11px;
	font-weight:normal;
	color:#4F4F4F;
}
.white{
	color:#FFFFFF;
}
.smallButton{
	font-size:9px;
	font-weight:bold;
	color:#737373;
}
.orange{
	color:#F0A21F;
}
/************************************/

/********* containers *******/
/*** styles not to be printed ***/
@media screen{
	#languages{
		width:951px;
		height:28px;
		background-color:#f2f2f2;
		margin:0 auto;
		z-index:300;
	}
	#menu{
		display:block;
		left:16px;
		width:650px;
		height:52px;
		border:0;
		margin:0 auto;
		float:left;
		padding:0;
		background-color:#FFFFFF;
		z-index:200;
	}
	#footer{
		width:951px;
		height:28px;
		top:7px;
		margin:0 auto;
	}
	#logo{
		width:285px;
		height:52px;
		border:0;
		margin:0 auto;
		float:left;
		left:10px;
		background-image:url(../gfx/logo.gif);
	}
}
@media print{
	#languages{
		display:none;
	}
	#menu{
		display:none;
	}
	#footer{
		display:none
	}
	#logo{
		width:285px;
		height:52px;
		border:0;
		margin:0 auto;
		float:left;
		left:0px;
		background-image:url(../gfx/logo.gif);
	}
}
/*************************************/

/****************************************/

/************** main menu ***************/
#menuWrapper{
	position:relative; 
	width:650px; 
	top:0px;
	left:0px; 
	border:0; 
	margin:0;
	z-index:10;
}
#menuBG{
	z-index:250; 
	width:650px; 
	height:52px;
	background-image:url(../gfx/white.gif);
	background-repeat:repeat;
}
.mainMenuDivider{
	position:absolute;
	width:1px;
	float:left;
	background-color:#000000;
	height:35px;
	margin-top:15px;
	z-index:90;
}

.mainMenuDiv{
	position:absolute;
	width:auto; 
	visibility:hidden;
	float:left;
	z-index:11;
	top:0px;
}

.menuButtonsDiv{
	position:absolute;
	width:auto; 
	visibility:visible;
	float:left;
	z-index:201;
	height:52px;
	top:0px;
	padding-right:39px;
	background-image:url(../gfx/white.gif);
	background-repeat:repeat;
}

.mainMenuEndTD{
	height:3px;
	background-color:#F0A21F;
}
.mainMenuTD {
	width:auto;
	color:#E5BAC0;
	
	margin:0 auto;
	background-color:#E8E8E8;
}

.mainMenuTD a{	
	width:auto;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	/*font-weight:bold;*/
	border-bottom:1px solid #696969;
	background-color:#E8E8E8;
	height:16px;
	padding:5px 7px 2px 7px;
}

.mainMenuTD a:hover{
	color:#FDFDFD;
	background-color:#F0A21F;
}

#nukemenu{
	position:absolute;
	top:12px;
	font-size:9px;
	color:#63625D;
}
#langmenu{
	position:absolute; 
	right:0px;
	top:6px;
	font-size:10px;
}
#langmenu a:link{
	color:#929292;
}
#langmenu a:visited{
	color:#929292;
}
#langmenu a:hover{
	color:#F0A21F;
}
/****************************************/
