/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link                  { color:#F70B0B; text-decoration:none;  }
a:visited               { color:#F70B0B; text-decoration:none;  }
a:active                { color:#F70B0B; text-decoration:none;  }
a:hover                 { color:#F70B0B; text-decoration:underline; }

}
/* 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: 120%;
 color: #FFFFFF;
}

h2{
 font-size: 114%;
 color: #0E3180;
}

h3{
 font-size: 100%;
 color: #00309C;
}

h4{
 font-size: 100%;
 color: #FFFFFF;
}


ul{
 list-style-type:georgian;
}

ul ul{
 list-style-type:lower-roman;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#headdata{
	background-image:url(BgcHead.gif); 
    background-repeat:repeat; 
    background-position: 0px 0px;
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	border-bottom : 10px solid #FFFFFF;
}

#navBar{
	margin: 0 0 0 0;
	padding: 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
}

#content{
    float:right;
	width: 90%;
	margin: 0;
	padding: 5px 6% 0 0;
	color: #000000;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font: bold 120% Verdana,sans-serif,Arial;
	margin: 0px;
	padding: 0px 0px 15px 30px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #archivnavigation styles and Link styles**************/

#archivnavigation{
background-color: #17316B;
color: #9AA9CB;
font-size: 100%;
font-weight:bold;
margin: 0px 0px 0px 10px;
border-top: 1px solid #9AA9CB;
border-bottom: 1px solid #9AA9CB;
}

#archivnavigation a:link                  { color:#FFFFFF; text-decoration:none; }
#archivnavigation a:visited               { color:#FFFFFF; text-decoration:none; }
#archivnavigation a:active                { color:#9AA9CB; text-decoration:none; }
#archivnavigation a:hover                 { color:#F70B0B; text-decoration:none; }


/************* #headnavigation styles **************/

#headnavigation{
color: #FFFFFF;
font-size: 120%;
font-weight:bold;
background-image:url(NavBG.gif); 
background-repeat:no-repeat; 
background-position: 170px 17px;
padding: 1px 0px 5px 200px;
white-space: nowrap;
}
/* '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 */

#headnavigation img{
 display: block;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	background-color : #17316B;
	clear: both;
	border: 1px solid #000000;
	font-size: 75%;
	color: #D4E7F8;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	padding-top: 3px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 0px;
}

#siteInfo img{
	border-top: 5px solid #FFFFFF;
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link                  { color:#FFFFFF; text-decoration:none;  }
#siteInfo a:visited               { color:#FFFFFF; text-decoration:none;  }
#siteInfo a:active                { color:#FFFFFF; text-decoration:none;  }
#siteInfo a:hover                 { color:#F70B0B; text-decoration:none; }

/*********** #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 #FFFFFF;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	background-color : #FFFFFF;
	position:relative;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 83%;
	font-weight:bold;
	left: -1px;
	top: -2px;
}

a.knopf{
	background-image:url(button.gif);
    background-repeat:no-repeat; 
    background-position: 0px 0px; 
	height:37px ;
}

#sectionLinks a:link{
	color:#F1FBFF; text-decoration:none; 
	padding: 10px 0px 10px 10px;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	color:#F1FBFF; text-decoration:none; 
	padding: 10px 0px 10px 10px;
}

#sectionLinks a:active{
    text-decoration:none; 
	color:#9AA9CB;
	padding: 10px 0px 10px 10px;
}


#sectionLinks a:hover{
    color:#F70B0B; text-decoration:none; 
	padding: 10px 0px 10px 14px;
	font-size: 93%;
}
