body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 16px;
	color: #000000;
	background-color: #e6e6df;
}
#container {
	width: 892px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#lang_select a:link {
	color: #666666;
	text-decoration: none;
}
#lang_select a:visited {
	text-decoration: none;
	color: #666666;
}
#lang_select a:hover {
	text-decoration: none;
	color: #000000;
}
#lang_select a:active {
	text-decoration: none;
	color: #000000;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    padding: 0px;
	margin: 0px;
}
.bitspace {
    height:4px;
    font-size: 1px;
    line-height: 0px;
    padding: 0px;
	margin: 0px;
}
#menu {
	color: #666666;
}
#menu a:link {
	color: #666666;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #666666;
}
#menu a:hover {
	text-decoration: none;
	color: #000000;
}
#menu a:active {
	text-decoration: none;
	color: #000000;
}
.download {
	min-height:24px; 
	height:auto;
	background-image: url(../assets/ui/download-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
}
.download a:link {
	color: #000000;
	text-decoration: underline;
}
.download a:visited {
	color: #000000;
	text-decoration: underline;
}
.download a:hover {
	color: #000000;
	text-decoration: none;
}
.download a:active {
	color: #000000;
	text-decoration: none;
}
.box {
	padding: 7px 15px 7px 15px;
	background-color: #DDDDDD;
}
.red {
	color: #ed1c24;
	font-weight: bold;
}
#sidebar {
	color: #666666;
	font-size: 9px;
	font-style: italic;
}
#sidebar a:link {
	color: #666666;
	text-decoration: none;
}
#sidebar a:visited {
	color: #333333;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #333333;
	text-decoration: underline;
}
#sidebar a:active {
	color: #333333;
	text-decoration: underline;
}

.selected {
	color: #000000;
}
.title {
	font-weight: bold;
	text-transform: uppercase;
}
#footer {
	font-size: 10px;
	padding-left: 40px;
	padding-top: 10px;
	color: #766676;
}
#footer a:link {
	color: #766676;
	text-decoration: underline;
}
#footer a:visited {
	color: #766676;
	text-decoration: underline;
}
#footer a:hover {
	color: #766676;
	text-decoration: none;
	padding: 0;
}
#footer a:active {
	color: #766676;
	text-decoration: underline;
}
.hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e4d6;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.content_left {
	float: left;
	width: 48%;
}
.content_right {
	float: right;
	width: 48%;
}
.imagebox {
	/*border: 1px #FF0000 solid;*/
	height: 66px;
	position:relative;
}
.imagebox img{
	position:absolute;
	bottom:0;
	left:0;
}
#history .leftcol{
/*	border: 1px #FF0000 solid;*/
	font-weight: bold;
	float: left;
	width: 130px;
	
}
#history .rightcol{
/*	border: 1px #FF0000 solid;*/
	float: right;
	width: 325px;
}
