body {
	background-color: gray;
	margin: 0;
	padding: 0;
}

#container {
	width: 825px;
	height: auto;
	margin: 0 auto 10px;
	padding: 0;
	background: #ff0;
	text-align: left;
	border: 1px solid black;
}

#title {
	color: white;
	width: 825px;
	text-align: left;
	margin: 0;
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	background: #fe0000;
	height: auto;
	padding: 10px 0;
	text-indent: 5px;
}

#lang {
	width: 70px;
	text-align: center;
	float: right;
	position: absolute;
	margin-left: 750px;
}

#lang img {
	margin: 5px;
	border-style: none;
}

#navBar {
	background: black;
	width: 825px;
	color: white;
	margin: 0;
	padding: 0;
}

#navBar table tr td {
	border-style: none;
	border-width: 0;
	text-align: center;
}

#navBar a {
	color: #e6e6e6;
	text-decoration: none;
	display: block;
	padding: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#navBar a:hover {
	color: white;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: #333333;
	padding: 5px;
}

#sectionImg {
	width: 800px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: black;
}

#leftBox {
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: black;
	text-indent: 0.8em;
	width: 290px;
	height: auto;
	text-align: justify;
	margin: 0;
	float: left;
	padding: 0 5px 5px;
}

#leftBox a {
	color: #e6e6e6;
	border-bottom: 1px dotted blue;
	font-size: inherit;
	text-decoration: none;
}

#leftBox a:hover {
	color: black;
	border-bottom: 1px dotted #fc0;
	background: #fc0;
	font-size: inherit;
	text-decoration: none;
}

#rightBox {
	background-color: #fc0;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0 25px 0 300px;
	color: black;
	font: 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
}

#rightBox h1 {
	color: black;
	font: bold 18px/18px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 20px 0 0;
}

#rightBox h2 {
	color: black;
	font: bold 16px Georgia, Times, serif;
}

#rightBox h3 {
	color: black;
	font: bold 14px Georgia, Times, serif;
}
#rightBox ul {
        margin-left: 0;
        padding-left: 2em;
}

#rightBox li {
	border-bottom: 1px solid gray;
	line-height: 1.5em;
	list-style: url(../images/list_arrow.gif);
}


#rightBox ul li a {
	text-decoration: none;
	color: #000033;
	display: block;
	background: #ffe500;
}

#rightBox ul li a:hover {
	text-decoration: none;
	color: navy;
	display: block;
	background: #ff0;
}

#rightBox ul li a:visited {
	text-decoration: none;
	color: #333333;
	display: block;
}

#sectionBody {
	background-color: gray;
	position: absolute;
	top: 56px;
	left: 0;
	width: 754px;
	height: 444px;
	margin: 0 auto;
}

.tableGrayBottom {
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid gray
}

.grayBottom {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 11px;
	margin-bottom: -5px;
	border-bottom: 1px solid gray
}

#grayBox
{
	width: 800px;
	background-color: #CCC;
	margin: 0;
	height: auto;
	padding: 0;
}

#grayBox p {
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin-right: 5px;
	margin-left: 5px;
}

.textBox
{
	margin: 0;
	padding:  0 5px 0 5px;
	background-color: #E9E9E9;
}

.textBox a {
	text-decoration: none;
	border-bottom: 1px dotted blue;
	font: inherit;
	color: navy;
}

.textBox a:hover {
	text-decoration: none;
	border-bottom: 1px hidden blue;
	font: inherit;
	background: #fc0;
	color: navy;
}
#footer {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto;
	color: black;
}

#footer a {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto;
	text-decoration: none;
	color: #000033;
	border-bottom: 1px dotted blue;
}

#footer a:hover {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto;
	text-decoration: none;
	color: #000033;
	border-bottom: 1px dotted blue;
	background: #ffcc66;
}