body {
	background: url(template/images/bg.jpg) repeat-x #d4d4d4;
	margin: 12px;
	padding: 0;
	font-family: Arial, Sans, Verdana, sans-serif;
	font-size: 13px;
	color: #222;
}
#head {
	width: 800px;
}
#headLeft {
	float: left;
	width: 144px;
}
#headRight {
	float: right;
	width: 113px;
	text-align: right;
	color: #666;
	font-style: italic;
	font-size: 12px;
	margin-top: 12px;
}
#headMiddle {
	font-size: 12px;
	width: 350px;
	padding-top: 10px;
	font-weight: bold;
}
div.clear {
	clear:both;
}
#main {
	width: 800px;
	margin-top: 12px;
}
#mainModule {
	float: left;
	width: 154px;
	text-align: left;
}
#mainContent {
	float: right;
	width: 622px;
	text-align: left;
	background: #FFF;
	padding: 6px;
	border: 1px solid #d3d3d3;
}
#footer {
	width: 800px;
	text-align: right;
	margin-top: 10px;
	font-size: 11px;
	color: #666;
}
/* Link */
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #222;
	border-bottom: 1px solid #888;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000;
	border-bottom: 1px solid #067548;
	text-decoration: none;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	border-bottom: 1px solid #067548;
	text-decoration: none;
}


/* Navigation */
.navigation ul {
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
}
.navigation li {
	margin: 0px;
	margin-left: -40px;
	padding: 6px 0px;
    border-bottom: 1px solid #222;
	list-style-type: none;
}
* html .navigation ul,
* html .navigation li {
	height:1px;
}
.navigation a,
.navigation li,
.navigation p {
	color: #222;
    text-decoration: none;
}
.navigation a:hover {
	color: #067548;
	text-decoration: none;
	font-weight: bold;
}
.navigation p {
	margin: 0px;
	padding: 0px;
}
li.LNE_menu_intend {
	border-left: 3px solid #444;
	padding-left: 5px;
}
a.selected {
	color: #067548;
	text-decoration: none;
	font-weight: bold;
}
h2.title {
	font-style: italic;
	color: #067548;
	text-align: right;
	border-bottom: 1px solid #067548;
	margin-bottom: 4px;
}
h1 {
	font-size: 160%;
	color: #444;
	margin: 0;
}
h2 {
	font-size: 160%;
	color: #067548;
	margin: 0;
}
table.settings {
	width: 100%;
}
