/***********************************************/
/* adozen.css                            */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0099FF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

h1{
 font-size: 24pt;
 color: #000000;
}

h2{
 font-size: 18pt;
 color: #000000;
}

h3{
 font-size: 16pt;
 color: #000000;
}

h4{
 font-size: 12pt;
 font-weight: bold;
 color: #000000;
}

h5{
 font-size: 10pt;
 color: #000000;
}

.nolink{
 font-size: 90%;
 color: #000000;
}

.style1 {
	font-size: 11pt;
	font-weight: bold;
}

.style2 {color: #0099FF; font-weight: bold; }

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #000000;
}

.note {
 font-size:9px;
}

.blau {
 color: #0099FF;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1.5px solid #0099ff;
	width: 100%;
}

#navBar{
	margin: 0 85% 0 0;
	padding-bottom: 40px;
	padding-top: 18px;
	padding-left: 10px;	
	padding-right: 15px;
	background-color: #FFFFFF;
	border-right: 1.5px solid #0099ff;
	border-bottom: 1.5px solid #0099ff;
	font-size: 10pt;

}

#content{
	float:right;
	width: 78%;
	margin: 0;
	padding: 0% 3% 3% 3%;
	font-size: 10pt;
}

#siteName{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 18pt;
}

.pageName{
	padding-top:20px;
	font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

#globalNav{
color: #0099ff;
padding: 15px 0px 0px 17px;
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 */

#globalNav a {
	font-size: 85%;
	padding: 0px 4px 0px 0px;
	border-bottom-color: #0099FF;
}

#siteInfo{
	clear: both;
	border: 1.5px solid #0099ff;
	padding: 10px 10px 10px 15px;
	font-size: 75%;
	color: #0099ff;
}
/* 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;
}
