/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #003786;
	font-size: 100%;
	background-color: #C1E900;
	background-repeat: no-repeat;
}

a{
	font-size: 100%;
	text-decoration: none;
	color: #003786;
}

a:link{
	text-align: left;
}

a:visited{
	color: #003786;
	font-weight: normal;
}

a:hover{
	color: #FF006C;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 0 0;
}

h5{
	margin: 0px 0px 0px 15px;
	font-size: 100%;
	font-family: Arial;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#navBar{
	float: left;
	margin: 0px;
	padding: 20px;
	background-color: #D7FF15;
	left: 0px;
	top: 130px;
	width: 180px;
	position: absolute;
	border-left: 4px dotted #96050F;
	border-right: 4px dotted #96050F;
	border-top: 4px dotted #96050F;
	border-bottom: 4px dotted #96050F;
}

#headlines{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 700px;
	position: absolute;
	left: 247px;
	top: 127px;
	padding-top: 30px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 0px;
	float: left;
}


/************** .feature styles ***************/

.feature{
	padding: 30px 0px 10px 10px;
	font-size: 100%;
	text-align: justify;
}

.feature h3{
	padding: 0px 0px 5px 0px;
	text-align: left;
	color: #003786;
}

.feature img{
	float: left;
	padding: 30px 0px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	font-family: Arial;
	line-height: normal;
}

.story p{
	padding: 0px 0px 0px 0px;
	color: #003786;
	font-family: Arial;
	font-size: 8pt;
}


/************* #siteInfo styles ***************/

#siteInfo{
	padding: 0px 0px 0px 20px;
	left: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px 10px;
	font-size: 100%;
}
#leftmargin {

	float: left;
	width: 110px;
	margin: 0px;
	padding: 0px;
}
#sectionLinks h4 {
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-style: normal;
	font-size: 100%;
	font-weight: bold;
	color: #FB414E;
}
#sectionLinks h4 a {

	padding: 1px 0px 1px 0px;
	font-family: Arial;
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
	color: #003786;
}
#sectionLinks h4 a:link {
	padding: 1px 0px 1px 5px;
	font-family: Arial;
	font-style: normal;
	font-size: 12pt;
	font-weight: bold;
	color: #003786;
}
#sectionLinks h5 {
	padding: 1px 0px 1px 10px;
	font-family: Arial;
	font-size: 9pt;
	color: #FB414E;
	font-weight: normal;
}
#sectionLinks h5 a {
	padding: 1px 0px 1px 1'px;
	font-family: Arial;
	font-style: normal;
	font-size: 9pt;
}
#sectionLinks h5 a:link {
	padding: 1px 0px 1px 0px;
	font-family: Arial;
	font-style: normal;
	font-size: 9pt;
	color: #003786;
	font-weight: normal;
}
h3 a:link {
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#foto {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-top: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#fotow {

	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	width: 100%;
	padding-top: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.col1 {
	background-color: #C1E900;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	height: 200px;
	vertical-align: middle;
	padding-top: 10px;
}
.col3 {
	background-color: #C1E900;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	height: 200px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 4px;
}
h4 {
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-style: normal;
	font-size: 100%;
	font-weight: bold;
	color: #FB414E;
}

