/*************** Layout tag styles ***************/	
body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.8;
	font-weight: 100;
		}

/*ie6 can't read this! */
html>body {
	background-color: #FFFFFF;
	background-repeat: repeat;
}
	
#frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	padding:0px;
	text-align:left;
	height:auto;
	vertical-align: bottom;
	padding-bottom: 10px;
	background-position:top;
	font-weight: lighter;
		}
		
#top {
	width:700px;
	height:394px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	vertical-align: bottom;
	margin-bottom: 0px;
	overflow: hidden;
	}

#bottom {
	width:700px;
	height: 28px;
	margin-right:auto;
	margin-left:auto;
	text-align:right;
	vertical-align: bottom;
	margin-bottom:20px;
	border-width: 1px;
	}
	
#menu {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	vertical-align: bottom;
	text-align: left;
	overflow: hidden;
	height: 78px;
}
		
	#contentleft {
	width:230px;
	padding:0px;
	float:left;
	}
	
	#contentcenter {
	width:234px;
	padding:0px;
	float:left;
	}
	
	#contentright {
	width:233px;
	float:left;
	height: auto;
		}
	
	#contentheader {
	width:100%;
	padding:0px;
	float:left;
		}
		
	#contentcenterWide{
	width:100%;
	padding:0px;
	float:right;
	margin-top:10px;
	}
		
	p,pre {
	margin: 0px 0px 0px 0px;
	font-weight: 100;
		}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FF00FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1 {	
	color: #000000;
	/*margin: 0px;
	padding: 0px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top:5px;
	margin:0px 5px 0px 5px;
	}
	

.featureText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.1;
	text-align:left;
	}
	
.introText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 11px;
	line-height: 1.4;
	text-align:left;
	}
	
.empfText{
	font-weight:600;
	font-size: 11px;
	}

.pictureText {
	font-style:italic
}
