body {
	margin: 0px 0px 0px 20px;
	font: 0.8125em Verdana, sans-serif; 
	line-height: 1.5; 
	color: #333;
	background: #FFF;
	}
a {text-decoration: none;}
a {border: none;}
a:link, a:visited {color: #555; border-bottom: 1px solid #CCCCCC;}
html body a:hover {color: #000; background-color: #F4F2E4; border-bottom: 1px solid #9A8E51;}
blockquote {
	font: 1em/1.5em Georgia, Times, serif;
	font-style: italic;
	}
  
/***** DIVS ****/
#container {
	width: 891px;
	background-color: #FFF;
}
#top {
	width: 891px;
	}
	#topLeft {
		float: left;
		width: 698px;
		border-right: 1px solid #CCCCCC;
		}
	#topRight {
		float: right;
		width: 192px;
		background-image:url(../grafik/dateBkgnd.gif);
		background-repeat:no-repeat;
		}
#colLeft {
	float: left;
	width: 698px;
	border-right: 1px solid #CCCCCC;
	background-image:url(../grafik/dateBkgnd.gif);
	background-repeat:no-repeat;
	background-position: bottom right;	
	}
	.imgMain {
	width: 698px;
	
	}
	#txtLeft {
		margin: 30px 50px 0px 30px;
		}
#colRight {
	float:left;
	clear:right;
	width: 192px;
	}
	.imgRight {
	border-bottom: 1px solid #CCCCCC;
	}
	#txtRight {
		margin-top: 20px;
		}

#footer {
	clear:left;
	float:none;
	width: 891px;
	padding: 10px;
	font-size: .8em;
	border-top: 1px solid #CCCCCC;
	background-image:url(../grafik/dateBkgnd.gif);
	background-repeat:no-repeat;
	background-position: top right;
	}
		
/***CLASSES***/

.navRightHl {
	display: block;
	margin-top: 5px;
	padding: 5px;
	padding-left: 15px;
	font-weight: bold;
	}
.navRightLevel2Hl {
	display: block;
	margin-top: 0px;
	padding: 0px;
	padding-left: 35px;
	font-size: .8em;
	font-weight: bold;
}
.navRightLevel2 {
	display: block;
	margin-top: 0px;
	padding: 0px;
	padding-left: 35px;
	font-size: .8em;
}
.navRight {
	display: block;
	margin-top: 5px;
	padding: 5px;
	padding-left: 15px;
	}
.heading1 {
	font: 1.8em Georgia, Times, serif; 
	margin-bottom: 0.5em;	
	}
.heading2 {
	background-color: #F8F7EF;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	color:#993300;
	}
.red {
	color: #993300;}

