	* {
		margin				:	0;
		padding				:	0;
	}

	img {
		border				: 	0;
	}


	body {

		background-color	:	#DDDBDC;
		font-family			:   Arial, Verdana, Times, serif;
    	font-size			: 	.8em;
		font-style			: 	normal;
		font-weight			: 	normal;
		border				: 	0;
		margin				:   0;
	}

	#content {
		background-image	:  url(../images/dpForkBg.jpg);
		background-repeat	:  no-repeat;
		height				:  679px;
		background-color	:  #070739;
	}

	#contentpx {
		background-image	:  url(../images/dpUserBgpx.jpg);
		background-repeat	:  repeat-x;
		height				:  679px;
		clear				:	both;
	}

	#leftcolumn {
		float				:	left;
		width				:	450px;
		height				:   637px;
		text-align			:   center;
		margin-top			:   13px;
	}

	#rightcolumn {
		float				:	left;
		width				:	450px;
		height				:   637px;
		margin-top			:   13px;
	}

	#bigrightcolumn {
		float				:	left;
		width				:	650px;
		height				: 	500px;
		margin-top			:   13px;
		margin-left			:  	50px;
		position			: 	absolute;
		top					: 	115px;
		left				: 	100px;
	}

	#smallleftcolumn {
		float				:	left;
		width				:	100px;
		text-align			:   center;
		margin-top			:   13px;
	}


	#headerpx {
	    background-image	: 	url(../images/dpUserHeaderpx.jpg);
		background-repeat	:   repeat-x;
		clear				:	both;
		font-family			: 	Verdana, Arial, Times, serif;
    	font-size			: 	11px;
		height				:   83px;
	}

	#header {
	    background-image	: 	url(../images/dpUserHeader.jpg);
		background-repeat	:   no-repeat;
		clear				:	both;
		font-family			: 	Verdana, Arial, Times, serif;
    	font-size			: 	11px;
		height				:   83px;

	}

 	.headerelement {
    	font-family			: 	Arial, Verdana, Times, serif;
    	font-size			: 	1em;
    	font-weight			: 	bold;
    	color				:   #FFFFFF;
    	float				: 	right;
    	text-align			: 	center;
    	margin-top			:   14px;
    	width				:   100px;
 	 }

 	 .headername {
    	font-family			: 	Arial, Verdana, Times, serif;
    	font-size			: 	1.2em;
    	font-weight			: 	bold;
    	color				:   navy;
    	float				: 	right;
    	text-align			: 	left;
    	margin-top			:   14px;
    	width				:   270px;
    	overflow			: 	hidden;
		white-space			: 	nowrap;
		text-overflow		: 	ellipsis;
 	 }

	.headerelement a{
		text-decoration		 : none;
	}

	.headerelement a:visited{
		color				: #FFFFFF;
	}

	.headerelement a:active{
		color				: #FFFFFF;
	}

	.headerelement a:link{
		color				: #FFFFFF;
	}

	.headerelement img{
		border				: 0;
	}

	#footer {
	    background-image	: 	url(../images/dpAdminFooterpx.jpg);
		background-repeat	: 	repeat-x;
		clear				:	both;
		font-family			: 	Arial, Verdana, Times, serif;
    	font-size			: 	.8em;
    	text-align			: 	right;
		height				:  	17px;
	}


	body A:link {
		text-decoration		: none;
		color				:#121643;
	}

	body A:visited {
		text-decoration		: none;
		color				:#121643;
	}

	body A:active {
		text-decoration		: none;
		color				:#121643;
	}

	body A:hover {
		text-decoration		: none;
		color				:#121643;
	}

	h1 {
    	font-size			: 	14px;
    	font-weight			: 	bold;
		color				:	#000000;
	}

	h2 {
		font-family			: 	Arial, Verdana, Times, serif;
		font-size			: 	12px;
		text-align			:   left;

	}

	h3 {
		font-family			: 	Arial, Verdana, Times, serif;
		font-size			: 	12px;
		font-weight			:   bold;
		text-align			:   left;

	}


	p {
		color				:	#000000;
		font-family			: 	Arial, Verdana, Times, serif;
    	font-size			: 	12px;
		font-style			: 	normal;
		font-weight			: 	normal;
		text-align			:   left;
	}


	/* Navigation Buttons */

	.navButton {
		background			: url(../images/btnNoSelected.png) no-repeat;
		width				: 127px;
		height				: 41px;
		line-height			: 41px;
		color				: #070739;
		text-align			: center;
		vertical-align		: middle;
		font-size			: 1.2em;
		font-weight			: bold;
	}


	.smnavButton {
		background			: url(../images/smNavButton.png) no-repeat;
		width				: 80px;
		height				: 45px;
		line-height			: 45px;
		color				: #070739;
		text-align			: center;
		vertical-align		: middle;
		font-size			: 1.2em;
		font-weight			: bold;
	}
	
	.smallnBtn { width: 80px; height: 25px; padding: 0; line-height: 25px; margin-left: 5px; }

    ul {
    	list-style			: none;
   	}


