/*=== 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) #ffffff repeat-x top;
	color: #000000;
	font: 12px Arial,Verdana,Helvetica,Sans-Serif;
	padding: 12px 0;
}
a{
	color: #c80031;
	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.png) repeat-y;
	margin: 0 auto;
	padding: 0 6px;
	width: 834px;
}
#page-bot{
	background: url(page-bot.png) no-repeat top;
	height: 6px;
	margin: 0 auto;
	overflow: hidden;
	width: 846px;
}
/*=== Header ===*/
#header{
	background: url(header-bgr.gif) no-repeat top left;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	height: 107px;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 180px;
}
#header h1 a{
	display: block;
	height: 107px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	padding: 2px 0 0;
	width: 645px;
}
#nav1 ul{
	float: right;
	padding: 2px 5px 0 0;
}
#nav1 li{
	float: left;
	font-size: 11px;
	padding: 0 5px;
}
#nav1 li a{
	color: #304071;
}
/*- Nav2 -*/
#nav2{
	background: #52af30;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	height: 21px;
}
#nav2 ul{
	float: right;
}
#nav2 li{
	float: left;
	line-height: 21px;
	text-align: center;
}
#nav2 li a{
	border-left: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	float: left;
	width: 217px;
}

#nav2 li#n21 a{
	background: #28386c;
}

#nav2 li#n22 a{
	background: #e9b605;
}
#nav2 li#n23 a{
	background: #65b943;
}
#nav2 li a:hover{
	text-decoration: none;
}
/*- Left Menu -*/
.leftmenu li{
	border-bottom: 1px solid #ffffff;
}
.leftmenu li li{
	border-bottom: 1px solid #ffffff;
}
.leftmenu li li li{
	border: 0;
}
.leftmenu ul, .leftmenu ul ul{
	border-top: 1px solid #ffffff;
}
.leftmenu li a{
	color: #ffffff;
	display: block;
	
	padding: 3px 0 3px 7px;
}
.leftmenu li a:hover,.leftmenu li.active a{
	font-weight: bold;
	text-decoration: none;
}
.leftmenu li.active a{
	font-weight: bold;
}
/* Left Sub Menu */
.leftmenu li.active li a{
	background: #dcdcdc;
	color: #1f3784;
	font-weight: normal;
	padding: 3px 0 3px 20px;
}
.leftmenu li.active li.active a, .leftmenu li.active li a:hover{
	background: url(ico-arrow.gif) #dcdcdc no-repeat 8px 8px;
	font-weight: bold;
}
.leftmenu li.active li a:hover{
	font-weight: normal;
}
/* Left Sub Menu 2 */
.leftmenu li.active li.active li a{
	background: #f9f9f9;
	font-weight: normal;
	padding: 3px 0 3px 28px;
}
.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li a:hover{
	background: #f9f9f9;
	color: #cc0000;
}
/*=== Title ===*/
#title{
	height: 135px;
	overflow: hidden;
}
#title img{
	border-right: 1px solid #ffffff;
	display: block;
	float: left;
	height: 135px;
	width: 217px;
}
#title img.last{
	border: 0;
}
/*=== All Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y;
}
#columns h2{
	color: #304071;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 15px;
}
#columns h3, #columns h4{
	color: #304071;
	font-size: 12px;
}
 #columns h4{
	font-weight: normal;
}
#columns p{
	padding: 0 0 15px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 180px;
}
/*=== Center Column ===*/
#centercol{
	background: url(box-bgr.gif) repeat-x top;
	float: right;
	padding: 25px 20px 10px;
	width: 613px;
}
#home #centercol{
	background: none;
	padding: 0;
	width: 653px;
}
/*=== Sub Columns ===*/
.col{
	background: url(box-bgr.gif) repeat-x top;
	color: #1f3784;
	display: table-cell;
	display: block;
	float: left;
	height: auto !important;
	height: 310px;
	min-height: 310px;
	padding: 9px;
	width: 199px;
}
.col.nobg{
	background: none;
}
.col a{
	color: #1f3784;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 10px;
}
.list1 li{
	margin: 0 0 10px;
}
/*=== Styling Forms ===*/
input.btn{
	border: 0;
	padding: 0;
}
/*- Search -*/
#search{
	float: left;
	height: 20px;
	width: 260px;
}
#search label{
	color: #cc0000;
	float: left;
	margin: 0 5px 0 0;
}
#search input{
	background: #eeeeee;
	border: 0;
	float: left;
	width: 170px;
}
#search .btn{
	margin: 3px 0 0 5px;
	width: auto;
}
/*=== Styling Buttons ===*/
.buttons{
	height: 180px;
	margin: 0 0 0 835px;
	position: absolute;
	top: 160px;
	width: 20px;
}
.buttons img{
	margin: 0 0 4px;
}
/*=== Footer ===*/
#footer{
	background: none;
	clear: both;
	color: #a4a4a4;
	font-size: 11px;
	margin: 0 auto;
	width: 826px;
}
#footer a{
	color: #a4a4a4;
}
#footer p{
	padding: 0 0 10px;
}
#footer .fl, #footer .fr{
	width: 48%;
}
#footer .subcol{
	width: 140px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
hr{
	border-bottom: 2px solid #28386c;
	clear: both;
	height: 2px;
	margin: 0 0 15px;
	width: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
img.fl{
	float: left;
	margin: 0 10px 10px 0;
}
.cl{
	margin-left: 10px;
	clear: both;
}





#contentboxsub {
margin: 0px;
padding: 10px 0px 10px 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: 4px 0 5px 0;
}

#contentboxsub  ul{
	padding: 6px 0 6px 0;
}

#contentboxsub td a{
	color: #c80031;
	}

#contentboxsub font a{
	color: #c80031;
	}


#contentboxsub p a{
	color: #c80031;
}



#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;
	}
