@charset "utf-8";
/* CSS Document */

body
{
	margin : 0;
	padding : 0;
	background-color : #ffffff;
	color : #000000;
	font : 10pt Tahoma,geneva,helvetica;
	word-wrap: break-word;
}

p, ul, ol, li
{
	font : 10pt Tahoma,geneva,helvetica;
}
h1
{
	font : 12pt Tahoma,geneva,helvetica;
	margin: 0px;
}
h2
{
	font : 10pt Tahoma,geneva,helvetica;
}
h4
{
	margin: 0px;
}

p
{
	margin: 0px;
}

#contentWrapper
{
	width: 1000px;
	margin: auto;
}

#header {
	width : 100%;
}

.resize {
	height=350px;
	width=auto;
}

#textbox 
{
}

#leftnavigation {
position:relative;
left : 0;
margin : 5px;
padding: 5px;
color : #000000;
overflow : auto;
width: 245px;
float: left;
}

#leftnavigationWrapper
{
  margin: 5px;
	height: 100%;
}

#maincontent {
color : #000000;
overflow : auto;
margin-left: 5px;
margin-right: 5px;
width: 730px;
}

#maintable
{
	margin: auto;
	width: 1000px;
}

.sectionHeader
{
	font-weight: 600;
	font-size: 10px;
}
