﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #091334;
	background-image: url(img/bgr.gif);
	background-position: center;
	background-repeat: repeat-y;
}

body, table {
	font-family: Tahoma;
	font-size: 13px;
	color: #202020;
}

p {
	line-height: 20px;
}

h1 {
	font-size: 16px;
	color: #31477b;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 14px;
	color: #31477b;
	text-align: left;
}

div.body {
	background-image: url(img/banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
}

div.body2 {
	width: 800px;
	text-align: center;
	position: relative;
}

div.menu {
	position: absolute;
	left: 20px;
	top: 130px;
	height: 35px;
}

div.menu table {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

div.menu a:link, div.menu a:visited, div.menu a:active {
	color: #31477b;
	text-decoration: none;
}

div.menu a:hover {
	color: #202020;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #31477b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.content {
	position: absolute;
	left: 20px;
	top: 150px;
	width: 560px;
	text-align: justify;
}

div.sidebar {
	position: absolute;
	left: 620px;
	top: 150px;
	width: 160px;
	text-align: left;
}

