/***********************************************/
/* main-print.css                            */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin-bottom: 0px;
	list-style-type: circle;
	background-color: #ABBED1;
}

a:link, a:visited, a:hover {
	color: #000099;
}

a:hover {
}
/* overrides decoration from previous rule for hovered links */

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

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	padding-top: 10px;
}

h2{
	font-size: 100%;
	color: #006699;
	margin-top: 15px;
	padding: 0 0 0 0;
	margin-bottom: 0px;
	margin-left: 5px;
}

h3{
 font-size: 100%;
 color: #FFFF00;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	padding: 0px 0px 10px 10px;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: disc;
	margin-bottom: 15px;
}

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

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

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

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

#page{
	
}

#masthead{
	padding: 10px 0px 15px 0px;
	width: 98%;
	
}

#headName{
	float: left;
}

#pageName{
	width: 98%;
}

#content{
	float: left;
	padding: 0 2% 0 5%;
}

/************* #contentNav styles **************/

#contentNav{
	visibility: hidden;	
}

/************* #navBar styles ***************/

#navBar{
	visibility: hidden;	
	padding: 0px;
}


/************* #langNav styles **************/

#langNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	float: right;
	font-size: 60%;
	visibility: hidden;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#langNav img{
 display: block;
}

#langNav a {
	padding: 0px 4px 0px 0px;
}

#langNav img{
 display: block;
}

#langNav a {
	padding: 0px 4px 0px 0px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 5px 5px 5px;
	font-size: 80%;
}


.feature td{
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.feature th{
	text-align: left;
	border-bottom: 1px solid #ccc;
}

.feature table{
	margin-top: 15px;
}

.feature h2{
font-size: 100%;
	color: #006699;
	margin-top: 3px;
	}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature p{
	text-align: justify;
	padding: 0 0 0 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/************** .line styles *****************/
.line h1{
	border-top: 2px solid #ccc;
	font-size: 1px;
}

.line h2{
	font-size: 1px;
	border-top: 1px solid #ccc;
}

/************** .bild styles *****************/



.bildright img{
	margin: 10px 10px 10px 10px;
	float: right;
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #336666;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* 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" */

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

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

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

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


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 0%;
}

#sectionLinks h3{
	background-color: #51A8FF;
	
}

