* 
{ 
	margin: 0; 
	padding: 0; 
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
}

div#container
{
	width: 750px;
	margin: 20px auto;
}

p 
{ 
	margin-bottom: 20px; 
}

a 
{
	font-weight: bold;
	text-decoration: none;
	color: #069;
}

a:hover
{ 
	text-decoration: underline; 
}

table 
{ 
	border-collapse: collapse; 
	margin-bottom: 20px; 
}

	table th 
	{ 
		width: 105px; 
		text-align: left; 
		font-weight: normal; 
	}

	table th,
	table td 
	{ 
		padding: 5px 2px 5px 0; 
		vertical-align: top;
	}

.red  { color: #C00; }
ul.red { padding-left: 16px; }

input, textarea, select
{
	font-size: 11px;
	line-height: 100%;
}

.text-entry
{
	width: 340px;
}

input.btn
{
	padding: 2px 5px; 
	text-transform: uppercase;
	color: #CFDCED;
	background-color: #3B5A9E;
	border: 1px solid #000;
	font-weight: bold;
}

div#language
{
	margin: 20px 0;
	text-align: center;
}

div#language a.active
{
	font-weight: normal;
}

div#language a.active:hover
{
	text-decoration: none;
}

div#privacylinks
{
	margin: 20px 0;
	text-align: center;
}

div#privacylinks a.active
{
	font-weight: normal;
}

div#privacylinks a.active:hover
{
	text-decoration: none;
}

/* LI SCROLL */

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	background: #fff; 
	width: 600px; 
	height: 60px; 
	margin: 0 0 20px 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	_left: 0px;
	*left: 0px;
	top: 8px;
	width: 580px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style:none;
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
	list-style:none;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 


#text-links h3 {
margin-top: 15px;
}

#footer p {
font-size: 9px;
text-align:center;
}

div#information-box
{
	background: url(../images/information-box.jpg) no-repeat;
	width:216px;
	color:#000;
	float:left;
}

div#information-box .wrap
{
	width:185px;
	padding-top:15px;
	margin-left:15px;
}

div#information-box .wrap a
{
	color:#000;
	text-decoration:none;
}

div#information-box .information-box-bottom
{
	background: url(../images/information-box-bottom.gif) no-repeat;
	width:210px; 
	height:13px;
	color:#515151; 
}

div#information-box .information-box-top
{
	background: url(../images/information-box-top.gif) no-repeat;
	width:210px; 
	height:13px;
	color:#515151; 
}
