/*--------------------------------- Standard Intro Stuff  -----------------------------------*/

body {
	color            : #000000;
	margin-top       : 0px;
	margin-bottom    : 0px;
	padding          : 0px;
	background-color : #FFFFFF;
	font-family      : Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/dotted-bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333333;
}

/*--------------------------------- Wrappers for Page Elements  -----------------------------------*/
#pageWrapper
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contentWrapper
{
	background-color : #FFFFFF;
}

/*--------------------------------- Wrappers for Columns  -----------------------------------*/
/*-- Left --*/
#leftWrapper
{
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	background: #0A3667;
}
#leftWrapper h1
{
	border-top: 10px solid #FFFFFF;
	padding:5px 0 5px 0;
	width: 100%;
	font-size:90%;
	font-weight: normal;
	color: #0A3667;
	background-color: #B7CDEB;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 0 0;
}

#leftWrapper p
{
	font-size: 100%;
	color:#FFFFFF;
	padding:0 5px 0 5px;
}


/*-- Middle --*/
#middleWrapper
{
	float: left;
	width: 486px;
	background-color : #FFFFFF;
}
#middleWrapper h1
{
	padding:0 0 0 0;
	color:#0A3667;
	font-size:90%;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
}

#middleWrapper p
{
	font-size: 85%;
}

/*-- Right --*/
#completerightWrapper {
	float: right;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:#FFFFFF;
}

#rightWrapper
{
	float: right;
	width: 150px;
	margin: 10px 0 0 0;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
#rightWrapper h1
{
	padding:3px 0 3px 0;
	width: 100%;
	font-size:70%;
	background:#EBEBEB; color:#0A3667;
	text-align: center;
	border-top:1px dotted #999999;
	font-family: Arial, Verdana, sans-serif;
	border-bottom:1px dotted #999999;
	margin: 0 0 0 0;
}

#rightWrapper p
{
	font-size: 80%;
	color:#333333;
	padding:0 5px 0 5px;
}

#rightWrapper img
{
	padding-top: 5px;
}

#rightWrapper a
{
	color:#0A3667;
	text-decoration: none;
}
#rightWrapper a:Hover {
	color:#0A3667;
	text-decoration: underline;
}

/*-- Logos - Bottom Right --*/
#logosWrapper {
	float: right;
	width: 150px;
	margin: 20px 0 0 0;
	border-left:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
}

/*--------------------------------- Header  -----------------------------------*/
#navigationHeader {
	width: 790px;
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: none;
	background-position: top left;
}

#navigationHeader form input, form textarea {
  padding:0px;
  border:none;
  font-family:Arial,Helvetica,sans-serif;
	color:#034EA1;
  font-size:70%;
}

/*--------------------------------- Top Menu Bar  -----------------------------------*/
#backgroundMenu_1
{
	width: 790px;
	height: 24px;
	background-image: url(images/navigation-bgnd-wide.gif);
	background-position: top left;
}

#menu_1
{
	width: 790px;
	height: 24px;
	float: left;
	padding: 0 0 0 0;
}

#menu_1 .button
{
	float: left;
	height: 24px;
}

#menu_1 a
{
	background-image: url(images/navigation-rollover.gif);
	padding: 0 8px 0 8px;
	background-position: top right;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	color: #0A3667;
	font-weight:bold;
}

#menu_1 a:Hover
{
	background-position: bottom right;
	color: #FFFFFF;
}

#menu_1 a.navOn
{
	background-position: bottom right !important;
	color: #FFFFFF;
}




/*--------------------------------- Other Styles  -----------------------------------*/

#sitepathWrapper
{
	float: left;
	width: 468px;
	border-bottom: none;
	padding: 0 0 0 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px dotted #999999;
	margin: 10px 10px 0 10px;
}
#sitepath {
	font-size:80%;
	color:#DDDDDD;
	padding: 3px 5px 3px 5px;
}
#sitepath a {
	color: #999999;
	text-decoration: none;
}
#sitepath a:Hover {
	color: #666666;
	text-decoration: none;
}
	
