@CHARSET "ISO-8859-1";

body {
	/* background-color: #eee; */		
	text-align: center;
}

body, table, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
}

table td, p, ul, ol, dev {
	text-align: left;	
}


table.lg-1 {
	/*width: 770px;	*/
	margin-left: auto;
	margin-right: auto;
	/* border: solid 1px white; */
	background-color: white;	
	border-collapse: collapse;
}

td.header-level-1 {		
	border: solid 1px #ccc;
	height: 76px;
	background-image: url("../gfx/banner3.jpg");
	background-repeat: no-repeat;
}
td.header-v-spacer {
}

.menu1-part {
	border-right: solid 1px #c3181c;
	border: solid 1px #ccc;
}

.menu-table {
	width: 140px;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 0px;	
	margin-bottom: 80px;
	/*DBG border: solid 1px red;*/
}
.menu-table td {
	padding-top: 1px;	
}
.menu-table td.level-1 {
	padding-left: 0px;	
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: solid 1px #ccc;
}
.menu-table td.level-2 {
	padding-left: 10px;	
}
.menu-table td.level-2-end {
	height: 10px;	
}
.menu-table a, .menu-table a:link, .menu-table a:active, .menu-table a:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;	
}
.menu-table a:hover {
	color: 	#c3181c;
}
.menu-table td.selected a, .menu-table td.selected a:link, .menu-table td.selected a:active, .menu-table td.selected a:visited {
	color: #c3181c;
}

td.menu1-h-spacer {
}

.content-part {
	border-top: solid 1px #ccc;		
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #ccc;	
	border-left: solid 1px #ccc;	
	padding: 0 0 0 0;
}
.content-part .current-page-path {
	/* height: 40px; */
	padding-left: 18px;
	color: #aaa;
}
.content-part .current-page-path p {
	padding-top: 5px;
	font-size: 11px;	
}
.current-page-path p a {
	color: #aaa;
	text-decoration: none;
}
.current-page-path p a:hover {
	text-decoration: underline;	
}


.content-part .content, .content-part .content-left {
	padding-top: 0px;
}
.content-part .content-right {
	padding-top: 0px;
}
.content-part .content, .content-part .content-left {
	padding-left: 18px;
	padding-right: 22px;
	padding-bottom: 25px;
}

.footer-level-1 {
	padding: 2px 2px 15px 2px;
	text-align: left;
	color: #aaa;
	font-size: 10px;
}





