﻿html, body
{
	padding: 0px;
	margin: 0px;
	color: #333333;
	background-color: #eeb692;
	background-repeat: repeat;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img
{
	border-style: none;
}

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

a:hover
{
	text-decoration: underline;
}

h2
{
	font-size: 1.375em;
	color: #e96e21;
	font-weight: bold;
}

div.Text 
{
	font-size:0.8125em;
	line-height:1.75em;
	padding:10px 10px 10px 20px;
}

#Background
{
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../Graphics/back.gif);
	padding: 15px;
	height: 100%;
	background-attachment: scroll;
}

#Page
{
	background-position: left top;
	background-image: url(../Graphics/backfix.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 932px;
}

#Header
{
	background-image: url(../Graphics/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	text-align: right;
	padding: 7px 12px 5px 7px;
	color: #F9BF9D;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1pt;
}

#Language
{
	display: inline;
}

#Language span.Selected
{
	color: #fef4ee;
}

#Language span.Selected:hover
{
	color: #fef4ee ! important;
}


#Language a, #Language:hover span.Selected
{
	color: #F9BF9D;
}

#Language a:hover
{
	color: #fef4ee;
	text-decoration: none;
}


#Footer
{
	background-position: left bottom;
	background-image: url(../Graphics/footer.gif);
	background-repeat: no-repeat;
	min-height: 5px;
	position: relative;
	z-index: 1;
}

#TitleContainer
{
	text-align: right;
}

#Menu
{
	float: right;
	font-size: 0.6875em;
	letter-spacing: 0.075em;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 12px;
	z-index: 2;
}

#Menu table
{
	width: 600px;
}

#Menu a, #Menu a:active, #Menu a:link, #Menu a:visited
{
	color: #808080;
	text-decoration: none;
}

#Menu table:hover tr td a:hover, #Menu span.Selected a
{
	font-weight: bold;
	color: #404040;
}

#Menu table:hover span.Selected a
{
	color: #808080;
	font-weight: normal;
}

#Menu table:hover td a:hover img, #Menu table span.Selected img
{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;	
}

#Menu img, #Menu table:hover a img
{
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

#Menu td
{
	padding: 0px;
	text-align: center;
	width: 16.666666666666666666666666666667%;
	vertical-align: top;
}

#Menu img
{
	border: 1px solid #808080;
	width: 70px;
	height: 70px;
	margin-bottom: 4px;
}

#Copyright
{
	font-family: Tahoma, Helvetica;
	font-size: 0.6875em;
	text-align: right;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #e96e21;
	margin-right: 2%;
	margin-left: 2%;
	line-height: 2em;
	padding-bottom: 1em;
}

img.WhitePic
{
	border-style: none !important;
}

