#WorkSpaceContainer
{
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-image: url(images/bglines.gif);
}


#WorkSpace
{
	position: relative;
	width:780px;
	height: 100%;

	margin-left:auto;
	margin-right:auto;

	text-align:left;

	left: 0px;
	top: 0px;
	
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-style:solid;
	border-color:#000000;
	background-color:#FFFFFF;
}

#WorkSpaceNav
{
	position: absolute;
	width: 780px;
	height: 30px;
	left: 0px;
	top: 178px;
	
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: dotted;
	border-color: #999999;

	background-color:#FFFFFF;	
}

#WorkSpaceNav a { 
	color: #333333;
	text-decoration: none;
}

#WorkSpaceNav a:hover { 
	color: #333333;
	text-decoration: underline overline;
	
}

#LeftNavContent
{
	position: absolute;
	width: 145px;
	left: 0px;
	top: 215px;
	
	
	padding-left: 7px;
	padding-right: 7px;
	
	background-color:#FFFFFF;
}

#BodyContent
{
	position: absolute;
	width: 623px;
	left: 150px;
	top: 215px;
	
	font-size: 80%;
	
	padding-left: 7px;
	padding-right: 7px;
	
	background-color:#FFFFFF;
}


#WorkSpaceFlashTitle
{
	position: absolute;
	left: 630px;
	top: 40px;
}



#WorkSpaceFooter
{
	position:relative;

	top:0px;
	left: 0px;

	text-align: center;

	margin-left:auto;
	margin-right:auto;

	width:780px;
	height: 70px;

	border-top: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-style:solid;
	border-color:#000000;

	background-color:#FFFFFF;
}

