/* CSS Document */

body
{
	background: #F4F2F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 1px;

}

h1
{
	color: #FF5D00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:bold;
	text-decoration:underline;
}

img.text
{
	border-width: 1px;
	border-color: #FF5D00;
}

a:link, a:visited
{
	color: #FF5D00;
	text-decoration:none;
}

a:hover
{
	color: #FF5D00;
	text-decoration:underline;
}

a.nav:link, a.nav:visited
{
	color: #FF5D00;
	text-decoration:none;
}

a.nav:hover
{
	color: #FF5D00;
	text-decoration:underline;
}

#logo
{
	position: absolute;
	right: 0px;
	top: 0px;
	min-width: 233px;
	height: 100px;
}

#headerfill
{
	position: absolute;
	top: 0px;
	width: 100%;
	left:0px;
	height: 100px;
	background-image: url(images/header_line.gif);
}

#menu
{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 220px;
	height: 425px;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

#navigation
{
	position: absolute;
	top: 100px;
	right: 0px;
	width: 100%;
	height: 20px;
	background-image:url(images/navigation_lines.gif);
	text-align:right;
	padding-right: 3px;
	z-index: 1;
	color: #FF5D00;	
}

#orangelinebelow
{
	position: absolute;
	top: 540px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 1px;
	max-height: 1px;
	background-image: url(images/orangedot.gif);
	text-align:right;
	z-index: 0;
}

#orangelineright
{
	position: absolute;
	top: 100px;
	right: 0px;
	width: 1px;
	min-width: 1px;
	height: 440px;
	background-image: url(images/orangedot.gif);
	z-index: 1;
}

#text
{
	position: absolute;
	width: 67%;
	top: 121px;
	left: 225px;
	height: 395px;
	max-height: 395px;
	overflow:auto;
	z-index: 2;
	padding: 5px;
	border: 1px solid #FF5D00;
	
	
}

#greyzone
{
	position: absolute;
	top: 120px;
	height: 419px;
	background-color: #D7D7D7;
	right: 1px;
	width: 3%;
	max-width: 3%;
}

