@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
	margin: 0;
	padding: 0px;
	color: #3f3f3f;
	font-family: Avant-Garde, sans-serif;
	font-size: 14px;
	

}
h1 { font-size: 12pt }
h2 { font-size: 11pt }
h3 { font-size: 10pt }
h4 { font-size: 10pt }

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-30%;
    width:200%;
	

}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}


#container {
	
	margin-left:15%;
	margin-right:15%;
	width: 100%;
	height:100%;
	overflow:auto;
	position:absolute;

}


#header {
	 background: url(../img/header.png) no-repeat  top;
	 float: left;
	 width: 988px;
	height: 152px;
	 display: inline;
	

}

#contenttop {
	background: url(../img/contenttop.png) no-repeat;
	width: 998px;
	height: 35px;
	padding-top:22px;
	display: inline;
	float: left;
}

#mainContent {
	background: url(../img/mainback.png) repeat-y;
	width: 998px;
	display: inline;
	z-index:-1;
	float: left;
	
}

#centerCol {	
	display: inline;
	float: left;
	width: 800px;
	padding-left:100px;
	padding-right:10px;
	padding-top:20px;
    	

	
}


#contentbottom {
	background: url(../img/contentbot.png) no-repeat;
	width: 998px;
	height: 70px;
	display: inline;
	float: left;
}
#footer {
	z-index:5;
	float: left;
	width: 998px;
	display:inline;
	font-size: 11px;
	color: #cccccc;
	text-align: center;
}

#mainMenu {
	float: left;
	height: 23px;
	width: 100%;
	display: inline;	
	position:relative;
	overflow:hidden;
}

#mainMenu ul {
	clear:left;
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	left:50%;
	text-indent: 20px;
	position:relative;
	text-align:center;
	
}
#mainMenu ul li {
display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}
#mainMenu ul li a {
	font-family: "Verdana", serif;
	color: #3b3b3b;
	font-size: 18px;
	text-decoration: none;
	text-align:center;
	letter-spacing: .1em;
	
}
#mainMenu ul li a:hover {
	color: #e2e2e2;
	text-decoration: underline;
}

/* default styles for extension "tx_tedefaults_tt_news" */
.news-catmenu-NO img, .news-catmenu-ACT img {
 vertical-align: sub;
 _vertical-align: -30%;
 margin-right: 3px;
}

.news-catmenu-ACT a {
 color: #253748
}

.news-list-item{
 padding-bottom: 1em;
}

.news-list-item h3 {
 padding: .2em;
 border-bottom: 1px dashed #3c3c3c;
 border-top: none;
 background: none;
}

.news-list-item p {
 font-size: 10pt;
 margin: 0;
 padding-top:.3em;
 padding-bottom: .3em;

}

.news-list-morelink {
 float: right;
 clear: both;
}

.news-list-date {
 float: right;
 font-size: 9pt;
}

/* latest news */

.news-latest-date {
 float: right;
 font-size: 8pt;
}

.news-latest-item h4 {
 margin: 0;
 padding-top: .3em;
}

.news-latest-item p {
 font-size: 9pt;
 margin: 0;
 padding-bottom: .3em;
 border-bottom: #3c3c3c solid 1px;
}