/* html tags */

body, 
html {
	margin: 0px;
	padding: 0px;
	height:100%;
	}

form {
	margin: 0px;
	padding: 0px;
}
	
input, 
select {
	border:solid 1px #000000;
	text-transform: none;
	width: 120px;
	}
.rateForm input.rating {
	width: 20px;
	}
input.submit {
	width:30px;
	margin-left: 5px;
	}

ul li {
	list-style: none;
	background:  url("images/arrow-black.gif") no-repeat;
	padding-left: 15px;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	}
	
ol li {
	margin-left: 18px;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:18px;
}

/* html attributes */


	/* <h1>..<h3> */
	
.heading1 {
	margin: 10px;
	font-family: Arial, sans-serif;
	font-size:28px;
	}

.heading2 {
	margin: 10px;
	padding-left: 10px;	
	font-family: Arial, sans-serif;
	font-size:19px;
	border-top: 1px dashed #bbb;
	padding-top: 10px;
	}

.heading3 {
	margin: 10px;
	padding-left:10px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:16px;
	color: #000;
	text-transform: uppercase;
	padding-top: 15px;
	}

	/* text */

.breadcrumbs, 
.breadcrumbs a {
	font-size:10px;
 	color: black;
	padding: 5px;
	text-align:left;
	}

.bodytext {
	color: black;
	padding: 5px;
	}

	/* table cells */

.main-table { /* parent table for all content */
	padding: 0px;
	width: 100%;
	height: 96%;
	border: 0px;
	}
/*
.header-left, 
.header-right { /* blue bar at top */
	/*background-image:  url("images/header_bg.jpg");
	background-repeat: no-repeat;
	height: 131px;
	padding:0px;
	}
*/
#header-right {
	float: right;
	text-align: right;
	width: 550px;
	position: relative;
	top: 30px;
	}

.menu { /* dhtml menu cell */
	height: 30px;
	background: #000;
	padding-top: 5px;
	margin-bottom: 10px;
	color: white;
	}

.body-cell {
	height: 80%;
	padding: 7px 5px 5px 0px;
	}

.content {
/*       background:  url("images/shade.gif") repeat-x #eee; */
	vertical-align:top;	
	padding: 10px 5px;
	color: #000;
	font-family: Arial, sans-serif;
	font-size:12px;	
	width:75%;
	}

.main-table-cell {
	height:100%;
	padding-bottom:5px;
	}

.sidebar {
	background:  url("images/shade.gif") repeat-x #000;
	padding: 5px 5px; /* 10px 5px */
	color: #fff;
	font-family: Arial, sans-serif;
	font-size:12px;
	vertical-align:top;
	width:25%;
	}

.footer {
	background:#EB7C31;
	font-family: Arial, sans-serif;
	font-size:10px;
	color:black;
	padding: 4px;
	height:10px;
	}

.footer a {
	/*float:right; */
	color:black;
    text-align: center;
}

	/* graphics */

.main-graphic {
	background:  url("images/block_bg.jpg") repeat-x #fff;
	height:209px;
	}

.splash-graphic {
	background:  url("images/x1000.jpg") no-repeat;
	height:209px;
	width:320px;
	position:relative;
	font-family:Trebuchet MS, Trebuchet Verdana, Arial, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	border:1px;
	text-align: left;
	padding-left:260px;
	}

/* divs, spans */

.search, 
.languages {
	float: right;
	/*position:relative;*/
	/* top:-5px; needed to line up the search boxes with the white bar of the graphic in ff, but not ie */
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.3em; /*14px 1em ;*/
	color:#EB7D31; /* #FFF; */
	font-weight: bold; /* bold ; */
	padding: 10px; /* 20px; */
	white-space:nowrap;
	}
label {
	padding-right: 5px;
}
div.languages input.submit {
	display: none;
}
#something-else {
	text-align:center;
	color:black;
	}
