@import url("globals.css");

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background: #A0B9C2;
}

h5 {
  font-size: 165%;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}

h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: bold;
}

a {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

div.centered {
	text-align: center;
	height: 100%
}
/*
div.centered table {
	margin: 0 auto; 
  text-align: left;
}
*/
#canvas {
	width: 725px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}


.top-left {
	text-align: left;
	vertical-align: bottom;
  padding: 0px;
  height: 180px;
  width: 329px;
  border: 1px solid #000000;
	border-width: 0px 0px 1px 1px;
}


.top-left img {
	margin: 0px;
	padding: 0px;
}

.top-right {
  text-align: left;
  vertical-align: bottom;
  border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	background: #FFFFFF url("../design/top-right-bg.gif") repeat-x center left;
}

.navi {
  width: 100%;
  vertical-align: bottom;
  font-size: 85%;
}

.navi td {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: -1px;
}

.navi a, .hot {
  display: block;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  padding: 18px 5px 15px 5px;
  background: #F0F0F0 url("../design/navi-4-bg.gif") repeat-x bottom left;
}

.navi a:hover, .hot {
  display: block;
  color: #FFFFFF;
  background: #990000;
}


.middle-row {
  padding: 2px 0px;
  height: 15px;
  background: #A0B9C2 url("../design/middle-row-bg.gif") repeat-x center center;
}

.middle-row select {
  margin: 0px;
  font-size: 85%;
}

.content {
	text-align: justify;
	color: #000000;
	padding: 10px 45px 10px 50px;
	background: #FFFFFF;
	vertical-align: top;
  font-size: 100%;
  border: 1px solid #000000;
}

.content table {
  font-size: 100%;
}

.right-edge {
  width: 50px;
}


.footer {
  background: #000000;
	text-align: right;
	font-size: 9px;
	height: 12px;
	color: #F0F0F0;
	letter-spacing: 0px;
}

.footer a {
  color: #F0F0F0;
}

.infobox-2 {
  font-size: 10px;
  padding: 1px 2px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #000000;
  margin-right: 3px;  
}

input {
  font-size: 10px;
}
