@import "sm.css";
@import "content.css";
@import "forms.css";

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #8EA39E;
}

table.main {
	background-image: url(images/bg1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-left: 1px solid #164969;
	border-right: 1px solid #164969;
	height: 100%;
	width: 778px;
	empty-cells: show;
	border-collapse: collapse;
	background-color: #B6C6C2;
}

table.main td.top {
	height: 56px;
	vertical-align: bottom;
}

table.main td.lang {
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: bottom;
}

table.main td.lang a {
	color: #000000;
	font-size: 0.82em;
	text-decoration: none;
	letter-spacing: 1px;
}

table.main td.lang a:hover, table.main td.lang a.hover {
	text-decoration: underline;
}

table.main td.heading {
	background-image: url(images/heading.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 152px;
}

table.main td.menu {
	height: 16px;
	background-color: #E3652B;
	text-align: left;
}

table.main td.menu a {
	color: #000000;
	height: 16px;
	font-size: 0.81em;
	padding: 2px 10px 1px 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

table.main td.menu a:hover, table.main td.menu a.hover {
	background-color: #165969;
	color: #FFFFFF;
}

table.main td.left {
	border-right: 1px solid #70949A;
	width: 175px;
	padding: 25px 0px 25px 20px;
	text-align: left;
	vertical-align: top;
}

table.main td.bottom {
	border-top: 2px dotted #5C8892;
	color: #164969;
	height: 16px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-top: 3px;
}

ul.level2, ul.level2 li, ul.level3, ul.level3 li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.level2 {
	float: left;
}

ul.level2 li a {
	margin: 0px 0px 2px 0px;
	background-color: #689196;
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
	font-size: 0.81em;
	padding: 2px 0px 2px 0px;
}

ul.level2 li a:hover, ul.level2 li a.hover {
	color: #FFFFFF;
}

ul.level3 li a {
	background: none;
	text-transform: lowercase;
}

div.submenu {
	margin: 0px 10px 0px 10px;
}
