/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.gif) #eef0f1 repeat-x top fixed;
	color: #464646;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #5a93b4;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
table{

}


/*==== Access Keys ===*/

#sprunglink_0 a, #sprunglink_1 a, #sprunglink_2 a, #sprunglink_3 a, #sprunglink_4 a, #sprunglink_5 a, #sprunglink_6 a, #sprunglink_7 a, #sprunglink_8 a, #sprunglink_9 a  {
	position:absolute; 
	z-index:2; 
	width:10em; 
	overflow:hidden; 
	top:-100px; 
	left:-1000px} 
	
#sprunglink_0 a:focus, #sprunglink_1 a:focus, #sprunglink_2 a:focus, #sprunglink_3 a:focus, #sprunglink_4 a:focus, #sprunglink_5 a:focus, #sprunglink_6 a:focus, #sprunglink_7 a:focus, #sprunglink_8 a:focus, #sprunglink_9 a:focus  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%}	
	
#sprunglink_0 a:active, #sprunglink_1 a:active, #sprunglink_2 a:active, #sprunglink_3 a:active, #sprunglink_4 a:active, #sprunglink_5 a:active, #sprunglink_6 a:active, #sprunglink_7 a:active, #sprunglink_8 a:active, #sprunglink_9 a:active  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%}	

/*=== Layout ===*/
.page, #page-top, #topmenu{
	background: url(page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 11px 0 12px;
	width: 825px;
}
#page-top{
	background: url(page-top.png) no-repeat top;
	height: 11px;
	overflow: hidden;
}
/*=== Top Menu ===*/
#topmenu{
	background: none;
	height: 20px;
	line-height: 20px;
}
#topmenu ul{
	float: right;
}
#topmenu li{
	float: left;
	padding: 0 0 0 10px;
}
#topmenu li a{
	color: #4b7993;
}
/*=== Title ===*/
#title{
	height: 120px;
	margin: 0 0 8px;
	overflow: hidden;
}
/*=== Header ===*/
#header{
	background: url(header-bgr.gif) repeat-y left;
	clear: both;
	height: 28px;
	overflow: hidden;
	padding: 0 0 0 197px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 28px;
	width: 212px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Search ===*/
#search{
	float: right;
	height: 19px;
	width: 250px;
}
* html #search{
	width: 251px;
}
#search label{
	color: #72a7c6;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px 0;
}
#search input{
	background: #d4e7f3;
	border: 0;
	float: left;
	height: 19px;
	padding: 0;
	width: 169px;
}
#search .btn{
	width: auto;
}
/*=== Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y left;
	height: 1%;
}
#home #columns{
	background: url(home-columns-bgr.gif) repeat-y left;
}
#columns h2{
	clear: both;
	color: #5a93b4;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 15px;
}
#columns h3{
	font-size: 12px;
	padding: 0 0 15px;
}
#columns p{
	padding: 0 0 15px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 190px;
}
/*- Left Menu -*/
ul.leftmenu{
	padding: 20px 0 30px;
}
#home .leftmenu{
	padding-bottom: 100px;
}
.leftmenu li a{
	color: #215a7a;
	display: block;
	padding: 4px 0 4px 20px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	background: url(ico-list.gif) no-repeat left;
	font-weight: bold;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li.active li a{
	background: #d4e7f3;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: url(ico-arrow.gif) #d4e7f3 no-repeat left;
	font-weight: bold;
}
/*- Left Sub Menu 2 -*/
.leftmenu li.active li.active li a{
	background: #eae9e9;
	font-weight: normal;
	padding: 4px 0 4px 30px;
}
.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li a:hover{
	background: #eae9e9;
	color: #c90027;
	font-weight: normal;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 10px 0 0 15px;
	padding: 0 0 15px;
	width: 602px;
}
#home #centercol{
	color: #5a93b4;
	width: 423px;
}
#centercol img.fr{
	margin: 0 0 10px 15px;
}
/*--- Right Column ---*/
#rightcol{
	color: #4b7993;
	float: right;
	margin: 10px 0 0;
	width: 190px;
}
#rightcol a{
	color: #4b7993;
}
#columns #rightcol h2{
	color: #ffffff;
	padding: 0 0 15px 10px;
}
/*=== Styling Lists ===*/
/*- News List -*/
#centercol dl{
	clear: both;
	padding: 0 10px 0 10px;
}
#centercol dt, #centercol dd{
	margin: 0 0 8px;
}
#centercol dt{
	float: left;
	width: 75px;
}
/*- List1 -*/
.list1{
	padding: 0 0 20px 10px;
}
.list1 li{
	background: url(ico-list1.gif) no-repeat left top;
	margin: 0 0 5px;
	padding: 0 0 0 13px;
}
/*=== Icons / Buttons ===*/
#icons{
	margin: 0 0 0 765px;
	position: absolute;
	top: 194px;
	width: 90px;
}
#icons img{
	margin: 0 3px;
}
a.more{
	background: url(ico-arrow2.gif) #d5dee3 no-repeat left;
	clear: both;
	display: block;
	line-height: 21px;
	margin: 10px 0 15px;
	padding: 0 0 0 28px;
	width: 130px;
}
#top{
	float: right;
	margin: -55px 0 0;
	padding: 0 10px 0 0;
	position: relative;
	text-align: right;
}
/*=== Footer ===*/
#footer{
	background: url(page-bot.png) no-repeat top;
	clear: both;
	color: #4b7993;
	height: 22px;
	margin: 0 auto;
	padding-top: 14px;
	text-align: center;
	width: 848px;
}
#footer a{
	color: #4b7993;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ad img{
	display: block;
	margin-bottom: 0px;
}





#contentboxsub {
margin: 0px;
padding: 0px;
}






#contentboxsub form td{
	padding: 3px;
}


#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;
}


#contentboxsub  p{
	padding: 6px 0 10px 0;
}

#contentboxsub  ul{
	padding: 6px 0 6px 0;
}

#contentboxsub td a{
	color: #1960ab;
}

#contentboxsub font a{
	color: #1960ab;
}

#contentboxsub a{
	color: #1960ab;
}

#contentboxsub a:visited{
	color: #124275;
	text-decoration: underline;
}

#contentboxsub p a{
	color: #1960ab;
}



#contentboxsub h1{
	padding: 0 0 8px 0;
	font-size: 16px;
	color: #000000;
}


#contentboxsub h2{
	background-image: none;
	font-size: 15px;
	padding: 0 0 8px 0;
	color: #000000;
}


#contentboxsub h3{
	font-size: 14px;
	padding: 0 0 6px 0;
	color: #000000;
}


#contentboxsub h4{
	font-size: 13px;
	padding: 0 0 6px 0;
	color: #000000;
}


#contentboxsub h5{
	font-size: 12px;
	padding: 0 0 5px 0;
	color: #000000;
}

#contentboxsub input{
	font-size: 12px;
	color: #000000;
}


.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;
	}