/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #666699;
	color: #000000;
	font: 12px Arial,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #cc0000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #666699 1px solid;
	color: #333366;
	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{
	background: url(page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 851px;
}
#home #page{
	background: url(page-bgr-home.gif) repeat-y;
}
/*=== Header ===*/
#header{
	background: #333366;
	border-bottom: 3px solid #666699;
	height: 98px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 98px;
	width: 498px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
.nav{
	background: #333366;
	font-size: 14px;
	height: 26px;
	letter-spacing: 1px;
	text-transform: lowercase;
}
.nav.top{
	border-top: 3px solid #666699;
}
.nav li{
	float: left;
	line-height: 26px;
	text-align: center;
}
.nav li a{
	border-right: 3px solid #666699;
	color: #ffffff;
	display: block;
	float: left;
	width: 159px;
}
.nav li.last a{
	border: 0;
	width: 158px;
}
.nav li a:hover,
.nav li.active a{
	background: #ff0000;
	text-decoration: none;
}
/*=== Title ===*/
#title{
	
	height: 241px;
}
#title img{
	display: block;
}

/*=== All Columns ===*/
#columns{
	padding: 0 0 10px;
}
#columns h2, #columns h3{
	color: #333366;
	font-size: 14px;
	margin: 0 0 10px;
}
#columns h3{
	font-size: 12px;
	margin: 0;
}
#columns p{
	padding: 0 0 15px;
}
#home #columns{
	padding: 0;
}
#home #columns h2{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 35px;
	text-transform: lowercase;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 204px;
}
/*- Left Menu -*/
.leftmenu{
	padding: 10px 13px;
}
.leftmenu li a{
	color: #333366;
	display: block;
	font-size: 14px;
	padding: 4px 0 4px 0;
	text-transform: lowercase;
}
.leftmenu li a:hover,.leftmenu li.active a{
	background: url(hl-active.gif) repeat-x bottom;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li ul{
	border-bottom: 1px solid #666699;
}
.leftmenu li.active li a{
	background: none;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0 1px 0;
	text-transform: none;
}
.leftmenu li.active li a:hover{
	font-weight: bold;
}
.leftmenu li.active li.active a{
	background: url(hl-active2.gif) no-repeat right bottom;
	font-weight: bold;
}
/*- Left Sub Menu 2 -*/
.leftmenu li ul ul{
	border: 0;
}
.leftmenu li.active li.active li a{
	background: none;
	font-weight: normal;
	padding: 1px 0 1px 10px;
}
.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li a:hover{
	background: url(ico-active3.gif) no-repeat 0 5px;
	font-weight: bold;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 20px 0 0 16px;
	width: 614px;
}
#home #centercol{
	float: right;
	margin: 0;
	width: 644px;
}
/*=== Sub Columns ===*/
.col{
	float: left;
	padding: 15px 13px 10px;
	width: 188px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 10px;
}
.list1 li{
	margin: 0 0 5px;
}
.list1 li a{
	color: #000000;
}
/*- News List -*/
#centercol dl{
	clear: both;
	color: #000000;
}
#centercol dl a{
	color: #000000;
}
#centercol dt, #centercol dd{
	margin: 0px;
}
#centercol dt{
	float: left;
	width: 75px;
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	border-bottom: 3px solid #666699;
	height: 20px;
	padding: 10px 0 10px 10px;
}
#search input{
	background: transparent;
	float: left;
	width: 155px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 5px;
	padding: 0;
	width: auto;
}
/*=== Footer ===*/
#footer{
	background: url(footer-bgr.gif) #ffffff no-repeat top;
	clear: both;
	height: 64px;
}
#footer a{
	color: #666699;
}
#footer div{
	padding: 0 14px;
}
#footer .fr{
	font-size: 11px;
	padding-top: 10px;
}
#footer .fr a{
	padding: 0 0 0 10px;
}
#footer .fl{
	margin: -10px 0 0;
	position: relative;
}
#footer .fl a{
	clear: both;
	color: #333366;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ar{
	text-align: right;
}
.ar img{
	margin: 0 0 0 10px;
}
.pic img{
	display: block;
	margin: 0 0 15px;
}






#contenttab {
	width: 620px;
	height: 484px;
}


#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: #cc0000;
	}

#contentboxsub font a{
	color: #cc0000;
	}


#contentboxsub p a{
	color: #cc0000;
}



#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;
	}