/* Positioning */

	.right {
		text-align			: right;
	}

	.left {
		text-align			: left;
	}

	.center {
		text-align			: center;
	}

	/* Sizing */
	.small {
		font-size			: .8em;
	}

	.medium {
		font-size			: 1.2em;
	}

	.large {
		font-size			: 1.5em;
	}

	.xlarge {
		font-size			: 1.7em;
	}

	.xxlarge {
		font-size			: 2em;
	}

    .utilityButtons {
      float					: left;
      width					: 90px;
      margin				: 5px 5px 0 5px;
	  color					: black;
    }

	/* As we get all the buttons active, this becomes unecessary */
    .utilityButtons li {
      background			: url(../images/btnSmallBlue.png) no-repeat;
      height				: 60px;
      width					: 85px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
       color				: black;
    }

 	.utilityButton {
      background			: url(../images/btnSmallBlue.png) no-repeat;
      height				: 45px;
      width					: 75px;
      padding				: 15px 5px 0 5px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
	 color					: black;    
 	}
 	
 	 .utilityButtonGold {
      background			: url(../images/btnSmallGold.png) no-repeat;
      height				: 45px;
      width					: 75px;
      padding				: 15px 5px 0 5px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
	 color					: black;    
 	}
 	
 	 .utilityButtonGreen {
      background			: url(../images/btnSmallGreen.png) no-repeat;
      height				: 45px;
      width					: 75px;
      padding				: 15px 5px 0 5px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
	 color					: black;    
 	}
 	
 	 .utilityButtonPurple {
      background			: url(../images/btnSmallPurple.png) no-repeat;
      height				: 45px;
      width					: 75px;
      padding				: 15px 5px 0 5px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
	 color					: black;    
 	}
 	
 	 .utilityButtonRed {
      background			: url(../images/btnSmallRed.png) no-repeat;
      height				: 45px;
      width					: 75px;
      padding				: 15px 5px 0 5px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
	 color					: black;    
 	}
 	
 	 .utilityButtonTeal {
      background			: url(../images/btnSmallTeal.png) no-repeat;
      height				: 45px;
      width					: 75px;
      padding				: 15px 5px 0 5px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
	 color					: black;    
 	}
 	
 	 .utilityButtonYellow {
      background			: url(../images/btnSmallYellow.png) no-repeat;
      height				: 45px;
      width					: 75px;
      padding				: 15px 5px 0 5px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
	 color					: black;    
 	}

 	.inactiveUtilityButton {
 		background			: url(../images/btnSmallGray.png) no-repeat;
		height				: 45px;
		width				: 75px;
		padding				: 15px 5px 0 5px;
		font-weight			: bold;
		text-align			: center;
		cursor				: pointer;
		 color					: black;     		
 	}

 	.utilityButtonSelected {
      background			: url(../images/btnSmallOrange.png) no-repeat;
      height				: 45px;
      width					: 75px;
      padding				: 15px 5px 0 5px;
      font-weight			: bold;
      text-align			: center;
      cursor				: pointer;
	  color					: black;      
 	}


	/* Page Flippers */

	td.fliparea {
		width				: 50%;
		height				: 54px;
	}

	div.fliparea {
		width				: 127px;
		height				: 50px;
		margin-left			: auto;
		margin-right		: auto;
		font-weight			: normal;
	}

	div.fliparea table{
		border-collapse		: collapse;
	}

	div.fliparea td.leftInactive {
		background			: url(../images/left_btn_grey.png) no-repeat;
		width				: 45px;
		height				: 48px;
	}

	div.fliparea td.rightInactive {
		background			: url(../images/right_btn_grey.png) no-repeat;
		width				: 45px;
		height				: 48px;
	}

	div.fliparea div.leftActive {
		background			: url(../images/left.png) no-repeat;
		position			: relative;
		top					: -3px;
		width				: 45px;
		height				: 48px;
	}

	div.fliparea div.page {
		background			: url(../images/page.png) no-repeat;
		width				: 37px;
		height				: 48px;
		text-align			: center;
		color				: #ffffff;
		font-size			: 32px;
		padding-top			: 6px;
	}

	div.fliparea div.rightActive {
		background			: url(../images/right.png) no-repeat;
		position			: relative;
		top					: -3px;
		width				: 45px;
		height				: 48px;
	}

	/* The default popup area.  This includes entering credit card information, house account information etc. */
	.popuparea {
		position		: absolute;
		top				: 125px;
		left			: 175px;
		width			: 502px;
		background-color: #FFFFFF;
		border			: 2px solid black;
		text-align		: center;
		padding			: 20px;
		z-index			: 2;
	}

	.popupleftcolumn {
		float				:	left;
		text-align			:   center;
	}

	.popuprightcolumn {
		float				:	left;
		text-align			:   center;
	}


	.popupheading {
		margin-left		: auto;
		margin-right	: auto;
		width			: 485px;
		text-align		: center;
		font-weight		: bold;
		font-size		: 2em;
		line-height		: 50px;
		color			: white;
	  	height	 		: 70px;
		z-index			: 2;
		padding			: 10px;
		background 		: url(../images/header.png) no-repeat;
	}

	.popupBody {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.orderCol {
		border-bottom: 1px solid #948E94;
		text-align:		center;
		width:			200px;
		font-weight:	bold;
		font-size:		12px;
	}

	.orderHead {
		border-bottom: 1px solid #948E94;
		text-align:		center;
		width:			200px;
		font-weight:	bold;
		font-size:		14px;
	}

	/* The large popup area */
	.largepopuparea {
		position		: absolute;
		top				: 90px;
		left			: 125px;
		width			: 602px;
		background-color: #FFFFFF;
		border			: 2px solid black;
		text-align		: center;
		padding			: 20px;
		z-index			: 1;
	}

	.largepopupheading {
		text-align		: center;
		font-weight		: bold;
		font-size		: 2em;
		line-height		: 70px;
		color			: white;
	  	height	 		: 70px;
		z-index			: 1;
		margin-left		: 25px;
		margin-right	: 25px;
		margin-bottom	: 10px;
		background 		: url(../images/header.png) no-repeat;
		width			: 502px;
	}

	.largepopupbody {
		text-align		: center;
		margin-left		: auto;
		margin-right	: auto;
		width			: 802px;
	}
	
	
	/* The large popup area */
	.tblselectpopuparea {
		position		: absolute;
		top				: 20px;
		left			: 10px;
		width			: 950px;
		background-color: #FFFFFF;
		border			: 2px solid black;
		text-align		: center;
		padding			: 10px;
		z-index			: 1;
	}

	.tblselectpopupheading {
		text-align		: center;
		font-weight		: bold;
		font-size		: 2em;
		line-height		: 70px;
		color			: white;
	  	height	 		: 70px;
		z-index			: 1;
		margin-left		: 25px;
		margin-right	: 25px;
		margin-bottom	: 10px;
		background 		: url(../images/header.png) no-repeat;
		width			: 502px;
	}

	.tblselectpopupbody {
		text-align		: center;
		margin-left		: 5px;
		width			: 930px;
	}
	

	/* Error message text */
	.errorMessage {
		text-align			: left;
		float				: left;
		font-weight			: bold;
		color				: #FFFFFF;
		margin-top			: 5px;
	}

	/* Click shield */

	div.clickShield{
		background-color	: #000000;
		filter				: alpha(opacity=30);
		opacity				: .3;
		position			: absolute;
        top                 : 0;
        left                : 0;
        width				: 1010px;
		height				: 750px;
		z-index				: 1;
	}

	/* Data Entry Fields and Labels */
	/* Big Field Label with Black Font */
	.bigfieldlabelblk {
		font-size			: large;
		font-weight			: bold;
		text-align			: right;
		color				: #000000;
		padding-right		: 10px;
	}

	.bigfieldlabelblkleft {
		font-size			: large;
		font-weight			: bold;
		text-align			: left; 
		color				: #000000;
		padding-right		: 10px;
	}
	
	.spacelabel {
		font-size			: large;
		font-weight			: bold;
		text-align			: left; 
		color				: #000000;
		padding-right		: 10px;
		line-height			: 75px;
	}
	

	.bigfield {
		width				: 150px;
		text-align			: right;
		font-size			: large;
		font-weight			: bold;
		background-color	: #FFFFFF;
		float				: left;
	}
	
	.dropdown {
		width				: 200px;
		text-align			: right;
		font-size			: large;
		font-weight			: bold;
		background-color	: #FFFFFF;
		float				: left;
		margin-right		:  10px;
	}

	.bigfieldlft {
		width				: 150px;
		text-align			: left;
		font-size			: large;
		font-weight			: bold;
		background-color	: #FFFFFF;
		float				: left;
	}

	.longfield {
		width				: 400px;
		text-align			: left;
		font-size			: large;
		font-weight			: bold;
		background-color	: #FFFFFF;
		float				: left;
	}

	.bigfieldlabel {
		font-size			: large;
		font-weight			: bold;
		text-align			: right;
		color				: #FFFFFF;
		padding-right		: 10px;
	}

	.bigfieldlabelspace {
		font-size			: large;
		font-weight			: bold;
		text-align			: right;
		color				: #000000;
		margin-right		: 5px;
	}

	.smallfield {
		width				: 75px;
		text-align			: right;
		font-size			: large;
		font-weight			: bold;
		background-color	: #FFFFFF;
		float				: left;
	}

	.medfield {
		width				: 95px;
		text-align			: right;
		font-size			: large;
		font-weight			: bold;
		background-color	: #FFFFFF;
		float				: left;
	}

	.timefield {
		width				: 30px;
		text-align			: right;
		font-size			: large;
		font-weight			: bold;
		background-color	: #FFFFFF;
		float				: left;
	}
	/* Error Popup CSS */

	.popup {
		position			: absolute;
		left				: 200px;
		top					: 100px;
		background			: #fff;
		width				: 400px;
		border				: 2px solid #000;
		color				: #000;
		padding-bottom		: 10px;
		z-index				: 5;
	}


	.popup h1 {
		text-align			: left;
		height				: 30px;
		padding				: 5px 10px;
		background-color	: #0F3C74;
	    font-size			: 1.5em;
	    color				: #fff;
    }

	.popup ul {
		padding				: 2em 0 0 10px;
		clear				: left;
	}

	.popup li {
		float				: left;
	}

	.popup li a {
		padding				: 15px 30px 15px 30px;
		color				: white;
		font-weight			: bold;
	}

	.popup .label {
		font-weight			: bold;
		font-size			: 1.7em;
	}

	.popup input {
		font-size			: 1.6em;
		margin-left			: 5px;
		width				: 10em;
	}

	.popup .label {
		width				: 150px;
		text-align			: right;
	}

	.popup .action li {
		background			: url(../images/btnNoSelected.png) no-repeat;
		width				: 127px;
	    margin-right		: 10px;
	    height				: 41px;
		line-height			: 41px;
		color				: #070739;
		text-align			: center;
		vertical-align		: middle;
		font-size			: 1.2em;
		font-weight			: bold;
	}

	.errors li {
		font-size			: 1.5em;
		padding			    : 5px 5px 0 0;
	}


	.names {
		background			: url(../images/btnWideBlue.png) no-repeat;
		width				: 190px;
		height				: 60px;
		padding-top			: 7px;
		color				: #070739;
		text-align			: center;
		vertical-align		: middle;
		font-size			: 1.2em;
		font-weight			: bold;
	}



.keyboard { left: 20px; top: 200px; width: 890px; height: 410px; position: absolute;
  background: #000; padding: 5px; z-index: 10; }
.keyboard textarea { position: absolute; }
.keyboard ul { width: 880px; height: 357px; background: url(../images/keyboard.png); position: absolute; top: 50px; }
.keyboard ul li { margin: 0; padding: 0; list-style: none; display: block; position: absolute; color: white; }
.keyboard span { cursor: pointer !important; }

.keyboard #n1 { left: 8px; top: 12px; width: 65px; height: 65px; }
.keyboard #n2 { left: 70px; top: 12px; width: 65px; height: 65px; }
.keyboard #n3 { left: 138px; top: 12px; width: 65px; height: 65px; }
.keyboard #n4 { left: 200px; top: 12px; width: 65px; height: 65px; }
.keyboard #n5 { left: 268px; top: 12px; width: 65px; height: 65px; }
.keyboard #n6 { left: 335px; top: 12px; width: 63px; height: 65px; }
.keyboard #n7 { left: 402px; top: 12px; width: 63px; height: 65px; }
.keyboard #n8 { left: 468px; top: 12px; width: 61px; height: 65px; }
.keyboard #n9 { left: 530px; top: 12px; width: 65px; height: 65px; }
.keyboard #n0 { left: 596px; top: 12px; width: 63px; height: 65px; }

.keyboard #q { left: 34px; top: 80px; width: 65px; height: 65px; }
.keyboard #w { left: 100px; top: 80px; width: 65px; height: 65px; }
.keyboard #e { left: 166px; top: 80px; width: 65px; height: 65px; }
.keyboard #r { left: 233px; top: 80px; width: 65px; height: 65px; }
.keyboard #t { left: 298px; top: 80px; width: 65px; height: 65px; }
.keyboard #y { left: 365px; top: 80px; width: 65px; height: 65px; }
.keyboard #u { left: 425px; top: 80px; width: 65px; height: 65px; }
.keyboard #i { left: 490px; top: 80px; width: 65px; height: 65px; }
.keyboard #o { left: 560px; top: 80px; width: 65px; height: 65px; }
.keyboard #p { left: 623px; top: 80px; width: 65px; height: 65px; }

.keyboard #a { left: 55px; top: 147px; width: 65px; height: 65px; }
.keyboard #s { left: 120px; top: 147px; width: 65px; height: 65px; }
.keyboard #d { left: 187px; top: 147px; width: 65px; height: 65px; }
.keyboard #f { left: 252px; top: 147px; width: 63px; height: 65px; }
.keyboard #g { left: 317px; top: 147px; width: 65px; height: 65px; }
.keyboard #h { left: 382px; top: 147px; width: 65px; height: 65px; }
.keyboard #j { left: 447px; top: 147px; width: 65px; height: 65px; }
.keyboard #k { left: 515px; top: 147px; width: 65px; height: 65px; }
.keyboard #l { left: 580px; top: 147px; width: 65px; height: 65px; }

.keyboard #z { left: 65px; top: 215px; width: 65px; height: 65px; }
.keyboard #x { left: 130px; top: 215px; width: 65px; height: 65px; }
.keyboard #c { left: 195px; top: 215px; width: 65px; height: 65px; }
.keyboard #v { left: 258px; top: 215px; width: 65px; height: 65px; }
.keyboard #b { left: 327px; top: 215px; width: 65px; height: 65px; }
.keyboard #n { left: 390px; top: 215px; width: 65px; height: 65px; }
.keyboard #m { left: 458px; top: 215px; width: 65px; height: 65px; }

.keyboard #spacebar { left: 195px; top: 283px; width: 393px; height: 65px; }
.keyboard #close { left: 590px; top: 283px; width: 127px; height: 65px;}
.keyboard #clear { left: 720px; top: 283px; width: 127px; height: 65px; }
.keyboard #backspace { left: 726px; top: 12px; width: 133px; height: 65px; }

.keyboard #enter { left: 777px; top: 147px; width: 100px; height: 65px; }
#caps { left: 9px; top: 149px; width: 46px; height: 65px; }
.keyboard #shift { left: 8px; top: 215px; width: 55px; height: 65px; }

.keyboard #comma { left: 523px; top: 215px; width: 63px; height: 65px; }
.keyboard #period { left: 586px; top: 215px; width: 65px; height: 65px; }
.keyboard #slash { left: 655px; top: 215px; width: 63px; height: 65px; }
.keyboard #rShift { left: 720px; top: 215px; width: 130px; height: 65px; }

.keyboard #colon { left: 645px; top: 147px; width: 65px; height: 65px; }
.keyboard #apostraphe { left: 710px; top: 147px; width: 65px; height: 65px; }

.keyboard #lbracket { left: 690px; top: 80px; width: 65px; height: 65px; }
.keyboard #rbracket { left: 755px; top: 80px; width: 65px; height: 65px; }

.keyboard #atSign { left: 660px; top: 12px; width: 63px; height: 65px; }
.keyboard #wordBar { width: 34.2em; height: 1.5em; font-size: 2em; font-family: Arial, Verdana, Times, serif; }

/* Numpad styles */
.numpadblock {
		background: url(../images/133.gif);
		position			: absolute;
        top                 : 0;
        left                : 0;
        width				: 1010px;
		height				: 750px;
		z-index				: 5;
	}
.numpad { left: 220px; top: 200px; width: 358px; height: 340px; position: absolute; background: url(../images/numpad.jpg); padding: 5px; z-index: 10;
  border: 2px solid #000; }
.numpad input { position: absolute; }
.numpad ul { width: 480px; height: 357px; position: absolute; top: 50px; text-align: center; }
.numpad ul li { margin: 0; padding: 0; list-style: none; display: block; position: absolute; color: #000;
  font-size: 4em; }

.numpad ul a { width: 65px; height: 65px; display: block; }
.numpad ul span { width: 65px; height: 65px; display: block; }
.numpad span { cursor: pointer !important; }

.numpad #n7 { left: 2px; top: 12px; width: 65px; height: 65px; }
.numpad #n8 { left: 72px; top: 12px; width: 65px; height: 65px; }
.numpad #n9 { left: 142px; top: 12px; width: 65px; height: 65px; }

.numpad #n4 { left: 2px; top: 85px; width: 65px; height: 65px; }
.numpad #n5 { left: 72px; top: 85px; width: 65px; height: 65px; }
.numpad #n6 { left: 142px; top: 85px; width: 65px; height: 65px; }

.numpad #n1 { left: 2px; top: 156px; width: 65px; height: 65px; }
.numpad #n2 { left: 72px; top: 156px; width: 65px; height: 65px; }
.numpad #n3 { left: 142px; top: 156px; width: 65px; height: 65px; }

.numpad #n0 { left: 2px; top: 228px; width: 135px; height: 65px; }
.numpad #period { left: 142px; top: 228px; width: 65px; height: 65px; }

.numpad #delete { left: 213px; top: 12px; width: 140px; height: 65px; font-size: 1em; }
.numpad #cancel { left: 213px; top: 85px; width: 65px; height: 65px; font-size: 1em; }
.numpad #clear { left: 288px; top: 85px; width: 65px; height: 65px; font-size: 1em; }
.numpad #enter { left: 213px; top: 156px; width: 140px; height: 135px; font-size: 1em; }

.numpad #wordBar { width: 13.7em; font-size: 2em; }

	.backOfHouseOrder {
		width				:	130px;
		height				:   300px;
		border				:   2px solid black;
		background-color	:	#FFFFFF;
	}

	.backOfHouseOrder .header {
		background-color	:	#FFFF00;
		width				:	130px;
		border				:   1px solid black;
		font-size			: 1.2em;
		font-weight			: bold;
	}

	.backOfHouseOrder .content {
		height				:   220px;

	}

 	.bohleftcolumn {
		float				:	left;
		width				:	75px;
		height				:   637px;
		text-align			:   center;
		margin-top			:   13px;
		margin-right		:	10px;
	}

	.bohrightcolumn {
		float				:	left;
		width				:	800px;
		height				:   637px;
		margin-top			:   13px;
	}

	/* Help styles */



	.helpdisplay {
		position			: absolute;
		left				: 50px;
		top					: 50px;
		background			: #fff;
		width				: 850px;
		border				: 2px solid #000;
		color				: #000;
		padding				: 10px;
		z-index				: 9;
		scrolling			: auto;
		text-align			: left;
	}

	.helpdisplay h1 {
		text-align			: left;
		height				: 30px;
		padding				: 5px 10px;
		background-color	: #0F3C74;
	    font-size			: 1.5em;
	    color				: #fff;
	    margin-bottom		: 5px;
	    z-index				: 9;
    }


	.helpdisplay h2 {
		font-size			: 	1.3em;
		color				:   #00008B;
		font-weight			: 	bold;
		margin				: 	5px;
		background-color	: 	white;

	}

	.blue {
		color				:   #005AB3;
		font-size			:  	1.2em;
	}
	
	.helpspace {
		width:     100px;
	
	}

	.subtopic {
		font-size			: 	1.2em;
		color				:   #005AB3;
		margin				: 	1px;
		font-weight			: 	bold;
		text-align			:   left;
	}

	.helpNavButton {
		background			: url(../images/btnNoSelected.png) no-repeat;
		width				: 127px;
		height				: 41px;
		line-height			: 41px;
		color				: #070739;
		text-align			: center;
		vertical-align		: middle;
		font-size			: 1.2em;
		font-weight			: bold;
		margin-top			: 5px;
	}
	
	.clock {
	color:  black;
	z-index :  55;
	font-size:  12px;
	font-weight : bold;
	}
	
	.row1 {
    background-color: #ddd;
}
    .row2 {
    background-color: #bbb;
}