#maincontentWrapper
{
	float: left;
	width: 490px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#content
{
	padding: 10px 15px 15px 15px;
	margin: 0 0 0 0;
}

#content p {
	padding: 0px;
	font-size:75%;
	color: #000000;
}


#content ul li {
	font-size:75%;
	color: #000000;
}

#content ul li li {
	font-size:100%;
	color: #000000;
}


#content a
{
	color:#0A3667;
	text-decoration: none;
}
#content a:Hover {
	color:#0A3667;
	text-decoration: underline;
}

#content .csc-header {
	margin: 12px 0px 0px 0px;
}

#content .csc-header-date {
	font-size: 60%;
	color: #9B8F82;
	padding: 0px;
	margin: 0px;
}

#content .bodytext {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

#content h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#contentLeft {
	font-size:70%;
}

#contentLeft h3 {
	padding:5px 5px 0 5px;
	margin:0 0 0 0;
	color:#FFFFFF;
	text-align: left;
}

#contentLeft a {
	color:#F6D00E;
	text-decoration: none;
}

#contentLeft a:Hover {
	color:#DAB90F;
	text-decoration: none;
}

#contentLeft p {
	padding: 0 5px 0 5px;
	margin: 5px 0 5px 0;
	color:#FFFFFF;
	text-align: left;
}



#footerWrapper {
	width: 788px;
	border: 1px dotted #999999;
	float: left;
	margin-top: 150px;
	margin-bottom: 5px;
}
#footerContent {
	padding: 10px;
	color: #999999;
}
#footerContent p {
	padding: 10px;
	font-size:70%;
	color: #999999;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footerContent a {
	color: #999999;
	text-decoration: none;
}
#footerContent a:Hover {
	color: #666666;
	text-decoration: none;
}

.xhtmlbutton {
  float:right;
  margin:0 0 0 12px;
	border-width:0px;
}



/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px dotted #999999;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

#news-latest-container {

}

#news-latest-container h3 {
	padding:5px 5px 0 5px;
	margin:0 0 0 0;
	color:#034EA1;
	font-size:90%;
	text-align: left;
}

#news-latest-container p {
	padding:5px 5px 15px 5px;
	margin:0 0 0 0;
	color:#9B8F82;
	font-size:70%;
	text-align: left;
	border-bottom: 1px dotted #999999;
}

.news-latest-date {
	color: #9B8F82;
	background-color: #EBEBEB;
	font-size: 60%;
	text-align: left;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
}



/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-item {
	padding:5px 5px 17px 5px;
	margin-bottom:5px;
	border:1px dotted #999999;

}

.newslistitem a:hover {
	text-decoration: none;
	}

.news-list-item H2 {
	font-size: 110%;
	font-weight:bold;
	color: #0A3667;
	margin-bottom: 0px;
}
.news-list-item H3 {
	margin-bottom: 15px;
}

.news-list-img {
	float: right;
	margin-left:5px;

}

.news-list-imgcaption {
	padding:3px;
	clear:both;
}

.news-list-category {
	font-size: 60%;
	float: right;
}
.news-list-backlink, .news-list-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-list-timedata {
	float: right;
}
.news-list-timedata, .news-list-author,.news-list-imgcaption {
	font-size: 9px;
}
.news-list-author {
	padding-bottom: 3px;
}
.news-list-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-list-related,.news-list-files,.news-list-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-list-related DD, .news-list-links DD, .news-list-files DD {
	margin-left:20px;
}

.news-list-related DT, .news-list-links DT, .news-list-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}


/*---------------------------------  tt_news Page-Browser ---------------------------------*/




