body 
{
    position: relative;
	background-color: #EEEEEE;
	text-align: center;
	min-height: 100%;
	font: normal 13px Arial, sans;
	color: black;
}

#content
{
	background-color: #B0D0EB;
	width: 100%;
	min-width: 990px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
}

#header
{
	position: relative;
	width: 100%;
	height: 276px;
	background-image: url('../images/banner_bg.png') repeat-x;
	z-index: 0;
}

#bannerLeft
{
	position: absolute;
	height: 276px;
	width: 900px;
	background-image: url('../images/banner_left.png');
}

#bannerRight
{
	float: right;
	height: 276px;
	width: 785px;
	background-image: url('../images/banner_right.png');
}

#languages
{
	position: absolute;
	top: 205px;
	right: 35px;
	z-index: 10;
}

#topNav
{
	position: absolute;
	top: 260px;
	right: 20px;
	height: 28px;
	z-index: 10
}

#innerContainer
{
	position: relative;
	width: 100%;
	text-align: left;
}

#leftNav
{
	position: relative;
	width: 211px;
	left: 10px;
	float: left;
	overflow: hidden;
}

#leftNavHeader
{
	position: relative;
	height: 41px;
	width: 211px;
	background-image: url('../images/titlebar_fill.png');
}

#leftNavHeaderLeft
{
	position: relative;
	float: left;
	height: 41px;
	width: 100%;
	background-image: url('../images/titlebar_nav.png');
}

.titlebarRight
{
	position: relative;
	float: right;
	height: 41px;
	width: 14px;
	background-image: url('../images/titlebar_end.png');
}

#leftNavBody
{
	position: relative;
	width: 209px;
	border: solid 1px #1171A4;
	background-color: white;
}

#langBanner
{
	position: relative;
	height: 95px;
	width: 209px;
	border: solid 1px #1171A4;
	margin-top: 40px;
}

#langBanner img
{
	border: none;
}

#textBody
{
	position: relative;
	margin-top: 35px;
	margin-left: 230px;
	width: 80%;
}

#floatbox
{
	margin: 0 auto;
	width: 1000px;
}

#footer
{
	text-align: left;
	width: 100%;
}

#footer p
{
	position: relative;
	font: italic 13px Arial, sans;
	color: #1171A4;
	margin-top: 15px;
	margin-left: 70px;
	padding-bottom: 30px;
}

a:link, a:visited
{
	color: #3399CC;
	text-decoration: none;
}

a:active, a:hover
{
	color: maroon;
	text-decoration: none;
}

.headerLink:link, .headerLink:visited
{
	color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.headerLink:active, .headerLink:hover
{
	color: white;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

.navLink:link, .navLink:visited
{
	color: #1171A4;
	text-decoration: none;
	font: normal 14px Helvetica, Arial, sans;
}

.navLink:active, .navLink:hover
{
	color: maroon;
	text-decoration: none;
	font: normal 14px Helvetica, Arial, sans;
}

.navButton
{
	height: 28px;
	width: 128px;
	border: none;
}

h1.titlebar
{
	position: relative;
	font: normal 24px Helvetica, Arial, sans;
	color: #003366;
	top: -5px;
	margin-left: 60px;
	z-index: 10;
	position: absolute;
}

h2
{
	position: relative;
	font: normal 16px Helvetica, Arial, sans;
	font-weight: bold;
	color: #1171A4;
}

h3
{
	position: relative;
	font: italic 13px Helvetica, Arial, sans;
	font-weight: bold;
	color: #1171A4;
}

ul.nav
{
	list-style-image: url('../images/dblarrow.png');
	position: relative;
	width: 209px;
	top: -5px;
	left: -12px;
}

li.navItem
{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 1px;
}

li.currentNavItem
{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	color: maroon;
	font-weight: bold;
	font: italic 14px Helvetica, Arial, sans;
	top: 1px;
}

div.navRule
{
	height: 0px;
	width: 200px;
	margin-left: -25px;
	border: solid 1px #1171A4;
}

div.footerRule
{
	height: 0px;
	width: 90%;
	border: solid 1px #1171A4;
	margin-top: 50px;
	margin-left: 35px;
	margin-right: 35px;
}

.center
{
	text-align: center;
}

.floatLeft
{
	float: left;
	padding: 10px;
	padding-left: 10px;
	border: 0;
}

.floatRight
{
	float: right;
	padding: 10px;
	padding-right: 10px;
	border: 0;
}

img.imagePanel
{
	height: 180px;
	width: 240px;
}

.inlineLabel
{
	font-weight: bold;
}

table.datatable
{
	border: solid 1px black;
	border-collapse: collapse;
}

table.datatable th
{
	text-align: center;
	font-weight: bold;
	border: solid 1px black;
	padding: 2px;
}

table.datatable td
{
	border: solid 1px black;
	padding: 2px;
}

table.verticalDatatable
{
	border: 0;
	width: 95%;
}

table.verticalDatatable th
{
	text-align: right;
	font-weight: bold;
	padding: 2px;
	border: 0;
	width: 20%;
	vertical-align: top;
}

table.verticalDatatable td
{
	border: 0;
	padding: 2px;
	vertical-align: top;
}

.translit
{
	font-style: italic;
}

strong
{
	font-weight: bold;
	font-style: normal;
}

div.imageAndDescription
{
	position: relative;
	min-height: 210px;
	margin-bottom: 20px;
}

div.imageAndDescription div.image
{
	position: absolute;
	width: 250px;
}

div.imageAndDescription div.description

{
	position: relative;
	margin-left: 265px;
}

.shiftHeader
{
	left: 2px;
}

.smHeaderLeft
{
	position: relative;
	float: left;
	height: 41px;
	width: 100%;
	background-image: url('../images/titlebar_arrow.png');
	background-repeat: no-repeat;
}