@charset "UTF-8";
body {
	background: url(../img/back.png);
	background-color:#a9a9a9;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	text-align:left;

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

a:link {
	color:#2b4d80;
	text-decoration: underline;
}

img { border: 0; 
}

#container {
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	
}


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




#contenttop {
	background: url(../img/contenttop.png) no-repeat;
	width: 1003px;
	height: 52px;
	display: inline;
	margin-left:auto;
	margin-right:auto;
	float: left;
}

#sitetop {
	background: url(../img/sitetop.png) no-repeat;
	width:1003px;
	height:31px;
	display:inline;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

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

#centerCol {	
	display: inline;
	float: right;
	width: 320px;
	padding-right: 50px;
	
}

#leftCol {	
	display: inline;
	float: left;
	width: 530px;
    padding-right: 35px;
	padding-left: 60px;
	
}

#contentbottom {
	background: url(../img/contentbot.png) no-repeat;
	width: 1003px;
	height: 101px;
	display: inline;
	float: left;
}
#footer {
	color:#000000;
	float: left;
	width: 100%;
	display:inline;
	font-size: 11px;
	text-align: center;
	margin-left:auto;
	margin-right:auto
}

#footertext{
	width:1003px;
	color:#FFFFFF;
	padding-top:45px;
	display:inline;
	text-align:center;
	float:left;
}

#mainMenu {
	float: left;
	height: 29px;
	width: 100%;
	padding-top:10px;
	display: inline;	
	position:relative;
	overflow:hidden;
}

#mainMenu ul {
	clear:left;
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	left:50%;
	text-indent: 15px;
	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: "Times", serif;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	text-align:center;
	
}
#mainMenu ul li a:hover {
	color: #cbcbcb;
	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: 2px solid #881900;
 border-top: 2px solid  #881900;
 background: #cccccc;
 
}

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

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

/* 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: #dbe6f0 dashed 1px;
}