/*=== 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) #ffffff repeat-x top fixed;
	color: #000000;
	font: 11px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 15px;
}
a{
	color: #b40b01;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	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{
	background: url(page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 846px;
}
.page-top{
	background: url(page-top.gif) no-repeat top;
	height: 2px;
	overflow: hidden;
}
.page-bot{
	background: url(page-bot.gif) no-repeat top;
	height: 5px;
	overflow: hidden;
}
/* #home.page specific */
#home.page{
	background: url(home-page-bgr.gif) repeat-y;
}
#home .page-top{
	background: url(home-page-top.gif) no-repeat top;
}
#home .page-bot{
	background: url(home-page-bot.gif) no-repeat top;
}
/*=== Header ===*/
#header{
	background: url(logo.gif) #ffffff no-repeat left top;
	height: 99px;
	margin: 0 3px 0 0;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 99px;
	width: 365px;
}
/*- Top Menu -*/
#header ul{
	float: right;
	height: 18px;
	line-height: 18px;
}
* html #header ul{
	width: 435px;
}
#header li{
	background: #e9e9e9;
	border: 1px solid #bababa;
	border-top: 0;
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 5px 5px 0;
}
#header li a{
	color: #000000;
	float: left;
}
#header li a:hover{
	color: #b40b01;
	text-decoration: none;
}
/*- Search -*/
#search{
	height: 16px;
	margin: -1px 0 0;
	padding: 0 0 3px 3px;
	position: relative;
}
#search input{
	float: left;
	font-size: 9px;
	padding: 1px 2px;
	width: 135px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 5px;
	padding: 0;
	width: auto;
}
/*=== Columns ===*/
#columns{
	margin: 0 3px 0 1px;
}
/*--- Left Column ---*/
#leftcol{
	color: #ffffff;
	float: left;
	text-align: right;
	width: 167px;
}
#leftcol .spacer{
	padding: 20px 18px 0 5px;
}
#leftcol .spacer a{
	color: #ffffff;
	text-decoration: underline;
}
#leftcol h2{
	font-size: 12px;
	padding: 0 0 5px;
}
#leftcol p{
	padding: 0 0 20px;
}
/*- Left Menu -*/
ul.leftmenu{
	margin: 0 1px;
	padding: 30px 0 17px;
}
.leftmenu li{
	clear: both;
	text-align: right;
	text-transform: capitalize;
}
.leftmenu li a{
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 2px 18px 2px 0;
}
.leftmenu li.active{
	font-size: 12px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	background: url(ico-arrow.gif) #ffffff no-repeat right;
	color: #e02d22;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li.active li{
	font-size: 11px;
	margin: 0;
	text-transform: none;
}
.leftmenu li.active li a{
	background: #ffffff;
	border-bottom: 0;
	border-top: 0;
	color: #e02d22;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: #e5e5e5;
	color: #e02d22;
	font-weight: bold;
}
/*- Left Sub Menu2 -*/
.leftmenu li.active li.active li a{
	background: #e5e5e5;
	color: #474747;
	font-weight: normal;
	padding: 2px 28px 2px 0;
}
.leftmenu li.active li.active li a:hover,
.leftmenu li.active li.active li.active a{
	background: url(ico-arrow2.gif) #e5e5e5 no-repeat right;
	color: #474747;
}
/*--- Center Column ---*/
#centercol{
	float: right;
	margin: -2px 0 0;
	width: 674px;
}
#centercol .spacer{
	padding: 0 50px 0 17px;
}
#home #centercol .spacer{
	padding: 0 25px 15px;
}
#centercol h2, #home #centercol h2{
	background: url(page-hdr-bgr.gif) no-repeat top left;
	color: #7c7c7c;
	font-size: 18px;
	height: 30px;
	line-height: 29px;
	margin: 0 0 10px;
	padding: 0 0 0 17px;
}
#home #centercol h2{
	background: url(home-page-hdr-bgr.gif) no-repeat top left;
	color: #e02d22;
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	text-transform: uppercase;
}
#home #centercol h2.fix{
	margin: -2px 0 20px;
}
#centercol h3{
	color: #7c7c7c;
	font-size: 14px;
	padding: 0 0 15px;
}
#centercol h4{
	font-size: 11px;
	font-weight: normal;
}
#home #centercol h3{
	color: #e02d22;
	font-size: 12px;
	padding: 0 0 15px;
}
#centercol p{
	padding: 0 0 15px;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 348px;
}
.col1 img{
	display: block;
	position: relative;
}
.col2{
	float: right;
	width: 325px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	padding: 0 0 5px;
}
.list1 li{
	margin: 0 0 13px;
}
.list1 li a{
	color: #000000;
}

.list1 li a:hover{
	color: #d02117;
	text-decoration: none;
}

#centercol .list1 p{
	padding: 0;
}
/*=== PDF-Print Icons ===*/
#icons{
	margin: 0 0 0 775px;
	position: absolute;
	top: 105px;
}
#icons img{
	margin: 0 3px;
	padding: 0;
}
/*=== Footer ===*/
#footer{
	clear: both;
	margin: 0 auto;
	text-align: right;
	width: 830px;
}
#footer a{
	padding: 0 5px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.sep1{
	background: url(sep1.gif) no-repeat top;
	height: 3px;
	margin: 20px 0;
	overflow: hidden;
}
.sep2{
	background: url(sep2.gif) no-repeat top;
	height: 5px;
	overflow: hidden;
}
.top{
	padding: 0 5px 15px;
	text-align: right;
}
.pic{
	margin: 0 0 15px;
}




#contentboxsub {
margin: 0px;
padding: 10px 10px 10px 18px;
}


#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: #c91500;
}

#contentboxsub font a{
	color: #c91500;
}


#contentboxsub p a{
	color: #c91500;
}



#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;
	}

