html {
	height:				100%;
}

body {
	height:				100%;
	margin:				0;
	padding:			0;
	font-family:		verdana;
}

/* Hide the text only browser links from GUI browsers */
#accessKeys {
	position:			absolute;
	top:				-1000px;
}

#nav, #content {
	display:			none;
}

#mastHead {
	position:			absolute;
	top:				0;
	left:				0;
	width:				760px;
	height:				135px;
	padding:			0;
	margin:				0;
	z-index:			1;
	background-color:	rgb(255, 255, 255);
}

#sidebarHolder {
	position:			absolute;
	top:				0;
	left:				0;
	width:				125px;
	height:				100%;
	background-color:	rgb(255, 135, 0);
	padding:			0;
	margin:				0;
}

#navigation {
	position:			absolute;
	top:				135px;
	left:				0;
	width:				125px;
	height:				105px;
	text-align:			left;
	font-size:			10pt;
	background-color:	rgb(235, 231, 229);
}

#navigation a {
	padding-left:		10px;
	display:			block;
	height:				17px;
	text-decoration:	none;
	color:				rgb(153, 153, 153);
}

#navigation a:hover, #navigation #currentPage {
	background-color:	rgb(255, 135, 0);
	color:				rgb(255, 255, 255);
}

#sideBar {
	position:			absolute;
	top:				220px;
	left:				0;
	width:				125px;
	height:				450px;
	padding:			0;
	margin:				0;
}

#mainBody {
	position:			absolute;
	top:				155px;
	left:				145px;
	width:				615px;
	text-align:			left;
	padding:			0;
	margin:				0;
}

#mainBody h1 {
	display:			inline;
	font-size:			10pt;
	color:				rgb(255, 135, 0);
}

#mainBody p, #mainBody h2, #mainBody ul li, #mainBody address {
	font-size:			10pt;
	color:				rgb(102, 102, 102);
	font-style:			normal;
}

#mainBody a {
	text-decoration:	none;
	color:				rgb(102, 102, 102);
	font-style:			italic;
}

#mainBody a:hover {
	text-decoration:	underline;
}