/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px dotted #999999;

}
.news-single-item H2 {
	font-size: 110%;
	font-weight:bold;
	color: #0A3667;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}

.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	font-size: 60%;
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

.itsnewslinkstyle21 {
	font-size:80%;
}

.album-copyright {
	font-size:70%;
}

.album-description {
	font-size:70%;
}

.tx-jmquote-pi1 {
	padding: 22px 5px 5px 5px;
	font-size:70%;
	text-align: right;
	background:#EEE9F0;
	font-style: italic;
	background-image: url(images/quote-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#quote-text {
	font-size:115%;
	text-align: left;
	padding: 0 0 13px 0;
	font-style: normal;
	background-image: url(images/quote-bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.csc-mailform-field {
	font-size:75%;
	color: #000000;
}

#tx-sremailsubscribe-pi1-tt_address_form {
	font-size:75%;
	color: #000000;
}

form input, form textarea {
  padding:3px;
  border:1px solid #999999;
  font-family:Arial,Helvetica,sans-serif;
  font-size:85%;
}

.internal-link img {
	border: none;
}

.internal-link-new-window img {
	border: none;
}

.external-link img  {
	border: none;
}

.external-link-new-window img  {
	border: none;
}

.mail img  {
	border: none;
}

.download img  {
	border: none;
}

.javascriptclock {
	color:#034EA1;
	font-size:75%;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
}

#clockwrapper {
	float: right;
	padding: 9px 12px 0px 0px;
}

.rssheader {
}

#twrss_table a {
	color: #F6D00E;
	text-decoration: none;
}

#twrss_table a:hover {
	color: #DAB90F;
	text-decoration: none;
}

.twrss_bodytext {
	padding: 2px 5px 2px 5px;
	size: 90%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}


.rsstextbox {
}

#rsstext p {
	size: 90%;
	margin: 9px 0px 6px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #F6D00E;
}


#rsstext a {
	color: #F6D00E;
	text-decoration: none;
}

#rsstext a:hover {
	color: #DAB90F;
	text-decoration: none;
}




hr {border: none 0;
border-top: 1px solid #EEEEEE;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}






/******  MENU STYLES ******/
ul.menu_2
{
	list-style-type: none;
	color: #0A3667;
	background-color: #B7CDEB;
	border-top: 1px solid #FFFFFF;
	margin: 0 0 0 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}

/*    html>body ul.menu_2 {width: 158px;} */

ul.menu_2 li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
}

ul.menu_2 ul
{
	list-style-type: none;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0;
}

ul.menu_2 a
{
	text-decoration: none;
	color: #0A3667;
	font-size: 75%;
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(images/arrow-sub.gif) no-repeat 0% 50%;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body ul.menu_2 a { width: auto; }

ul.menu_2 a:hover
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu_2 a.navOn
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

/******  MENU STYLES - FIRST SUB LEVEL ******/
ul.menu_3
{
	list-style-type: none;
	color: #0A3667;
	background-color: #D2E4FC;
	margin: 0;
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}

/*    html>body ul.menu_3 {width: 158px;} */

ul.menu_3 li
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.menu_3 ul
{
	list-style-type: none;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0 0 0 0;
}

ul.menu_3 a
{
	font-weight: normal;
	font-size: 70%;
	text-decoration: none;
	color: #0A3667;
	margin: 0;
	padding: 2px 0 2px 28px;
	background: url(images/arrow-sub2.gif) no-repeat 0% 50%;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body ul.menu_3 a { width: auto; }

ul.menu_3 a:hover
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu_3 a.navOn
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

/******  MENU STYLES - SECOND SUB LEVEL ******/
ul.menu_4
{
	list-style-type: none;
	color: #0A3667;
	background-color: #D2E4FC;
	margin: 0;
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}

/*    html>body ul.menu_4 {width: 158px;} */

ul.menu_4 li
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.menu_4 ul
{
	list-style-type: none;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0 0 0 0;
}

ul.menu_4 a
{
	font-weight: normal;
	font-size: 70%;
	text-decoration: none;
	color: #0A3667;
	margin: 0;
	padding: 2px 0 2px 37px;
	background: url(images/arrow-sub3.gif) no-repeat 0% 50%;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body ul.menu_4 a { width: auto; }

ul.menu_4 a:hover
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu_4 a.navOn
{
	background-color: #0A3667;
	color: #FFFFFF;
	text-decoration: none;
}
