@charset "UTF-8";
/* CSS Document */
html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	background-color: #ececec;
	background-image:url(images/bg_pattern.gif);
	background-position: center center;
	background-repeat: repeat;
	background-attachment:fixed;
}
a{
	cursor: pointer;	
}
a:link,a:visited{
	text-decoration: none;
	color: #191919;
}
a:hover,a:active{
	text-decoration: none;
	color: #ff9900;
}
a img{
	border: 0px;
}
#langnav{
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: 393px;
}
#maincontainer{
	width: 826px;
  	margin: auto;
	padding: 13px;
}
#maincontainer .topbgcontainer{
	background-image:url("images/bg_top.png");
	height: 34px;
}
#maincontainer .bottombgcontainer{
	background-image:url("images/bg_bottom.png");
	height: 18px;
}
#maincontainer div.inner{
	padding: 0px 28px 0px 45px;	
	background-image:url("images/bg_middle.png");
}
#header{
	margin-bottom: 10px;
	width: 738px;
	letter-spacing: 1px;
}
#header .languages{
	text-align: right;
}
#header .heading{
	padding-top: 40px;
	font-size: 14px;
	margin-bottom: 3px;
}
#header .subhead{
	font-size: 10px;
}
#header .subnav{
	padding-top: 5px;
}
#mainimage{
	height: 348px;
	width: 737px;
}
#mainimage.noslide{
	background-color: #FFF;
}
#navigation{
	width: 200px;
	padding-top: 15px;
	padding-right: 5px;
	float: left;
	/*border-right: 1px solid #ff4a53;*/
	/*background-color: #EFEFEF; */
}
#navigation a:link,#navigation a:visited{
	text-decoration: none;
	color: #666666;
}
#navigation .active a:link,#navigation .active a:visited,#navigation .activelast a:link,#navigation .activelast a:visited{
	text-decoration: none;
	color: #ff9900;
}
#navigation a:hover,#navigation a:active{
	text-decoration: none;
	color: #ff9900;
}
#navigation .navelement{
	cursor: pointer;
	font-weight: bold;
}
#navigation .subnavcontainer{
	padding: 5px 10px 5px 10px;
}
#navigation .subnavcontainer .subnavelement{
	cursor: pointer;
}


#content{
	float: left;
	width: 500px;
	padding: 5px 5px 0px 5px;
	/*border-top: 1px solid #ff4a53;*/
	margin-left: 5px;
	/*background-color: #EFEFEF;*/
}

#footer{
	color: #4e4e4e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	line-height: 14px;
}

div.clearer{
	clear: both;	
}

#rfmark{
	position: absolute;
	left: 775px;
	top: -35px;
}
#topnavtable td{
	letter-spacing: 1px;
	font-weight: bold;
}

#societies{
	text-align: left;
}
#societies a{
	margin-right: 5px;
}

#topnavtable a:link,#topnavtable a:visited{
	text-decoration: none;
	color: #666666;
}

#topnavtable a:hover,#topnavtable a:active{
	text-decoration: none;
	color: #ff9900;
}

#subnavContent > p:first-child{
	color: #ff9900;
}
.linecontainer{
	padding: 3px 0px;
}

