DIV#wholepage {
	margin-left:auto;
	width: 100%;
	margin-right:auto;
	text-align:left;
	font-size: 90%;
	/* Next two statements removed to allow text highlighting to function
after introduction of <base href="<%=SiteBaseAddress%>" /> - for XML dimple URLs
	position:relative; 
	z-index:100; 	
*/	
	top:0px;
	visibility: visible;
	color: #FFFFFF;
}

DIV#flyouts {
	position:absolute; 
	margin-left:-20px;
	width: 910px;
	margin-right:auto;
	text-align:left; 
	top:0px; 
	z-index:200; 
	visibility: visible;
}
.panel {
	margin: 0px 30px 0px 0px; 
	padding: 0px 20px 0px 20px;
	font-size: 18px;
	line-height: 20px;
	width:520px;
	overflow:hidden;
}
.panelstyles p {
	margin-top: 6px;
	margin-bottom: 0px;
}
.panelstyles			{color:#666666; text-decoration:none; }
.panelstyles	A		{color:#666666; text-decoration:none; }
.panelstyles A:link		{color:#666666; text-decoration:none}
.panelstyles A:visited	{color:#666666; text-decoration:none}
.panelstyles A:hover	{color:red; text-decoration:none}
.panelstyles A:active	{color:#666666; text-decoration:underline}

.panelstyles H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
.panelstyles H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.panelstyles H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.panelstyles H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.panelstyles H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.paneledit {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #BAEF7E;
}


DIV#content {
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 910px;
}	

DIV#pagetext  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -20px;
}
DIV#pagetext A	 {
	color:#003300;
	text-decoration: underline;
}
DIV#pagetext A:link		{
	color:#003300;
	text-decoration:underline
}
DIV#pagetext A:visited	{
	color:#003300;
	text-decoration:underline
}
DIV#pagetext A:hover		{
	color:#000;
	text-decoration:none;
	text-decoration:underline
}
DIV#pagetext A:active	{
	color:#003300;
	text-decoration:underline
}

.pagetext  {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elh {
float:left; text-align:right; width:325px; line-height:22px; overflow:hidden;
}
.erh {
float:right; width:620px; text-align:left;
}
.elr {
padding: 3px 0px 0px 0px; clear:both;
}


.lh {
float:left; text-align:right; width:200px; line-height:22px; overflow:hidden;
}
.rh {
float:right; width:690px; text-align:left; 
}
.lr {
padding: 10px 0px 0px 0px; margin: 0px 0px 0px 0px; clear:both;
}


.MenuSectionOptions {
background-color:#FFFFCC;
}


/* Andy's Additions */

#topBar
{
	display:			inline-block;
	width:				100%;
	height:				40px;
	background-image:	url(../DEMO-graphics/topBar.png);
	background-repeat:	repeat-x;
}

#header
{
	display:			inline-block;
	width:				100%;
	height:				261px;
	background-image:	url(../DEMO-graphics/headerBackgroundGradient.png);
	background-repeat:	repeat-x;
	border-top:			1px solid #000000;
	border-bottom:		1px solid #000000;
}

#headerImage
{
	display:			block;
	margin:				0px auto;
	width:				930px;
	height:				261px;
}

#navMenuBar
{
	display:			inline-block;
	width:				100%;
	height:				31px;
	background-image:	url(../DEMO-graphics/navMenuBar.png);
	background-repeat:	repeat-x;
}

#footer
{
	display:			inline-block;
	width:				100%;
	height:				68px;
	background-image:	url(../DEMO-graphics/bottomBar.png);
	background-repeat:	repeat-x;
	border-top:			1px solid #000000;
}

#footerInner
{
	display:			block;
	width:				910px;
	margin:				0px auto;
}

#footerLeft
{
	float:				left;
	padding:			18px;
	margin-left:		-20px;
}

#footerMiddle
{
	float:				left;
	padding:			10px 0px 0px 300px;
}

#footerRight
{
	float:				right;
	padding:			15px;
	margin-right:		20px;
}

#pagecontentwrapper
{
	display:			inline-block;
	width:				100%;
	min-height:			400px;
	padding-top:		10px;
	padding-bottom:		20px;
	background-color:	#FFFFFF;
	background-image:	url(../DEMO-graphics/navMenuBarShadow.png);
	background-repeat:	repeat-x;
	color:				#000000;
}

#bars_red
{
	background-color: 	#FF3333;
	float: 				right;
	height: 			100%;
	position: 			fixed;
	right: 				0;
	top: 				0;
	width:				10px;
	background-image:	url(../DEMO-graphics/bars_red.png);
	background-repeat:	repeat-y;
}

#bars_green
{
	background-color: 	#ADE618;
	float: 				right;
	height: 			100%;
	position: 			fixed;
	right: 				10px;
	top: 				0;
	width:				10px;
	background-image:	url(../DEMO-graphics/bars_green.png);
	background-repeat:	repeat-y;
}

#bars_yellow
{
	background-color:	#FFCE21;
	float: 				right;
	height: 			100%;
	position: 			fixed;
	right: 				20px;
	top: 				0;
	width:				10px;
	background-image:	url(../DEMO-graphics/bars_yellow.png);
	background-repeat:	repeat-y;
}

#bars_blue
{
	background-color:	#846CFF;
	float: 				right;
	height: 			100%;
	position: 			fixed;
	right: 				30px;
	top: 				0;
	width:				10px;
	background-image:	url(../DEMO-graphics/bars_blue.png);
	background-repeat:	repeat-y;
}

#temp
{
	display: inline-block;
}

#temp1
{
	display: inline-block;
}

#temp2
{
	display: inline-block;
}
