@charset "utf-8";
/* CSS Document */
body {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;	
	margin-bottom: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #183e50;
	background: url(../images/background.jpg);
}

#container {
	width: 944px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#border {
	background: transparent;
	margin: 0 auto;
	padding: 0;
}
#border #top-left {
	width: 28px;
	height: 28px;
	background-image: url(../images/border/container_border_tl.png);
}
#border #top {
	background-image: url(../images/border/container_border_t.png);
}
#border #top-right {
	width: 28px;
	background-image: url(../images/border/container_border_tr.png);
}
#border #left{
	background-image: url(../images/border/container_border_l.png);
}
#border #left img {
	width: 22px;
	height: 51px; 
	position: relative;
	top: 97px;
	left: 6px;	
}
#border #right {
	background-image: url(../images/border/container_border_r.png);
}
#border #right img {
	width: 22px;
	height: 51px; 
	position: relative;
	top: 97px;
	right: 0px;	
}
#border #bottom-left {
	height: 28px;
	background-image: url(../images/border/container_border_bl.png);
}
#border #bottom {
	background-image: url(../images/border/container_border_b.png);
}
#border #bottom-right {
	background-image: url(../images/border/container_border_br.png);
}
#header {
	background: #FFFFFF;
	height: 96px;
}
#search {
	vertical-align: top;
	text-align: right;
	padding: 5px;
}

#mainContent {
	padding: 0 20px 20px 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
}

#mainContent h1 {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*width:200px;*/
	/*display:inline;
	position: absolute;
	top:208px;*/
}

#mainContent h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



#footer {
	margin-bottom: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

input {
	border: solid 1px #9a9a9a;
	background: #FFFFFF;
}
input.image {
	border: none;
	vertical-align: middle;
}
.button {
	border: solid 1px black;
	background: #008ac9;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;	
}

a {
	color: #008ac9;
	font-size:1em;
}
a:hover {
	color: #ff8124;
	text-decoration: none;
	font-size:1em;	
}
a:visited {
	color: #008ac9;	
	text-decoration: none;
	font-size:1em;
}

.flash-replaced .alt {
	visibility: hidden;
	z-index: -1;
}

table.contenttable{
	padding-top: 8px;
	padding-bottom: 8px;
}
td {
	font-size:0.7em;
}
td.bp{
	width:400px;
}

/* tt_news */
div.news-list-item{
	margin-bottom:40px;
	padding-bottom:10px;
	border-bottom:solid 1px #ff8124;
}
div.news-list-item h3 a{
	font-size:13px;
	text-decoration:none;
}
div.news-list-item h3 a:hover{
	font-size:13px;
}
div.news-list-item h3 a:visited{
	font-size:13px;
}
div.news-list-item img{
	text-align: right;
}
#mainContent div.news-single-item h2{
	font-size:18px;
	color:#ff8124;
	margin-top: 30px;
}

td.content_td_main{
	font-size:11px;
}

#mainContent img {
	border:solid 1px #183e50;
}
