
	@import "all.css"; /* just some basic formatting, no layout stuff */
/****** General ******/
	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		background: #FFFFCC; 
		}

	p,h1,pre {
		margin:0px 10px 10px 10px;
		}

	h1 {
		font-size:14px;
		padding-top:10px;
		}

	input.text{
		  font-family:TrebuchetMS;
		  font-size:9pt;
		  font-weight:bold;
		  background-color:336699;
		  border-color:336699;
		  border-style:inset;
		  border-width:10px;
		  color:FFFFFF;
		}
		
	a {
		text-decoration: none;
		}

	a:hover {
		text-decoration: underline;
		}

/****** Logo ******/

	#logo {
		 display: none;
		}
		
	html>body #logo {
		 display: none;
		}
		
/****** Search ******/

	#search {
		 display: none;
		}
		div.banners {
		 display: none;
		}

	html>body #search {
		 display: none;
		}
		

		

/****** Banner ******/

		#banner {
		margin-left: 0px;
		background: #fff;
		height:90px; 
		border-top:0px solid #000;
		border-right:0px solid #000;
		border-left:0px solid #000;
		border-bottom:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:82px;
		}

	html>body #banner {
		height:89px;
		}

	#banner h1 {
		font-size:28px;
		font-family: Verdana, arial;
		font-weight: bold;
		color: #9E5205;
		text-align: center;
		padding:20px 10px 0px 10px;
		margin:0px;
		}

	#banner h3 {
		font-size:14px;
		font-family: Verdana, arial;
		font-weight: bold;
		text-align: center;
		margin:0px;
		padding:0px 0px 10px 0px;
		color: #DE7008;
		}

/****** Top Menu ******/

	#menu {
		 display: none;
		}

	html>body #menu {
		 display: none;
		}


/****** Left Content ******/

	#leftcontent {
		 display: none;
		}



/****** Center Content ******/

	#centercontent {
		background: #fff;
   		margin-top: 0px;
		border: 0px solid #000;
		/*padding-bottom: 15 cm;*/
		border-top:dotted 0px #E0AD12;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-top:0px;
		margin-bottom:15cm;		}

	html>body #centercontent {
   		margin-top:0px;
		}

	#centercontent h1{
		font-family: verdana, arial;
		font-size: 14px;
		margin-top: 0px;
		padding:5px 0px 0px 0px;
		color: #DE7008;
		margin-bottom:0px;
		}

	#centercontent h2{
		font-family: verdana,arial;
		font-size: 12px;
   		margin-left: 10px;
		padding:0px 0px 0px 0px;
		margin-bottom: 5px;
		}

	#centercontent h3{
		font-family: verdana,arial;
		font-size: 12px;
		text-indent: 10px;
		margin-bottom: 2px;
		}

	#centercontent h4{
		font-family: verdana, arial;
		font-size: 14px;
		line-height: 0px;
		text-indent: 10px;
		color: #000066;
		/*border-top:dotted 1px #E0AD12;*/
		}

	#centercontent span.subtitle {
		font-size:11px;
		font-family: verdana, arial;
		margin-left: 10px;
		padding: 0px 0px 0px 0px;
		}

	#centercontent span.text{
		font-family: verdana, arial;
		font-size: 12px;
		font-weight: none;
		}

	#centercontent p {
		font-size:12px;
		font-family: verdana, arial;
		line-height: 1.5;
		}

	#centercontent p.article {
		font-size:11px;
		font-family: verdana, arial;
		line-height: 1.5;
		}

	#centercontent ul {
		font-size:12px;
		font-family: verdana, arial;
		text-indent: 0px;
		margin-top: 0px;
		padding-top: 0px
		line-height: 1.5;
		}

	#centercontent li.heading {
		list-style: none;
		color: #B8A80D;
		text-indent: -30px;
		margin-top: 0px;
		padding-top: 0px;
		font-weight: bold;
		}

	#centercontent li.item {
		list-style: disc;
		color: black; 
		margin-top: 0px;
		padding-top: 0px
		line-height: 1.5;
		}
		
	#centercontent hr.dotted {
		display: none;
		}
		
	#centercontent a.heading {
		text-decoration: underline;
		}
		

/****** Right Content ******/

	#rightcontent {
		 display: none;
		}		

