body, html
{
        margin:0;
	text-align: center;
	font-size: 11px;
        font-family: verdana;
	color: #2F3E80;
}
td
{
	vertical-align: top;
}
div#container
{
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
table#maintbl
{
	border-collapse: collapse;
        width: 100%
}
#header
{
	background: #0f0066;
}
	#banner
	{
		position: absolute;
		right: 10em;
		top: 10px;
		margin: 5px;
	}
	#search
	{
		position: absolute;
		right: 5em;
		top: 100px;
	}
	#search .input
	{
		border: 1px solid black;
		width: 9em;
	}
	#search .submit
	{
		border: 1px solid black;
		background: #EEE;
	}
#topbar
{
	background: #CCC url('img/barshade.png') top repeat-x;
	height: 15px;
}
#left
{
	background: #D1AE58 url('img/goldpx.png');
	width: 15em;
	color: #2F3E80;
	font-size: 80%;	
	font-weight: bold;
	padding: 30px 5px;
}
div#menu
{
	width: 15em;
        font-size: 11px;
}
#left a
{
	text-decoration: none;
	color: #FFF;
}
#left a:hover
{
	text-decoration: underline;
}
#left ul
{
	list-style: none;
	margin: 0;
	padding:0;
}
#left li
{
	margin-bottom: .5em;
}
#left ul ul
{
	list-style: square;
        list-style-position: inside;
	margin-left: 5px;
	padding:0px;
}
#left ul ul li
{
	margin: 0px;
	padding: 0px;
}
#left input
{
	border: 1px solid #CCC;
	background: white;
	width: 8em;
	margin-right: 1em;
	float: right;
}
#left .entrar
{
	width: 4em;
	margin: 5px 1em;
}
#main
{
	background: #FFF;
        color: #000;
	height: 50px;
	padding: 1em;
}
#main h1
{
	font-size: 1.8em;
	position: relative;
	margin-top: .7em;
}
#right
{
	background: #D1AE58 url('img/goldpx.png');
	height: 50px;
	width: 160px;
	font-size: 80%
}
#right p
{
	margin: 0px;
	padding: .5em 0;
}
#right h2
{
	margin: 0 .5em 0 1em;
	font-size: 1.3em;
}
#right select
{
	width: 140px;
}
#right a
{
	text-decoration: none;
	color: #2F3E80;
}
#right a:hover
{
	text-decoration: underline;
}
#footer
{
	background: #2F3E80 url('img/bluepx.png');
	height: 2em;
	text-align: center;
	color: #D1AE58;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;

}
.imgspc
{
	margin: 0 10px;
	border: 0px;
}
.topbox
{
	background: url('img/topbox.png') bottom center no-repeat;
	height: 15px;
}
.middlebox
{
	background: url('img/middlebox.png') center repeat-y;
	padding: 0 10px;
	margin: 0px;
}
.bottombox
{
	background: url('img/bottombox.png') top center no-repeat;
	height: 15px;
}
div#viaweb
{
  color: #BBB;
}
div#viaweb a
{
  color: #BBB;
  text-decoration: none;
}
div#viaweb a:hover
{
  text-decoration: underline;
}
div#splash
{
  z-index:50;
  width:70%;
  position: absolute; 
  top: 30px; 
  left: 15%;
  color: white;
  font-weight: bold;
  background:#0f0066;
}
div#splash a
{
color: white;
text-decoration: none;
}
div#splash img
{
  border: 0;
}