@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #001;
	font-family: Verdana, Geneva, sans-serif;
	color: #222;

}
#info p {
	font-size: 14px;
	line-height: 1.5em;
}
.tabletext{
	font-size: 11px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 20px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}
a:hover
 {
	color: #FF0000;
	cursor: help;
	font-weight: bold;
	text-decoration: underline;
}
a:link
 {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
#container {
	width: 920px;
	margin: auto;
}
#top {
	background-image: url(images/header.png);
	height: 170px;
	width: 100%;
	margin-top: 20px;

}
#header {
	padding-top: 15px;
	width:800px;
	float:left;
	clear:left;
}
#lang_selector {
	padding-top:25px;
	width:84px;
	float:right;
	clear:right;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 66px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-align: center;
	width: 480px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 70px;
	text-indent: 0;
	text-shadow: 2px 2px 2px #000;
}
#header h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-align: center;
	width: 480px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
	text-indent: 0;
	text-shadow: 1px 1px 1px #000;
}



#menu {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 920px;
}
#footer {
	height: 47px;
	width: 920px;
	background-image: url(images/footer.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 150px;
	margin-left: 0px;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
}
#content {
	float: left;
	width: 625px;

}
#content h3 {
	background-image: url(images/subheader.png);
	margin: 0px;
	height: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	line-height: normal;
	color: #FFF;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-style: italic;
	text-shadow: 1px 1px 1px #000;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 920px;
}
.img_border {
	background-image: url(images/img_bg.png);
	padding: 5px;
	background-color: #DDD;
	background-repeat: repeat-x;
	background-position: bottom;
}
.tableimg {
	background-image: url(images/img_bg.png);
	padding: 2px;
	background-color: #DDD;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px;
}

hr {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.centertext {
	text-align: center;
	text-indent: 0px;
}
 
#form1 {
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.w300px {
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border: 1px dashed #222;
	padding: 0px;
	margin: 2px;
	text-indent: 0px;
}
#scroll p {
	text-indent: 0px;
	font-size: 12px;
}
.tablebg {
	background-image: url(images/tablebg.png);
}
#lang_selector img:hover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/lang_sel_bg.png);
	background-position: center center;
}
#lang_selector img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

