@charset "iso-8859-2";
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: scroll;
}
body {
	background-color: #eaebcc;
	background-image: url(../images/web_main_background.jpg);
	margin: 0;
}
td {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
h1 {
	font-size: 14px;
}
a {
	color: #9b9a00;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#copyright {
	color: #9b9a00;
	font-size: 10px;
	height: 22px;
	width: 818px;
	margin-top: 30px;
}
#copyright a {
	text-decoration: none;
	color: #9b9a00;
}
#content {
	width: 596px;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}
.tab {
	background-image: url(../images/web_menu_tab_background.jpg);
	background-repeat: no-repeat;
	width: 148px;
	height: 267px;
}
.left {
	background-image: url(../images/web_menu_background.jpg);
	width: 148px;
}
.content {
	background-color: #384700;
	text-align: left;
	width: 626px;
}
.logos {
	background-color: #9b9a00;
	text-align: right;
	width: 618px;
	height: 56px;
	padding-top: 8px;
	padding-right: 8px;
}
.white {
	width: 626px;
	height: 1px;
	background-color: #ffffff;
}

.right {
	background-image: url(../images/web_right_background.jpg);
	width: 44px;
}
.bottom {
	background-image:url(../images/web_bottom_banner.jpg);
	background-repeat: no-repeat;
	width: 818px;
	height: 52px;
	color: #9b9a00;
	text-align: right;
	vertical-align: bottom;
}

/* Button menu */

.buttons {
	width: 141px;
	text-align: right;
	padding-left: 2px;
}
ul.buttonmenu {
	list-style-type: none;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
ul.buttonmenu li {
	list-style-type: none ;
	text-align: right;
	margin: 0px;
    padding: 0px;
	width: 130px;
	clear: right;
	float: right;
}
ul.buttonmenu ul {
	margin: 0px;
    padding: 0px;
}
ul.buttonmenu a {
	font-size: 12px;
	margin:  0px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/web_menu_button_normal.jpg);
	height: 21px;
	padding-top: 5px;
    width: 100%;
	float: left;
}
ul.buttonmenu a:hover {
	background-image: url(../images/web_menu_button_over.jpg)
}
