@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.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

div.main {
	margin: auto;
	width: 780px;
	height: 100%;
	background-color: #FFFFFF;
}

div.top {
	background-image: url(images/bgtop.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 13px;
	height: 60px;
	margin-bottom: 0px;
}

span.lang {
	float: right;
	margin: 37px 30px 0px 0px;
}

span.lang a {
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}
span.lang a:hover, span.lang a.hover {
	color: #000000;
	text-decoration: underline;
}

img.logo {
	width: 223px;
	height: 60px;
}

form.search {
	display: inline;
	float: right;
	margin: 33px 30px 0px 0px;
}

div.top2 {
	background-color: #485F8E;
	background-image: url(images/bg2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 90px;
	margin-bottom: 10px;
}

img.pic1 {
	float: right;
	width: 99px;
	height: 66px;
	margin: 12px 30px 0px 0px;
}

div.left {
	float: left;
	width: 180px;
}

div.content {
	float: right;
	width: 600px;
}

div.header {
	margin: 0px 0px 15px 20px;
	height: 125px;
}

div.header h1 {
	margin-top: 40px;
}

div.text {
	border-left: 1px solid #3C5384;
	padding: 0px 0px 0px 20px;
	width: 560px;
	float: left;
}

div.bottom {
	border-top: 2px dotted #3C5384;
	color: #2F3F44;
	float: right;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 3px;
	width: 100%;
	text-align: center;
	font-size: 85%;
}

ul.menu {
	background-color: #3C5384;
	color: #FFFFFF;
	list-style-type: none;
	height: 20px;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.menu li {
	display: inline;
	font-size: 10px;
}

ul.menu a {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 8px 0px 8px;
	text-decoration: none;
	text-transform: lowercase;
}

ul.menu a:hover, ul.menu a.hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.menu2 a {
	display: block;
	background-color: #3C5384;
	color: #3C5384;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	letter-spacing: 1px;
	margin: 5px 10px 0px 0px;
	text-decoration: none;
	text-transform: lowercase;
	width: 170px;
	overflow: hidden;
}

div.menu2 a span {
	background-color: #FFFFFF;
	cursor: pointer;
	display: block;
	height: 15px;
	margin: 0px;
	float: right;
	width: 155px;
}

div.menu2 a span span {
	width: 145px;
}

div.menu2 a:hover, div.menu2 a.hover {
	background-color: #FC511D;
	color: #3C5384;
}