﻿/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0 0 3px 0;
	padding: 0px;
}
h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
}
h2 {
	font-size: 114%;
	color: #000069;
}
h3 {
	font-size: 100%;
	color: #000069;	
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
h5 {
	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                                 */
/***********************************************/
#masthead {
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #000033;
	width: 100%;
}
#navBar {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #DFDFFF;
	border-right: none;
	border-bottom: none;
}
#navtd {
	background-color: #DFDFFF;
}
#content {
	margin: 0;
	padding: 5px 5px 0 5px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
/*************** #pageName styles **************/
#pageName {
	padding: 0px 0px 10px 0px;
}

.tagung {
	
	border-bottom: 1px solid gray;
	padding: 0 0 0 0;
	margin-bottom: 5px;
}
/* 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;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	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 a:link, #navBar ul a:visited {
	display: block;
}
/*********** #sectionLinks styles ***********/
#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	line-height: normal;
}
#sectionLinks a:link {
	padding: 0px 0px 0px 10px;
	width: 100%;
}
#sectionLinks a:visited {
	padding: 0px 0px 0px 10px;
}
#sectionLinks a:hover {
	padding: 0px 0px 0px 10px;
	width: 100%;
}
/************** #headlines styles **************/
#headlines {
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#headlines p {
	padding: 5px 0px 5px 0px;
}
#bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
a {
	text-decoration: underline;
	color: #0000FF;
}

