@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:white;
background-color:#666666;
}

h2{
font-size:16px;
font-weight:bold;
}

h3{
font-size:16px;
font-weight:bold;
text-align:center;
}

h3 a:link{
color:#999;
}

.buttonlink{
display:block;
margin-bottom: 5px;
background-color:#000000;
color:#000000;
width:100px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #FFFFFF;/* */
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#000000;
color:#FFFFFF;
width:90px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #999999;/* */
}

.menutitleActive{
cursor:pointer;
margin-bottom: 5px;
background-color:#000000;
color:#0099FF;
width:90px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #999999;/* */
}

.submenu{
margin-bottom: 0.5em;
}

#topbar{
width: 778px;
height: 18px;
background-color:#333333;
font-size:15px;
font-weight:bold;
text-indent:5px;
}

#topbarimg{
height: 18px;
position:absolute;
z-index:5;
left:538px;
top:0px;
}

#masterdiv{
padding-left: 8px;
margin-top: 6px;
border-left:solid 6px;
border-left-color:#333333;
width: 165px;
height:auto;
}

/*
#menuimage{ 
position:absolute;
text-align:center;
top: 270px;
margin-left: 30px;
}
*/
#content{
width:850px;
/*background-color:#000000;*/
position:absolute;
left:50%;
margin-left:-425px;
top:20px;
height:auto;
}

#animation{
	left:-25px;
	top:125px;
	position:relative;
	width:850px;
	text-align:center;
	}

#boxcontent{
position:absolute;
top: 24px;
left: 175px;
width: 620px;
background-color:none;
height:auto;
}


#languageboxes{}
#languageboxes img{
	padding-left:10px;
	padding-right: 10px;
	}
	
#languageboxes a img{
	text-decoration:none;
	border:none;
	}


#textcontent{
background-color:#333333;
width:580px;
margin-left:6px;
padding-left: 10px;
padding-right: 6px;
padding-top:5px;
padding-bottom:5px;
margin-bottom:5px;
overflow:auto;
}

.largeimage{
text-align:center;
margin-bottom: 10px;
}

.textimage{
float:left;
margin-right: 10px;
}

.thumbbox{
float:left;
width: 287px;
height:282px;
background-color:#333333;
padding: 0px 4px 2px 4px;
margin-left:6px;
margin-bottom: 6px;
text-align:center;
}

.thumbbox a img{
border:solid 1px;
border-color:#333333;
}


.thumbbox a:hover img{
border:solid 1px;
border-color:#FFFFFF;
}


a:link{
color:#FFFFFF;
text-decoration:none;
}

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

a:hover{
color:#FFFFFF;
text-decoration:underline;
}

a.activeMenu:link{
color:#0099FF;
}

a.activeMenu:visited{
color:#0099FF;
text-decoration:none;
}

a.activeMenu:hover{
color:#0099FF;
text-decoration:underline;
}



