body {
	background-color: #195ea6;
	background-image: url('/media/images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

h2 {
	color: #51b848;
}

.container {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}

.header {
	margin-top: 10px;
	height: 166px;
	background-image: url('/media/images/header.jpg');
}

.headerlogo {
	padding-top: 20px;
	padding-left: 20px;
}

.maincontent {
	text-align: justify;
	color: #195ea6;
	background-color: white;
}

.innercontent {
	padding: 5px 40px 20px 40px;
}

.tabmenu {
	margin-left: 15px;
	margin-top: 15px;
}

.rootTabOff {
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #006600;
	float: left;
	margin-right: 10px;
}

.rootTabOn {
	width: 80px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: white;
	float: left;
	margin-right: 10px;
}

.rootTabOff a {
	color: white;
	text-decoration: none;
	font-size: 0.9em;
}

.rootTabOn a {
	color: black;
	text-decoration: none;
	font-size: 0.9em;
}
.footer {
	background-color: #000000;
	color: white;
	text-align: center;
}
