body, td, h1, h2, h3, h4, h5, li, input, select {
	font-family: courier new, courier, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	text-transform: uppercase;
}

html, body {
	height: 100%;
        margin: 0px;
	padding: 0px;
	/* text-align: center;	/* centering page: ie workaround centering page */
	background-color: #000000;
	scrollbar-base-color: #EEECEB;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p, form {
        margin: 0px;
	padding: 0px;
}

p.bodytext {
	margin-bottom: 0.2em;
}

form, div {
	xborder: solid 2px #0000FF;
}


table {
        margin: 0px;
	padding: 0px;
	border-style: none;
        border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	xborder: solid 2px #00FF00;
	xtable-layout: fixed;
}

td, th {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-style: none;
        border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	xborder: solid 1px #FF00FF;
}

table#maintable {
	height: 729px;
	text-align: left;	/* centering page: undo ie workaround centering page */
	/* margin: 0 auto;		/* centering page */
	xborder: solid 2px #FFFFFF;
	color: #000000;
}

table#maintable td#main {
	width: 967px;
	position: relative;
	background: url(images/bg_main.jpg) no-repeat top left;
}

#content_title {
	margin-left: 220px;
	margin-right: 200px;
	margin-top: 15px;
	xborder: solid 1px #FF00FF;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

#content_subtitle {
	margin-left: 220px;
	margin-right: 200px;
	margin-top: 20px;
	xborder: solid 1px #FF00FF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#content {
	margin-top: 10px;
	margin-left: 220px;
	width: 540px;
	height: 365px;
	overflow: auto;
	xborder: solid 1px #FF00FF;
}

#menu_map {
	position: absolute;
	top: 590px;
	left: 184px;
	xborder: solid 1px #FF00FF;
}

table#maintable td#right {
	vertical-align: top;
	padding: 15px;
	padding-top: 10px;
}

td#right {
	color: #FFFFFF;
}

td#right h1,
td#right h2,
td#right h3 {
	color: #813F31;
}

td#right h1 {
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

td#right div.banner_r {
	padding: 0px;
	margin: 0px;
}

/* --------------------------------- tt_news SINGLE view  -------------------- */

.news-list-container {
	/* wraps whole content */
}

.news-list-container div {
	xborder: 1px solid #FF00FF;
}

.news-list-item {
	/* wraps item */
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BDBDBC;
}

.news-list-date, .news-single-date {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}

.news-list-title, .news-single-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.news-list-subheader, .news-single-subheader {
	font-style: italic;
	padding-left: 5px;
	margin-bottom: 5px;
}

.news-single-content {
	margin-bottom: 5px;
}

.news-list-morelink, .news-single-backlink {
	font-size: 11px;
}

.tx-ttnews-browsebox td {
	padding: 2px;
}

.news-amenu-item-year {
	font-weight: bold;
	padding: 5px;
}

.news-amenu-container ul {
	xpadding-left: 0px;
	list-style-type: none;
}

/* ----- tab for for mailform ------------------------------------------------ */

.csc-mailform {
	border: none;
}

.csc-mailform-field {
	position: relative;
	margin: 2px;
}

.csc-mailform-field label {
	width: 120px;
	height: 2em;
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
	/* background-color: #FF0000; */
}

.csc-mailform-label {
	clear: both;
}

.csc-mailform-field * label {
	width: auto;
	/* display: none; */
	/* float: none; */
	/* clear: both; */
	/* background-color: #FF00FF; */
}

.csc-mailform-field span.csc-mailform-radio label {
	width: auto;
	/* display: none; */
	/* clear: both; */
	/* float: none; */
	/* background-color: #FF00FF; */
}

/* .csc-mailform-field input[type=text] */

.csc-mailform-field input,
.csc-mailform-field select,
.csc-mailform-field textarea {
	display: block;
	float: right;
	xheight: 2em;
	margin-right: 200px;
}

.csc-mailform-field .csc-mailform-submit {
	background-color: transparent;
	display: block;
	float: right;
	margin-top: 5px;
}

.csc-searchform .csc-form-labelcell {
	padding-right: 5px;
	font-weight: bold;
}

.csc-form-fieldcell {
	text-align: right;
}

.csc-searchform .csc-form-submit {
	background-color: transparent;
	display: block;
	margin-top: 5px;
}

