/* =Body
------------------------------------------------------------------*/

body { 
font-family: Georgia, "Times New Roman", serif;
font-weight: normal; 
color:#333333;
text-decoration:none;
position:relative; 
top:0px;
margin-left: auto;
margin-right: auto;
margin-top:0px;
 }

 a { 
color:#333333;
text-decoration:none;
 }
 
 a :visited{ 
color:#333333;
text-decoration:none;
 }

.hidden {
 visibility: hidden;
 display: none;
}
 
/* Language Menu*/
div#language {
display : block; 
position:relative; 
top:0px;
left:-1px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width:1001px; 
height:22px; 
align:right;
padding: 0px 0px 0px 30px;
background:#ffffff;
font:normal 70% georgia,serif;
line-height:22px;
} 

div#language active {
font:bold 90%/205% georgia,serif;
} 

div#language a:hover {
text-decoration:underline;
} 



/* Content Container */

div#background {
display : block; 
position:relative; 
top:5px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width:980px; 
height:688px; 
padding: 0px 0px 0px 0px;
}




/* Begin Nav Dropdown*/
#menu{
width:982px;
position:absolute;
left:100px;
top:1px;
z-index:50;
}


#menu h1
{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 1px;
font:normal 220% georgia,serif;
line-height:55px;
display:block;
position: relative;
left:-100px;
white-space:nowrap;
/* Gap between top nav buttons */
background:#ffffff;
text-decoration:none;
padding:0px 0px 0px 30px;
height:79px;
width:245px;
}



.activetab
{
font:normal 90%/205% georgia,serif;
position: relative;
display:block;
white-space:nowrap;
/* Gap between top nav buttons */
margin:0px 0px 0px 1px;
padding:45px 0px 0px 30px;
background:#ececec;
text-decoration:none;
width:145px;
height:34px;
}


#menu h2{
font:normal 90%/205% georgia,serif;
display:block;
white-space:nowrap;
/* Gap between top nav buttons */
margin:0px 0px 0px 1px;
}

#menu h2 a{
display:block;
white-space:nowrap;
background:#ffffff;
/* Gap between top nav buttons */
padding:45px 0px 0px 30px;
height:34px;
color:#333333;
text-decoration:none;

}

#menu h2 a:hover{
display:block;
white-space:nowrap;
background:#f0ed19;
/* Gap between top nav buttons */
margin:0px 0px 0px 0px;
}



#menu ul{
list-style:none;
margin:0;
padding:0;
border-spacing:0px;
float:left;
/* Width of Main Nav Buttons */
width:176px;
height:78px;
}

#menu li{
position:relative;
}





/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
/* MouseOver Background colour of Main Tabs */
background:#f0ed19;
cursor:pointer;
}

div#menu li:hover{

z-index:100;
}



/* End of non-anchor hover selectors */

/* End of Nav Dropdown */

/* Nav Shadow */

div#navshad1 {
display : block; 
background-color: #000000; 
filter: alpha(opacity = 08); 
opacity:0.08; 
width:631px; 
height:83px;  
position:absolute; 
top:0px; 
left:0px; 
z-index:1 
}

div#navshad2 {
display : block; 
background-color: #000000; 
filter: alpha(opacity = 20); 
opacity:0.2; 
width:628px; 
height:79px;  
position:absolute; 
top:2px; 
left:1px; 
z-index:1 
}

div#navshad3 {
display : block; 
background-color: #000000; 
filter: alpha(opacity = 15); 
opacity:0.15; 
width:629px; 
height:80px;  
position:absolute; 
top:2px; 
left:1px; 
z-index:1 
}	


/*Footer*/
#footer {
	display:block;
	position: relative;
	left:-10px;
	border-top:1px;
	border-top: medium solid #999999;
	border-width: 1px;
	top:661px;
	width:1000px;
	font-size: 9px;
	color: #333333;
	background:#cccccc;
	padding: 20px 0px 30px 0px ;
	z-index:15;
	text-indent: 1cm;
	
}

#footer a:hover {
	text-decoration:underline;
	
}



