﻿body {
	/*background: #b8c8fb;*/
	/*background: #6666ff;*/
	background: #3a7dda;
	margin: 0;
	padding: 0;
}

div#header {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 780px;
	text-align: right;
	height: 20px;
}

div#header img {
	margin-left: 5px;
}

div#container {
	margin-bottom: 20px;
	width: 800px;
	border: 1px solid black;
	background: white;
}

div#banner {
	height: 100px;
}

div#menu_h {
	height: 25px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #e70c0c;
}

div#menu_h ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

div#menu_h ul li a {
	display: block;
	height: 25px;
	width: 110px;
	color: white;
	background: #e70c0c;
}

div#menu_h ul li a:hover, div#menu_h ul li a.selected {
	text-decoration: none;
	font-weight: bold;
}

div#menu_h ul li {
	float: left;
	height: 25px;
	width: 110px;
	line-height: 25px;
	text-align: center;
}

div#content {
	
}

div#menu {
	float: left;
	width: 209px;
	padding-top: 20px;
}

div#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menu ul a {
	padding: 4px;
	display: block;
	width: 170px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
}

div#menu ul a:hover, div#menu ul a.selected {
	text-decoration: none;
	background: #e70c0c;
	color: white;
}

p#address {
	padding-left: 15px;
	margin-top: 20px;
}

div#page {
	float: right;
	width: 567px;
	padding: 10px;
	border-left: 1px solid black;
	min-height: 280px;
}

div#page img {
	border: 1px solid black;
}

div#footer {
	clear: both;
	height: 25px;
	border-top: 1px solid black;
	line-height: 25px;
	font-size: 8pt;
}

div#validation {
	width: 800px;
	font-size: 8pt;
	color: white;
}

div#validation a {
	color: white;
}

div#xiti-logo {
	margin-left: auto;
	margin-right: auto;
}

table.two td {
	width: 50%;
	text-align: center;
}

table.three td {
	width: 33%;
	text-align: center;
}

div#xiti-logo, div#xiti-logo-noscript {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}