/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #ffffff;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
font-size: 10pt;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 1.2em;
 color: #006699;
}

h3{
 font-size: 1.1em;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 1.0em;
 color: #334d55;
}

ul{
	list-style-type: square;
	line-height: 1.4em;
	font-size: 1em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
.da {color: #CCFFFF}
.olink {
	color: #ffFFFF;
	font-size: 12px;
}
.content{
color: #000000;
}
.content1{
	color: #000000;
	text-decoration: underline;
	font-size: 10pt;
}
.title{
	color:#334d55;
	font-weight: bold;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	height:100px;
	background-color: #ffffff;
	text-align:right;
	vertical-align: middle;
	background-image: url(images/titel_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	

}
#title{
	padding: 25px 0 0 25px;
	text-align:left;
	vertical-align: middle;
	width: 680 px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 33pt;
	color: #9fcde3;
	
}
#title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #006699;
	text-decoration: none;
}
#masthead p{
	margin-left: 20px;	
			text-align:left;
				vertical-align: middle;
}
#menu {
margin: 0;
	padding:40px 0 0 0;
	color:#ffffff;
	margin: 0 81% 0 0;
	height:635px;
	color:#ffffff;
	background-color: #006699;
	font-weight: normal;
	
	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	background-color: #006699;
	color: #FFFFFF;
}

#menu a, #menu h2 {
	display: block;
	margin: 0 0 0 8%;
	padding: 2px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	color: #FFFFFF;
}

#menu h2 {
	color: #FFFFFF;
	text-transform: none;
	background-color: #006699;
	font-weight: normal;
}
#menu h6{
	font-size: 10pt;
	color: #ffffff;
	font-weight: normal;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;

}

#menu a:hover {
	color: #FFFFFF;
	background-color: #006699;
}

#menu li {
	position: relative;
	color: #FFFFFF;
	background-color: #006699;

}

#menu ul ul ul {
	color: #FFFFFF;
	background-color:#006699;
	font-size: .8em;
}




#left {
	margin: 0;
	padding:40px 0 0 0;
	color:#ffffff;
	margin: 0 80% 0 0;
	color:#ffffff;	
	height:555px;
	background-color: #006699;
		
		}
		
#left ul{
	list-style-type: none ;
	padding: 0 0 0 25px;
	margin: 0;
}
#left ul.borderbottom{
	padding: 0 0 10px 25px;
}

#left li a {
	text-decoration:none;
	font-size: 13px;
	}
#left  li li a { font-size: 13px; }
#left li{
	margin: 0;
	padding: 0 0 4px 0;
}
#left li li{
	margin: 0;
	padding: 0 0 3px 0;
}
#left li a.selected {
	margin: 0;
	padding: 0 0 0 25px;
	color:#ffffff;
}

#left li li a.selected {
	margin: 0;
	padding: 0;
}
a.breadcrumbs {
	color: #666666;
		
}

#content{
  float:right;
  height:100%;
	width: 75%;
	margin: 0;
	padding: 3% 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 0px 0px;
	
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	margin: 0px;
	background-color: #9fcde3;
	height: 18px;
	padding: 2px 0px 0px 22.5%;
	white-space: nowrap;
	text-align:left;
	vertical-align: middle;
	border: 1px solid #cccccc;
		}
/* '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 */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size:13px;
	padding: 0px 4px 0px 0px;
	color: #333333;
	text-decoration: none;
	
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 20% 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 30px 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{
clear:both;
	float: left;
		height:25px;
	text-align:right;
	font-size: 11px;
	color: #333333;
	padding:15px 0px 5px 20px;
	margin: 0px 20px 0px 0px;
	vertical-align: middle;
}
#siteInfo a{
	color:#333333;
	text-decoration: none;
	font-size: 11px;
	 }
#foot{
float:right;
width: 550px;
padding: 0px 10px 0px 0px;

	
}
#footcontent{
width:300px;
border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	border:1px solid #cccccc;
	background-color: #FFFFFF;
	}


/* 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" */



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
		font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color:#9fcde3;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



p {
	font-size: 1.1em;
}
td {
	line-height: 1.4em;
	font-size: 1.1em;
}
