body {
	background-color: #7a7a7a;
	font-size: 10pt;
	font-family: Arial;
	color: #7a7a7a;
	margin: 0px;
	padding: 0px;
}


a,
a:link,
a:visited,
a:active,
a:hover {
	color: #680100;
	font-weight: bold;
	text-decoration: underline;
}


.menu_link {
	border: 0px solid black; position: absolute;
}

.menu_link a {
	display: block;
}

.menu_link a span {
	display: none;
}

#home_link {
	margin-left: 25px; margin-top: 100px; border: 0px solid #000000;
}

#home_link a {
	height: 20px; width: 70px;
}



.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 150px;	
}


.content-rep {
	background-image: url(../images/content-rep.gif);
	background-repeat: repeat-y;
}


.navi{
	width: 220px;
	padding: 65px 0px 0px 0px;
}

.navi ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navi ul li {
	display: inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active,
.navi ul li a:hover {
	color: #680100;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	text-decoration: underline;
	display: block;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

.navi ul ul li a,
.navi ul ul li a:link,
.navi ul ul li a:visited,
.navi ul ul li a:active {
	color: #680100;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}

.navi ul ul li a:hover {
	text-decoration: underline;
}










h1 { 
	color: #000000;
	font-size: 16pt;
	font-family: Arial;
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}



	
.content {
	padding: 0px 10px 70px 10px;
	color: #680100;
	line-height: 20px;
}


.content p {
	margin-top: 10px;
	margin-bottom: 0px;	
	color: #7a7a7a;
}
	
	
.right {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	height: 166px;
	width: 94px;
}


.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
