body
{
	background-color: #CCC;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
}

h1 {
}
h2 {
	font-size: 16px;
	color: #0058B0;
}
h3 {
	font-size: 14px;
	color: #003366;
	font-style: italic;
}

#page {
	background-color: #FFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../Images/fnd.gif);
	background-repeat: repeat-y;
}

#col_left {
	width: 200px;
	overflow: hidden;
	float: left;
	background-color: #003366;
}
#menu {
	margin-bottom: 22px;	
}

#col_right {
	float: right;
	width: 730px;
	margin-bottom: 20px;
}

#head {
	height: 410px;
	width: 710px;
	margin-bottom: 10px;
	background-image: url(../Images/head.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}
#headtit {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}
#content {
	margin-bottom: 150px;
	overflow: hidden;
	padding-right: 12px;
}
#col_a {
	float: left;
	width: 330px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-right: 20px;
	padding-left: 20px;
}
#col_b {
	float: left;
	width: 340px;
}

#register {
	font-size: 16px;
	color: #FFF;
	padding-left: 12px;
	margin-bottom: 22px;
}
#register a{
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
#register a:hover{
	color: #46A3FF;
	text-decoration: none;
}

#foot {
	clear: both;
	height: 30px;
	width: 100%;
	background-color: #003366;
	text-align: center;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 110px;
}
#foot a{
	color: #FFF;
	text-decoration: none;	
}
#foot a:hover{
	color: #5AF;
	text-decoration: none;
}

.sponsor{
	position: absolute;
	padding-left: 115px;
	margin-top: -140px;
	//margin-left: -470px;
}






.lang {
	position: absolute;
	margin-left: 580px;
}

ul#lang {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 140px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#lang li {
  margin: 0px;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  z-index: 10;
}

/* Root Menu */
ul#lang a {
	border-right-color: #990000;
	border-bottom-color: #990000;
	padding: 0px 8px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 18px;
	font-weight: bold;
	background-color: #004e9b;
}

/* Root Menu Hover Persistence */
ul#lang a:hover,
ul#lang li:hover a,
ul#lang li.iehover a {
	color: #FFFFFF;
	background-color: #36F;
	background-position: top;
}