/* general stuff */

body{
	margin:auto;
	padding:0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 11px;
	background: #fff;
	color: #000;	
}
#page{
	background: url(../images/bg.png) repeat-y #ffffff;
	width: 1000px;
	margin: auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#left{
	float: left;
	width: 213px;
	background: #000;	
	border-right: #002e6e;
	color: White;
}
#logo{
	height: 178px;
	border-top:1px solid White;
	border-bottom:1px solid White;
	border-right:1px solid White;
}
#right{
	text-align: left;
	width: 787px;
	float: right;
}
.clear{
	clear: both;
}
#top-menu{
	background: #000000;
	text-align: right;
	color: #fff;
	padding-top: 3px;
	height: 20px;
}
#top-menu a{
	color: #fff;
	margin: 0px 5px 0px 5px;
}
#lang-menu{
	background: #000000;
	height: 19px;
	text-align: left;
	color: #fff;
	padding-top: 4px;
        padding-right: 110px;
}
#ll{
	display: inline;
	position: absolute;
	margin-left:10px;
}

#lang-menu div span{
	margin-left: 3px;
}
#lang-menu div.rawimages{
	width: 140px;
	display: inline;
	margin-left: 50px;
}

#lang-menu a{
	color: #fff;
}

#main-menu{
	height: 26px;
	background: #990000;
	color: #fff;
}
#main-menu a{
	color: #fff;    	
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
#main-menu a:hover{
	text-decoration: underline;	
}

#main-menu div{
	padding-top: 4px;
	padding-left: 4px;
}
#th{
	background: #990000;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
        font-size: 12px;
	
}
#left-menu div{
	padding-left: 10px;
	margin-right: 10px;
}
#left-menu div table td{
	padding-bottom: 5px;
	padding-top: 5px;
}
#left-menu div table td div{
	margin-left: 10px;
	padding:3px;
}
#left-menu div table td div a{
	font-weight: normal;
}
#left-menu a{
	color: White;
	font-weight: bold;
	font-size: 12px;
}
#footer{
	background: #990000;
	height: 26px;
}
#footer table{
	margin-top: 2px;
	margin-left: 15px;
	color: #fff;
}
#footer table td a{
	color: #fff;
}
#content{
	padding: 20px;
	width: 505px;
}
#content-right{
	width: 237px;
	float: right;
	padding-top: 1px;
}
#content-right table.moduletable a{
	color: #0E2F7F;
}
#content-right table.moduletable{
	margin: 0px;
	width: 100%;
}
#content-right table.moduletable th{
	height: 20px;
	background: #990000;
	color: #fff;
	padding: 5px;
        text-align: center;
}
#content-right table.moduletable ul{
	margin: 10px;
	margin-left: 20px;
	padding: 0px;
}
#content-right table.moduletable li{
	list-style: none;
	margin-bottom: 10px;
}

#lang-menu img{
	border:0px;
}
.contentheading{
	display:none;
}
.moduletable-otd{
	width: 190px;
	margin-left: 20px;
}
.moduletable-otd table{
	width: 190px;
}
.moduletable-otd b{
	color: #FF3300;
}
.moduletable-otd td.map{
	background: url(../images/map.png) no-repeat;
}


