﻿body
{
	background-color:#545454;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11pt;
	padding: 0;
	margin: 0;
}

#Page
{
	position:relative;
	margin: 0 auto;
	overflow:hidden;
	width:964px;
}

#Header
{
	background-color:#424242;
	width:100%;
	height:322px;
	margin-top:28px;
}

#Logo
{
	height:83px;
}

#Logo h1
{
	font-family:'Times new Roman';
	color:#BFBFBF;
	float:left;
	margin-top:28px;
	margin-left:30px;
}

#Logo img
{
	float:right;
	margin-top:5px;
}

#HeaderImage
{
	height:216px;
}

#HeaderImage img
{
	width:100%;
	height:216px;
}

#Navigation
{
	height:21px;
	background-color:#BDBEC0;
	
}

#Navigation a
{
	vertical-align:middle;
	color:Black;
	text-decoration:none;
	font-size:1.2em;
	margin-right:45px;
}

#Navigation a:Hover
{
	color:White;
}

#Navigation a.ak
{
	color:White;
	font-weight:bold;
}

#Content
{
	margin-top:30px;
	padding-top:30px;
	padding-left:30px;
	padding-bottom:30px;
	background-color:#7A7A7A;
	color:#FFFFFF;
	min-height:648px;
}

#ContentLeft
{
	float:left;
	width:525px;
}

#ContentLeft a
{
	text-decoration:underline;
	color:#FDFDFD;
}

#ContentLeft img
{
	margin-top:15px;
	margin-bottom:15px;
	display:block;
}

#ContentLeft table
{
	background-color:#BDBEBF;
	color:Black;
}

#ContentLeft label
{
	color:#FDFDFD;
}

.TransTableArea
{
	background-color:#7A7A7A;
}

#ContentLeft table th
{
	text-align:left;
	height:25px;
	padding-top:5px;
}

#ContentLeft table td, #ContentLeft table th
{
	padding-left:20px;
}

.High
{
	background-color:#FDFCFC;
}

#ContentRight
{
	position:relative;
	float:right;
	width:356px;
	margin-right:52px;
}

#ContentRight img
{
	margin-bottom:42px;
}

#ContentBottom
{
	position:relative;
}

#ContentBottom a
{
	text-decoration:underline;
	color:#FDFDFD;
}


#Footer
{
	margin-top:21px;
	margin-bottom:10px;
}

#Footer a
{
	text-decoration:underline;
	color:#B7B7B7;
	font-size:1.2em;
	font-weight:bold;
}



