/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.gif) #e5e5e5 repeat-y center;
	color: #000000;
	font: 11px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #cc0000;
	text-decoration: none;
}

a:link{
	color: #cc0000;
	text-decoration: none;
}

a:visited{
	color: #cc0000;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration: underline;
}
li{
	list-style: none;
}

/*=== Layout ===*/
.page{
	margin: 0 auto;
	width: 799px;
}
/*=== Header ===*/
#header{
	background: none;
	height: 124px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 124px;
	width: 179px;
}
/*- Title -*/
#title{
	float: left;
	width: 620px;
}
#title img{
	display: block;
}
/*=== Top Menu ===*/
#topmenu{
	background: #ffe64c;
	border-top: 1px solid #ffffff;
	color: #727272;
	height: 24px;
	line-height: 24px;
}
#topmenu a{
	color: #727272;
}
#topmenu ul{
	padding: 0 15px;
}
#topmenu li{
	float: left;
	margin: 0 10px 0 0;
}
#topmenu li a:hover{
	color: #000000;
}
/*- Search -*/
#search{
	float: right;
	width: 275px;
}
#search label{
	float: left;
	margin: 0 5px 0 0;
}
#search input{
	border: 0;
	float: left;
	font-size: 11px;
	margin: 5px 0 0;
	padding: 0 2px;
	width: 190px;
}
#search .btn{
	margin: 5px 0 0 5px;
	padding: 0;
	width: auto;
}
/*=== Columns ===*/
#sub #columns{
	background: url(subpage-columns-bgr.gif) repeat-y;
}
#home #columns{
	background: url(home-columns-bgr.gif) repeat-y;
}
/*--- Left Column ---*/
#leftcol{
	color: #3f3f3f;
	float: left;
	margin: 20px 0 0;
	width: 179px;
}
/*- Left Menu -*/
ul.leftmenu{
	padding: 0 0 15px;
}
.leftmenu li a{
	color: #3f3f3f;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	display: block;
	padding: 0 0 0 15px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	background: url(ico-list.gif) no-repeat left;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	display: block;
}
/*- Left Sub Menu -*/
.leftmenu li ul{
	background: #fffbe3;
	padding: 5px 0;
}
.leftmenu li.active li a{
	background: none;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 27px;
	height: 23px;
	line-height: 23px;
	display: block;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: url(ico-sublist.gif) no-repeat left;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	display: block;
}
/*- Left Sub Menu 2 -*/
.leftmenu li ul ul{
	padding: 0 0;
}
.leftmenu li.active li.active li a{
	background: none;
	font-weight: normal;
	padding: 0 0 0 35px;
	height: 23px;
	line-height: 23px;
	display: block;
}
.leftmenu li.active li.active li a:hover,
.leftmenu li.active li.active li.active a{
	color: #cc0000;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	display: block;
}
/*--- Center Column ---*/
#centercol{
	float: right;
	font-size: 12px;
	margin: 15px 0 0;
	width: 620px;
}
#sub #centercol .spacer{
	padding: 0 10px 0 38px;
}
#sub #centercol a{
	text-decoration: none;
}
#centercol h2{
	border-bottom: 8px solid #ffeb72;
	color: #b0b2b5;
	font: bold 18px/16px "Arial Narrow",Arial,Helvetica,sans-serif;
	margin: 0 0 10px;
	padding: 0 0 0 38px;
	text-transform: uppercase;
}
#centercol h3{
	font-size: 13px;
	padding: 0 0 10px;
}

#contentboxsub h2{
border-bottom: 0px;
	color: #b0b2b5;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}


#contentboxsub  ul{
	padding: 6px 0 6px 0;
}


#contentboxsub  li{
	list-style: disc;
	padding: 0px;
	margin: 5px 0 0 40px;
}

#contentboxsub  ol li{
	list-style: decimal;
	padding: 0px;
	margin: 5px 0 0 0;
}



#centercol p{
	padding: 0 0 10px;
}
/*--- Sub Columns ---*/
.col1, .col2{
	float: left;
	width: 310px;
}
#centercol .col1 h2, #centercol .col1 ul{
	padding: 0 0 0 81px;
}
#centercol .col2 h2, #centercol .col2 ul{
	padding: 0 0 0 43px;
}
/*=== Tabular Data ===*/
table.tabular{
	margin: 0 0 15px;
}
#sub #centercol table.tabular a{
	text-decoration: none;
}
.tabular th,.tabular td{
	border-bottom: 1px solid #ffffff;
	padding: 3px 7px;
}
.tabular th{
	color: #a1a1a1;
	text-align: left;
}
.tabular td{
	background: #f2f2f2;
}
.tabular tr.stripe td{
	background: #e1dedf;
}
/*--- Homepage Bottom ---*/
#home #bottom{
	background: url(homepage-bot.gif) no-repeat;
	clear: both;
	height: 180px;
	padding: 5px 0 0 260px;
}
#home #bottom h2{
	color: #ffffff;
	font: bold 18px "Arial Narrow",Arial,Helvetica,sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
}
/*--- Subpage Bottom ---*/
#sub #bottom{
	background: url(subpage-bot.gif) no-repeat left;
	clear: both;
	height: 41px;
}
#sub #bottom img{
	float: right;
}
/*=== Styling Lists ===*/
/*- List1 -*/
ul.list1{
	padding: 0 0 10px 5px;
}
.list1 li{
	color: #3e3e3e;
	font-size: 11px;
}
.list1 li h5 a{
	color: #cc0000;
	font-size: 11px;
	padding: 0 0 5px;
}
.list1 li a{
	color: #3e3e3e;
}
/*- List2 -*/
ul.list2{
	padding: 0 0 10px 5px;
}
.list2 li{
	background: url(ico-list2.gif) no-repeat left top;
	color: #3e3e3e;
	font-size: 12px;
	margin: 0 0 8px;
	padding: 0 0 0 10px;
}
.list2 li a{
	color: #3e3e3e;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #858585;
	height: 50px;
	padding: 5px 0 0;
	text-align: center;
}
#footer a{
	color: #858585;
}
/*=== Icons / Buttons ===*/
#icons{
	margin: 0 0 0 553px;
	position: absolute;
	top: 160px;
	width: 70px;
}
#icons img{
	margin: 0 3px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
hr{
	border-top: 2px solid #ffe64c;
	clear: both;
	height: 2px;
	margin: 0 0 15px 0;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 15px 10px 0;
}
.fr{
	float: right;
}

.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}
/* Jump Navi */


.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}

