﻿body
{
	background-image: url(images/background.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #0078c1;
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
div#Container
{
	margin-top: 40px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div#Header
{
	width: 970px;
	background-image: url(images/top-banner.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	height: 76px;
}
div#Header img
{
	border-style: none;
}
h1
{
	margin-top: 0px;
}
div#Menu
{
	width: 980px;
	height: 50px;
	text-align: center;
}
div#Menu a
{
	display: inline-block;
	width: 243px;
	height: 20px;
	background-image: url(images/button.png);
	background-repeat: repeat-x;
	font-size: larger;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0px;
}
div#Menu a:link
{
	color: White;
	text-decoration: none;
}
div#Menu a:hover
{
	background-image: url(images/button-hover.png);
}
div#Menu a:visited
{
	color: White;
	text-decoration: none;
}
div#Menu a:active
{
	color: Black;
	text-decoration: none;
}
div#Content
{
	background-color: White;
	padding: 10px;
}
div#Footer
{
	color: White;
}
form.Login
{
	margin-left: auto;
	margin-right: auto;
	width: 256px;
}
table
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #EEF0FF;
	font-size: small;
}
tr
{
	background-color: white;
}
td
{
	padding: 2px;
}