/* CSS Document */
body, html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background:#ccaa62 url(../images/bg_dark.png) top left repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#404040;
}
* {
	outline:none;
}
p {
	margin:0 0 18px 0;
	line-height:21px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	/*text-align:center;*/
	line-height:21px;
}
a {
	color:#404040;
	text-decoration:none;
}
a img {
	border:none;
}
td {
	vertical-align:top;
	padding-right:15px;
	padding-bottom:5px;
	font-size:12px;
}
td p {
	margin:0;
	text-align:left;
}
li {
	line-height:21px;
}

.hidefocus, object { 
	outline:none; 
}

#site {
	margin:0 auto;
	width:1150px;
	position:relative;
}

#container-left {
	float:left;
	width:182px;
	margin-right:13px;
}
#logo {
	float:right;
	height:145px;
}
#menu {
	clear:right;
	margin-right:5px;
	text-align:right;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
#menu li {
	height:21px;
	margin-bottom:1px;
	width:160px;
	float:right;
}
#lang {
	text-align:right;
	padding-top:25px;
	margin-right:5px;
	clear:both;
}
#container-right {
	float:left;
	width:760px;
	height:560px;
	background:#fff9e4;
}
#wrap {
	height:93px;
	padding-top:32px;
}
#wrap a {
	padding:0 7px;
	font-size:16px;
}
#wrap a:hover, #wrap a:focus, #wrap a.active {
	text-decoration:underline;
}
#title {
	font-size:25px;
	margin:0;
	line-height:normal;
	text-align:center;
}
#submenu a {
	line-height:1.6em;
}
#submenu, #termenu {
	text-align:center;
	padding-top:5px;
}
#termenu {
	padding-left:30px;
	padding-right:30px;
}
#termenu a {
	font-size:11px;
	white-space:nowrap;
	padding:0 5px;
}

	
#content {
	margin:20px 0px 20px 17px;
	padding-right:17px;
	text-align:justify;
	position:relative;
	height:392px;
	overflow:auto;
	font-size:12px;
}
#content a {
	text-decoration:underline;
}


#pic {
	position:absolute;
	top:0;
	left:195px;
	width:760px;
	height:560px;
	background:#fff9e4;
	z-index:10;
	/*display:none;*/
}


#content .align-center {
	text-align:center;
}
#content .align-left {
	text-align:left;
}
#content .align-right {
	text-align:right;
}

.noUDL, .noUDL a {
	text-decoration:none !important;
}

/* events */

.EventsListTable {
	border-spacing:0;
	border-collapse:collapse;
}
.EventsListTable th {
	text-align:left;
	padding:5px;
}
.EventsListTable td {
	padding:6px 5px;
	border-bottom:2px solid #FFF;
}
.EventsListRow td {
	background:#f5e9c6;
}
.EventsListRowOdd td {
	background:#f1e3bc;
}

/* FCE col*/
.colWrap {
	overflow:hidden;
	margin:-15px 0 15px;
}
* html .colWrap {
	height:1%;
	overflow:visible;
}
.fce2col .colLeftWrap {
	float:left;
	width:50%;
}
.fce2col .colRightWrap {
	float:right;
	width:50%;
}
.colLeftContent {
	padding-right:10px;
	margin-top:15px;
}
.colRightContent {
	padding-left:10px;
	margin-top:15px;
}