/***********************************************/
/*           hipac.css                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
}

h2{
	/* dw: font-size: 114%; */
	/* ch: 24px */
	font-size:24px;
	/* dw: color: #006699; */
	/* ch: color: #003366; */
	color: #003366;
	/* dw: no line-height */
	/* ch: line-height:normal; */
	line-height:normal;
}	

h3{
	/* dw: font-size: 100%; */
	/* ch: 18 px*/
	font-size: 18px;
	/* dw: color: #334d55; */
	/* ch: #006699 */
	color: #006699;
	/* dw: no line-height */
	/* ch: line-height:normal; */
	line-height:normal;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
	/* ch: font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-size: 100%;
	color: #334d55;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#top{
	margin:0px;
	/* dw: margin:0; */
	/* dw: padding: 10px 0px; */
	/* ch: padding: 0 px; */
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	/* ch: height: 186px; */
}

#left{
	/* dw: margin: 0 79% 0 0;*/
	/* ch: margin: 0px */
	margin:0px 0px 20px 0px;
	padding: 0px;
	float:left;
	width:20%;
	/* dw: background-color: #eeeeee; */
	/* ch: no border-right */
	/* dw: border-right: 1px solid #ccc; */
	border-bottom: 2px solid #ccc;
}

#content{
	float:left;
	width: 70%;
	/* dw:margin: 0; */
	/* dw:padding: 0 3% 0 0; */
	margin-bottom:20px;
}

#right{
	float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#sectionName{
	margin: 0px;
	/* dw: padding: 0px 0px 10px 10px; */
	/* ch: padding: 20px 0px 20px 10px; */
	padding: 20px 0px 20px 0px;
}

/*************** #top styles ****************/

#topImg{
	/* dw: font-size: 80%; padding: 5px 0px 5px 10px; */
	/* ch: padding: 0px 0px 0px 10px; */
	/* dw: no background and height */
	padding: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:166px;
}

#topLinks a{
	position: absolute;
	text-decoration:none;
	top: 20px;
	height: 125px;
}

#topLinks a i {
	visibility:hidden;
}

a#topHipac {
	left: 22px;
	width: 535px;
}

a#topMara {
	left: 680px;
	width: 250px;
}

#topNav{
	color: #cccccc; 
	/* dw: padding: 0px 0px 0px 10px; */
	/* ch: padding: 0px 0px 5px 120px; */
	padding: 0px 0px 0px 120px;
	/* ch: no white-space: nowrap */
	/* dw: white-space: nowrap; */
	/* dw: no border and height */
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ccc;
	height:25px;
}

#topNav img{
 display: block;
}

#topNav a {
	font-size: 90%;
	/* padding: 0px 4px 0px 0px; */
	padding: 0px 4px 0px 4px; 
}


/************** .story styles *****************/

.story{
	margin: 0px;
	clear: both;
	/* dw: padding: 10px 0px 0px 10px; */
	/* ch: padding 20px 0 0 40px */
	padding: 20px 0px 0px 40px;
	font-size: 80%;
}

.story .firsth3{
	padding: 5px 0px 0px 0px;
}

.story p{
	/* dw, ch: passing: 0px 0px 10px 0px; */
	padding: 0px 0px 10px 0px;
}

.story ol li{
	margin:0px;
	padding: 0px 0px 20px 0px;
}

.story dl{
	margin:0px;
	padding: 20px 0px 0px 0px;
}

.story dt{
	color:#003366;
	font-weight:bold;
}

.story dd{
	padding: 0px 0px 20px 0px;
}

.story .highlight{
	color:#003366;
	font-weight:bold;
}

.story .people{
	text-align:center;
	font-weight:bold;
	padding: 20px 100px 40px 0px;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	/* dw: padding: 10px 10px 10px 10px; */
	/* ch: padding: 10px 0px 10px 80px; */
	padding: 5px 0px 5px 80px;
	/* ch: no margin-top */
	margin: 20px 0px 20px 0px;
	text-align:center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a{
	color:#cccccc;
}


/*********** #left link styles ***********/

#left ul a:link, #left ul a:visited {display: block;}
#left ul {list-style: none; margin: 0; padding: 0 0 0 0px;}
/* dw: padding: 0; */
/* ch: padding: 0 0 0 10px; */

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#left li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #left li {border-bottom: none;}


/*********** #leftLinks styles ***********/

#leftLinks{
	position: relative;
	/* ch: magin: 0px; */
	margin: 0px 0px 0px 10px;
	padding: 0px;
	/* dw, ch: border-bottom: 1px solid #cccccc; */
	font-size: 90%;
}

#leftLinks h3{
	/* ch: padding: 10px 0px 2px 10px; */
	padding: 10px 0px 2px 0px;
}

#leftLinks a {
	/* ch: display: block */
	/* dw: no display: block */
	display:block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

/* ch: ohne extra a:link ! */
/* dw: #leftLinks a:link{
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
}*/

#leftLinks a:hover{
	background-color: #dddddd;
}

#leftLinks #currentPage{
	font-weight:bold;
}

/************** #advert styles **************/

#advert{
	/* dw,ch: no margin-left */
	/* margin-left:10px; */
	/* dw: padding: 10px 0px 0px 10px; */
	/* ch: padding 20px 0px 0px 20px; */
	padding: 20px 0px 20px 10px;
	/* dw: font-size: 80%; */
	/* ch: no font-size */
	/* ch: no border-top */
	border-top: 1px solid #cccccc;
}

#advert a{
	display:inline;
	border-top:none;
}

#advert a:hover{
	background-color: #fff;
}

#advert img{
	display: block;
	padding: 20px 0px 10px 0px;
	border:none;
}


/************** #headlines styles **************/

#right{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	/* dw: font-size: 80% */
	/* ch: font-size: 9px; */
	font-size:9px;
}

#right p{
	padding: 5px 0px 5px 0px;
}
