html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	background: url("../images/bar_1_350_top.gif") repeat-x left top;
}

#outer
{
	display: table;
	height: 100%;
	width: 100%;
	/* Underscore, so only IE sees it */
	_position: relative;
	overflow: hidden;
	background: url("../images/bar_1_350_bottom.gif") repeat-x left bottom;
}

#vCenter
{
	/* Underscore, so only IE sees it */
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#hCenter
{
	/* Underscore, so only IE sees it */
	_position: relative;
	_top: -50%;
	height: 500px;
	/* Horizontal centering in IE */
	text-align: center;
	background: #64C5FC url("../images/surf.jpg") no-repeat right bottom;
	border-top: 2px solid #F7F9BB;
	border-bottom: 2px solid #F7F9BB;
}

#content
{
	height: 500px;
	width: 800px;
	/* Horizontal centering in Opera/Firefox */
	margin: 0px auto;
	text-align: left;
}

#title
{
	text-align: right;
}

#title img
{
	behavior: url("/iepngfix.htc");
}

div
{
	font: 12px Verdana;
	color: #444;
}

#main
{
	height: 422px;
}

#inst
{
	font-size: 0px;
	float: left;
}

#footer
{
	height: 68px;
	margin-top: 10px;
}

#inst a
{
	float: left;
}



#disclaimer
{
	font-size: 10px;
	color: #fff;
	float: right;
	width: 310px;
	padding-top: 2px;
	text-align: justify;
}

#counter
{
	float: right;
	padding-top: 17px;
	padding-left: 10px;
}

ul
{
	list-style-image: url("../images/list_dark.gif");
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

ul ul
{
	list-style-image: url("../images/list_light.gif");
}

#subtitle
{
	color: #F7F9BB;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#subtitle:first-letter
{
	color: #055997;
	font-size: 18px;
}

#text
{
	color: #F7F9BB;
	background-image: url("../bg_png.png");
	behavior: url("/iepngfix.htc");
	padding: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: -1px;
	margin-right: -1px;
	line-height: 18px;
}

#textb
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: -1px;
	margin-bottom: 1px;
}

#wd
{
	padding: 10px;
	width: 700px;
}

#lang
{
	font: 10px Verdana;
	font-wieght: bold;
	padding: 0px 3px 3px 3px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: -1px;
	margin-right: -1px;
	pasition: relative;
	z-index: 100;
}

a.lang, a.lang-active
{
	text-align: center;
	display: block;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 1px;
	font: 10px Verdana;
	font-weight: bold;
	text-decoration: none;
}

a.lang
{
	padding-left: 1px;
	padding-bottom: 5px;
	width: 23px;
	background: url("../images/langb.gif") no-repeat left top;
	color: #fff;
}

a.lang-active
{
	padding-left: 1px;
	padding-bottom: 7px;
	width: 27px;
	color: #3B83AE;
	background: url("../images/langy.gif") no-repeat left top;
}

ul li img
{
	vertical-align: bottom;
}

ul li
{
	line-height: 18px;
}

ul li span
{
	font-weight: bold;
	color: #9BD9FC;
}

ul li ul li
{
	line-height: normal;
	padding: 3px 0px;
}