a:link {
	color: #3333cc;
	text-decoration: none;
}

a:visited {
	color: #3333cc;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

a:active {
	color: #ff6600;
	text-decoration: none; 
}

body {
	margin-bottom: 0px;
	font-family: sans-serif;
}

.login
{
	border: 1px solid;
	font-size: 9pt;
	width: 100px;
}

.loginText
{
	font-size: 9pt;
	font-family: sans-serif;
}

#langMenu
{
	font-size: 9pt;
	padding-right:2px;
}

#langMenu a {
	color: #333333;
}

input.loginSubmit
{
	border: 1px solid;
	font-size: 9pt;
	width: 75px;
}

.pad {
	width:0; 
	height:400px; 
	background:#000; 
	float:left;
}

.search
{
	border: 1px solid;
	font-size: 9pt;
	width: 100px;
}

input.searchSubmit
{
	border: 1px solid;
	font-size: 9pt;
	width: 45px;
}

#bottomsup {
	font-size: smaller;
	font-weight: 500;
	color: #ffffff;
	float : left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #a4c076;
	/* background: #949888; */
	width: 575px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#bottomsup2 {
	font-size: smaller;
	font-weight: 500;	
	float : right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #949888;
	width: 198px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}


#container {
	width: 775px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	width: 775px;
	height: 99px;
	background-color: green;
	background: url("images/header-775.jpg") #ffffff;
}

#ieclear { /* tan hack */
	font-size: 15px;
}

* html #ieclear { /* tan hack */
	line-height: 1px;
	font-size: 1pt;
}

#langmenu {
	font-size: 10pt;
	margin-bottom: 10px;
}

#mainarea { 
	font-size: 10pt;
	background-color: #eeeeee;
	/* float : right; */
	width: 515px;
	min-height: 400px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.5;
	/* border: 1px solid; */
}
	
* html #mainarea { /* tan hack */
	width: 510px; // this one is for ie6
}

#mainnav {
	font-size: 9pt;
	/* float : left; */
	background-color: #ffffff;
	width: 165px;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 0px;
	/* border: 1px solid; */
}

* html #mainnav { /* tan hack + box model hack for IE */
	width: 165px; // this one is for ie6
}

#spacer1 {
	clear:both; 
	background: #FFFFFF;
	height: 13px;
	width: 775px;
	font-size: 1px;
}

#spacer2 {
	clear:both; 
	background: #FFFFFF;
	height: 13px;
	width: 775px;
	font-size: 1px;
}

#spacer3 {
	clear:both; 
	background: #FFFFFF;
	height: 15px;
	width: 1px;
	font-size: 1px;
}

