/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-color: #26305E;
	border-right-color: #26305E;
	border-bottom-color: #26305E;
	border-left-color: #26305E;
	height: 99%;
}

a:link, a:visited, a:hover {
	color: #354571;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 16px;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #003366;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
 font: bold normal 11px Arial;
 color: #003366;
}

legend{
 font: normal 12px Arial;
 color: #EFF1FC;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#navBar{
	float: left;
	height: 400px;
	width: 250px;
}

#content{
	float: right;
	background-image: url(images/ReifeHinter.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 550px;
}

#content a:link{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666A82;
	font-weight: normal;
}
#content a:visited{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666A82;
	font-weight: normal;
}
#content a:hover{
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	height: 80px;
	margin-top: 10px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/*************** #pageName styles **************/

#pageName{
	font-family: Verdana;
	color: #D0D8E1;
	letter-spacing: 1px;
	line-height: 22px;
	background-color: #CCCCCC;
	height: 300px;
	width: 250px;
	float: left;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 250px;
	background-color: #354571;
	height: 25px;
}
/* '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: 90%;
	padding: 0px 4px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	font-size: 11px;
	font-family: Verdana;
	line-height: 24px;
	color: #666A82;
	font-weight: normal;
}

.feature h3{
	padding: 20px 0px 5px;
	color: #333333;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-size: 10px;
	font-family: verdana;
	color: #003366;
	background-color: #D0D8E1;
	width: 200px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 11px;
	color: #999999;
	background-color: #354571;
	letter-spacing: 1px;
}

#siteInfo a:link{
	color: #B4BDCF;
}

#siteInfo a:visited{
	color: #B4BDCF;
}

#siteInfo a:hover{
	text-decoration: underline;
}


#siteInfount{
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	height: 30px;
}

#siteInfount img{
	border: none;
}

#siteInfount a:link{
	color: #455A94;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}

#siteInfount a:visited{
	color: #455A94;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}

#siteInfount a:hover{
	text-decoration: underline;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #455A94;
	padding-right: 5px;
	padding-left: 5px;
}

/************* #search styles ***************/

#search{
	padding: 20px 0px 20px 80px;
	border-bottom: 1px solid #182971;
	font-size: 11px;
	color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #182971;
	font-family: verdana;
	background-color: #FFFFFF;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#search a:link{
	color: #003366;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#search a:visited{
	color: #003366;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

#search a:hover{
	text-decoration: underline;
	font-family: verdana;
	font-size: 11px;
	color: #003366;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	background-color: #354571;
	padding-left: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #B6C0DC;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	color: #FFFFFF;
}

#sectionLinks a:visited{
	color: #FFFFFF;
}

#sectionLinks a:hover{
	text-decoration: underline;
}

#sectionLinks a.down:link{
	color: #C0C6D1;
}

#sectionLinks a.down:visited{
	color: #C0C6D1;
}

#sectionLinks a.down:hover{
	text-decoration: underline;
	color: #C0C6D1;
}

/************** #advert styles **************/

#advert{
	float: right;
	width: 200px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #ECEEF0;
	height: 600px;
}
#advert img{
	background-color: #FFFFFF;
}
/************** #headlines styles **************/

#headlines{
	padding: 10px 0px 10px 10px;
	font-size: 11px;
	font-family: Verdana;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF781B;
	color: #999999;
	margin: 0px;
}

#headlines h3{
	padding: 10px 0px 2px;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #999999;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#pageLogo {
	font-family: Verdana;
	color: #D0D8E1;
	letter-spacing: 1px;
	line-height: 22px;
	background-color: #0066CC;
	height: 100px;
	width: 250px;
}
fieldset {
	border: 1px solid #354571;
	padding-left: 15px;
}
