@charset "utf-8";
/* CSS Document */
	body{
	background-color:#C0DFFD;
	margin-top:0px;
}

#maintable{
	width:900px;
}

#logo {
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.2em;
	line-height:30px;
}
#tagline{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.4em;
	line-height:18px;
}

.left-menu {
	font-family: Arial Narrow;
	font-size: 16px;
	font-weight: bold;
	color: #68712c;
}
.sub-menu {

	font-family: Arial Narrow;
	font-size: 18px;
	font-weight: bold;
	color: #68712c;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#0083CB;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
}

.submenu{
	margin-bottom: 0.5em;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #CF9;
	text-decoration: none;
}
a:hover {
	color: #FA6640;
	text-decoration: none;
}
.titles-slsl
{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: "Arial Narrow";
	line-height: 26px;
}
.maincontent{
	padding: 10px;
	
}
