html, body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #f4f4f4;
}

html, body, td, p, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #686868;
}

td
{
	vertical-align: top;
}

input
{
	border-style: solid;
	border-color: silver;
	border-width: 1px;
}

.maincontainer
{
	position: absolute;
	top: 50%;
	left: 50%;
}

.mainframe 
{
	position: absolute;
	top: -315px;
	left: -495px;

	width: 990px;
	height: 630px;

	border: none;
	background-color: white;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('images/top_border.gif');
}

.title
{
	position: absolute;
	top: 242px;

	width: 205px;

	background-color: white;
	
	text-align: right;
	font-family: Times, serif;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div.menu
{
	position: absolute;
	top: 267px;
	left: 0px;

	width: 185px;
	height: 345px;

	background-color: white;
	padding-right: 5px;

	overflow: auto;

	font-size: 11px;
	color: #686868;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: right;
}

.border
{
	position: absolute;
	top: 262px;
	left: 190px;

	width: 60px;
	height: 363px;

	background-color: white;
	background-image: url('images/menu_back.gif');
	background-repeat: repeat-y;
}

.content
{
	position: absolute;
	top: 265px;
	left: 250px;

	width: 740px;
	height: 350px;

	overflow: auto;

	background-color: white;

}

.content_flow
{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 705px;
	height: 290px;



	background-color: white;
}

div.navbar
{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 990px;
	height: 197px;

	background-color: white;
	background-image: url('images/nav_back.jpg');
}

.nav
{
	position: absolute;
	top: 162px;
	left: 40px;

	height: 30px;
	background-color: transparent;
	background-image: url('images/nav_tiles_back.gif');
	
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #686868;
}

div.footer
{
	position: absolute;
	top: 560;
	height: 5px;
	background-color: red;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-bottom: 10px;
	margin: 0px;
}

a.navbar
{
	text-decoration: none;
	color: #686868;
}

a
{
	text-decoration: underline;
	color: #686868;
}

a:hover
{
	color: silver;
}

th 
{
	text-align: left;
}