html			{
					height: 100%;
					width: 100%;
					min-height: 100%
				}
				
body 			{
					font-family: Arial, Helvetica, sans-serif;
					margin:0px;
					margin-top:0px;
					margin-right:0px;
					margin-bottom:0px;
					background-image:url(/images/bakMain.gif);
					height:100%;
					width: 100%;
					min-height:100%;
					padding:0px;
					border-width:0px;
				}
				
#gradient		{
					position:absolute;
					z-index:1;
					background-image:url(/images/bakGrad.gif);
					background-repeat:repeat-x;
					width:100%;
					height:587px;
				}

#mTop			{
					position:absolute;
					z-index:2;
					background-image:url(/images/bakMTop.gif);
					background-position:bottom;
					background-repeat:no-repeat;
					height:250px;
					width:100%
				}
				
#mBot			{
					position:absolute;
					z-index:2;
					background-image:url(/images/bakMBot.gif);
					background-repeat:no-repeat;
					background-position:top;
					height:403px;
					width:100%; 
					top:250px
				}
				
#mOvr			{
					position:absolute;
					z-index:5;
					background-image:url(/images/ovrM.gif);
					height:341px;
					width:2px;
					visibility:hidden;
					top: 250px;
				}
				
#jOvr			{
					position:absolute;
					z-index:5;
					background-image:url(/images/ovrJ.gif);
					height:361px;
					width:2px;
					visibility:hidden;
				}
				
#header			{
					position:absolute;
					z-index:4;
					height:250px;
					width:100%;
					text-align:center
				}
				
#main			{
					position:absolute;
					z-index:4;
					top:250px;
					width:100%;
					color:#FFFFFF;
					background-image:url(/images/bakMJ.gif);
					background-position:center top;
					background-repeat:no-repeat;
				}
				
#content		{
					padding-left:100px;
					padding-right:55px;	
				}
#content a:link	{
					color:#AAAAAA;
					text-decoration:none;
				}
#content a:active	{
					color:#AAAAAA;
					text-decoration:none;
				}
#content a:visited	{
					color:#AAAAAA;
					text-decoration:none;
				}
#content a:hover	{
					color:#FFFFFF;
					text-decoration:underline;
				}
				
#j				{
					position:absolute;
					z-index:3;
					background-image:url(/images/bakJ.gif);
					background-position:top;
					background-repeat:no-repeat;
					height:362px;
					width:100%;
					visibility:hidden
				}
				
#navBot			{
					color:#FFFFFF;
					font-size:11px;
					font-weight:bold;
				}
#navBot a:link		{
						color:#AAAAAA;
						text-decoration:none;
					}
#navBot a:active	{
						color:#AAAAAA;
						text-decoration:none;
					}		
#navBot a:visited	{
						color:#AAAAAA;
						text-decoration:none;
					}
#navBot a:hover		{
						color:#FFFFFF;
						text-decoration:underline;
					}
					
#foot				{
						color:#FFFFFF;
						font-size:10px;
						text-align:center;
						padding-top:15px;
					}
					
.close				{font-size:10px;color:#FFFFFF;text-align:center;}
.close a:link		{color:#FFFFFF;text-decoration: none}
.close a:active		{color:#FFFFFF;text-decoration: none}
.close a:visited	{color:#FFFFFF;text-decoration: none}
.close a:hover		{color:#CCCCCC;text-decoration: underline}

.picCap				{font-weight:bold}
.pic				{border-color:#FFFFFF;border-width:1px;border-style:solid;}
					
.box				{
						border-width:2px;
						border-color:#AAAAAA;
						border-style:solid;
						background-color:#666666;
						background: transparent;
						color:#FFFFFF;
					}
					
.admTable			{color:#000000;font-size:10px;text-align:left}
.admTable a:link	{color:#666666;text-decoration:none}
.admTable a:visited	{color:#666666;text-decoration:none}
.admTable a:active	{color:#666666;text-decoration:none}
.admTable a:hover	{color:#000000;text-decoration:none}
					
.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

.admMsg { color:#cc0000; text-align:center}