/* customized.css */
/*elements*/
#auxContent, #auxContent p, #auxContent td{
	font-size:11px;
	line-height:140%;
}
#auxContent h1, #auxContent h2, #auxContent h3, #auxContent p, #auxContent ul{
	margin-top:0;
	margin-bottom:6px;
}
#auxContent h1{
	font-size:12px;
}
#auxContent h2,h3{
	font-size:11px;
}
#auxContent li{
	position:relative;
	left:-28px;
}

/*classes*/
.menu1Box {
	width:192px;
}

.menu1 {
	margin-left:20px;
	max-width:149px;
	width:152px;
	padding-left:3px;
	border-bottom:1px #073E95 solid;
}

.menu1 a {
	font-size:11px;
	color:#FFFFFF
}
.menu1 a:hover {
	color:#B0D4FF;
}

.menu1 a.current {
	color:#B0D4FF;
}

.menu2Box {
	width:192px;
	background-color:#999966;
}

.menu2 {
	margin-left:32px;
	max-width:137px;
	width:140px;
	padding-left:3px;
	border-bottom:1px #ACAD74 solid;
}

.menu2Terminator {
	position:relative;
	top:-2px;
	width:192px;
	height:2px;
	overflow:hidden;
	background-color:#999966;
}

.menu2 a {
	font-size:11px;
	color:#031E48;
}
.menu2 a:hover {
	color:#DDE072;
}

.menu2 a.current {
	color:#DDE072;
}

.menu3Box {
	width:192px;
	background-color:#CCCC66;
}

.menu3 {
	margin-left:44px;
	max-width:125px;
	width:128px;
	padding-left:3px;
	border-bottom:1px #DDE072 solid;
}

.menu3Terminator {
	position:relative;
	top:-2px;
	width:192px;
	height:2px;
	overflow:hidden;
	background-color:#CCCC66;
}

.menu3 a {
	font-size:11px;
	color:#336699;
}
.menu3 a:hover {
	color:#031E48;
}

.menu3 a.current {
	color:#031E48;
}

.noBorder {
	border:0;
}

.news_item h2{
	margin-bottom:0;
}
.news_item p{
	margin-bottom:5px;
}

/* styles for extension "tx_cssstyledimgtext" */
/* CENTER */
.csi-center .csi-image {
	margin: 0 auto 3px;
	text-align:center;
}
	
/* RIGHT */
.csi-right div.csi-image {
	float: right;
	clear: both;
}
.csi-right div.csi-text {
	clear: right;
}
	
/* LEFT */
.csi-left div.csi-image {
	float: left;
	clear: both;
	margin-bottom:10px;
}
.csi-left div.csi-text {
	clear: left;
}

/* INTEXT LEFT */
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	margin-right: 5px;
}
	
/* INTEXT RIGHT */
.csi-intext-right .csi-image {
	float: right;
	clear: both;
	margin-left: 10px;
}	
	
/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text {
}
	
.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
}
	
/* INTEXT LEFT NOWRAP*/	
.csi-intext-left-nowrap .csi-text {
}
.csi-intext-left-nowrap .csi-image {
	float: left;
	clear: both;
}
	
/* default styles for extension "tx_dropdownsitemap_pi1" */
.tx-dropdownsitemap-pi1 LI{
	position:relative;
	left:-15px;
}
.tx-dropdownsitemap-pi1 LI.open OL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed OL {
	display: none;
}
.tx-dropdownsitemap-pi1 LI.open UL {
	display: block;
}
.tx-dropdownsitemap-pi1 LI.closed UL {
	display: none;
}
.tx-dropdownsitemap-pi1 DIV {
	border: solid 1px #0A3576;
	background: #CCCCCC;
	padding: 2px;
	margin: 2px;
}
.tx-dropdownsitemap-pi1 DIV.level_2 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_3 {
	background: #C6D3E4;
}
.tx-dropdownsitemap-pi1 DIV.level_4 {
	background: #FFFFFF;
}
.tx-dropdownsitemap-pi1 DIV.level_5 {
	background: #C6D3E4;
}
.tx-dropdownsitemap-pi1 DIV.expAll {
	text-align: center;
}
.tx-dropdownsitemap-pi1 a{
	color:#0A3576;
}

/*styles for search*/
table.csc-searchform td{
	padding:0 10px 5px 0;
}
table.csc-searchform td p{
	margin:0;
}
table.csc-searchResultInfo td, table.csc-searchResultInfo p{
	font-size:11px;
}
h2.csc-searchResultHeader{
	margin-bottom:9px;
}

table.contenttable td {
	padding:0px 10px 5px 0px;
	vertical-align:top;
}
