html {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #1b1b1b url('/img/web_bg.jpg') top left repeat-x;
	font-family: Arial;
	font-size: 10pt;
	color: white;
	width: 100%;
	min-height: 100%;
}

pre {
	color: #E0E0E0;
	font-size: 10pt;
}

#page	{
	min-height: 100%;
}

#top_row {
	width:100%;
	height:85px;
	margin:0;
	padding:0;
	}

img { border: none; }

#top_row #title {
	white-space: nowrap;
	position: absolute;
	float: left;
	color:white;
	font-size: 24pt;
	color: white;
	margin-top: 15px;
	margin-left: 15px;
}

#top_row #subtitle {
	white-space: nowrap;
	position: absolute;
	float: left;
	font-size: 16pt;
	color: white;
	margin-top: 50px;
	margin-left: 50px;
}



#top_row #search {
	position: relative;
	clear: right;
	float: right;
	display: block;
	margin-right: 15px;
	margin-top: 23px;
	background: transparent;
}

DIV#menu {
	position: absolute;
	margin-top: 78px;
}

DIV#menu TABLE {
	padding: 0px;
	border-collapse: collapse;
}

DIV#menu TD {
	padding: 0px;
	white-space: nowrap;
}

DIV#menu A {
	text-decoration: none;
	color: white;
	font-size: 12px;
}



input {
	display: inline;
	border: 0;
	color: #2A629E;
}
#wrap_input {
	width: 177px;
	height: 24px;
	background: transparent url('/img/search.gif') no-repeat top left;
	float: left;
	text-align: center;
	padding: 3px 4px 0px 4px;
}
INPUT.txt {
	width: 165px;
	height: 18px;
	background-color: transparent;
}
INPUT.go {
	display: inline;
	float: left;
	margin-top: -5px;
}

#main {
	margin: 15px;
	margin-top: 25px;
	min-height: 400px;
	background: url('/img/background-falcon.gif') no-repeat center;
}

#footer {
	text-align: right;
	vertical-align: bottom;
	background: black;
	color: #808080;
	font-size: 8pt;
	position: static;
	width: 100%;
}

#footer A {
	color: #808080;
	text-decoration: none;
}

A {
	color: white;
}

#sidebar {
	position: static;
	float: right; 
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#sidebar TABLE {
	width: 200px;
	position: relative;
        top: 0px;
	table-layout: fixed;
}

#sidebar table.round tr td table {
        width: 180px;
}

#sidebar TD {
	white-space: nowrap;
	overflow: hidden;
}

.amount	{
	text-align: right;
}

.icon   {
        float: left;
        border: thin solid gray;
        padding: 0px;
        margin: 2px;
        text-align: center;
        height: 125px;
}

.icontitle      {
        vertical-align: bottom;
        height: 10px;
        font-size: 10pt;
        white-space: nowrap;
}

PRE     {
        border: inset gray;
        padding: 5px;
        color: lightblue;
        background-color: black;
}

.spacer	{
	height: 10px;
}

.wrap	{
	white-space: normal;
}

.legal	{
	white-space: normal;
	font-size: 5pt;
	color: #404040;
	text-transform: uppercase;
}
