div.Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1017px;
	height:1397px;

}

div.index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:27px;
	height:1356px;

}

div.index-02 {
	position:absolute;
	left:27px;
	top:0px;
	width:960px;
	height:36px;
	background-image:url('images/index_02.png')
}

div.index-03 {
	position:absolute;
	left:987px;
	top:0px;
	width:30px;
	height:1356px;
	background-image:url('images/index_03.png')
}

div.index-04 {
	position:absolute;
	left:27px;
	top:36px;
	width:960px;
	height:11px;
	background-image:url('images/index_04.png')
}

div.index-05 {
	position:absolute;
	left:27px;
	top:47px;
	width:19px;
	height:223px;
	background-image:url('images/index_05.png')
}

div.index-06 {
	position:absolute;
	left:40px;
	top:47px;
	width:260px;
	height:223px;
	background-image:url('images/index_06.png')
}

div.index-07 {
	position:absolute;
	left:306px;
	top:47px;
	width:670px;
	height:223px;
	background-image:url('images/index_07.png')
}

div.index-08 {
	position:absolute;
	left:976px;
	top:47px;
	width:11px;
	height:223px;
}

div.index-09 {
	position:absolute;
	left:27px;
	top:270px;
	width:960px;
	height:96px;
	background-image:url('images/index_09.png');
}

div.index-10 {
	position:absolute;
	left:27px;
	top:296px;
	width:540px;
	height:996px;
	
}

div.index-11 {
	position:absolute;
	left:567px;
	top:296px;
	width:409px;
	height:840px;
}

div.index-12 {
	position:absolute;
	left:976px;
	top:296px;
	width:11px;
	height:996px;
}

div.index-13 {
	position:absolute;
	left:567px;
	top:1136px;
	width:409px;
	height:156px;
}

div.index-14 {
	position:absolute;
	left:27px;
	top:1292px;
	width:960px;
	height:38px;
}

div.index-15 {
	position:absolute;
	left:27px;
	top:1330px;
	width:960px;
	height:26px;
}

	html{
		height:100%;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:1.2em;
		margin:0px;
		padding:0px;
		
		background-color:#595454;
		height:100%;
	}
	
	p{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	#mainContainer{
		width:936;
		margin:10 auto;
		text-align:left;
		background-color: #000000;
		padding-left:16px;
		padding-right:16px;
		padding-bottom:1px;	
	}
	
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
	margin: 0px; /* No indent */
	padding: 0px; /* No indent */
	font-size: 16px;
}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:1px solid #000000;
		background-color:#000000;
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #000000;
		background-color:#000000;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #000000;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #FFEA00;
		text-decoration:none;
		padding-left:12px;
		padding-right:12px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:1px solid #000000;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#000000;
		border:1px solid #000;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#ffffff;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		border:1px solid #424242;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#000000;
		border:1px solid #000;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#ffffff;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #424242;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#000000;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #424242;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#000000;
		border:1px solid #000;
	}	
#head
{
	font-family: arial, geneva, helvetica;
	font-size: 26px;
	text-align: center;
	color: black;
	font-weight: bold;
}
	
.textcb
{
	font-family: arial, geneva, helvetica;
	font-size: 16pt;
	color: #0D7D18;
	padding-left:2px;
	padding-right:1px;
	line-height:105%;
	text-align:justify;
}

#text
{
	font-family: arial, geneva, helvetica;
	font-size: 18px;
	color: black;
	text-align: left;
	padding-left:14px;
	padding-right:14px;
}	

.texta
{
	font-family: arial, geneva, helvetica;
	font-size: 18px;
	color: black;
	padding-left: 14px;
	padding-right: 14px;
	text-align: justify;
	line-height: 110%;
}	

#texttopparagraph
{
	font-family: arial, geneva, helvetica;
	font-size: 2em;
	color: White;
	text-align: left;
}

#textwhite
{
	font-family: arial, geneva, helvetica;
	font-size: 14px;
	color: white;
	text-align: center;
	
}

A:link 
{
text-decoration: none;
color: #FFEA00;
}

A:visited 
{
text-decoration: none;
color: #FFEA00;
}

A:active 
{
text-decoration: none;
color: #FFEA00;
}	

#footer1
{
	background-image: url('images/Las-Vegas-Certified-Public-Accountant-Certification.jpg');
	width: 600px;
	height: 92px;
	vertical-align: bottom;
	text-align: center;
}

a.specialLink:link 
{ 
	color: black; 
}

a.specialLink:visited 
{ 
	color: black; 
}

.topparagraph16
{
	font-family: arial, geneva, helvetica;
	font-size: 16px;
	color: black;
	text-align: center;
}

img.headerset1
{
	float: left;
	clear: right;
	padding-right: 5px;
	margin: 0;
	text-align: left;
	padding-left: 14px;
}


img.headerset
{
	float: left;
	clear: right;
	padding-right: 5px;
	margin: 0;
	padding-top: 5px;
	text-align: left;
	padding-left: 14px;
}

.sectionheader
{
	font-family: arial, geneva, helvetica;
	font-size: 16px;
	color: black;
	font-weight: bold;
	}
	
.listtext
{
	font-family: arial, geneva, helvetica;
	font-size: 18px;
	color: black;
	text-align: left;
	padding-left: 5px;
	list-style-type: square;
}	

.textab
{
	font-family: arial, geneva, helvetica;
	font-size: 20px;
	color: black;
	padding-left: 14px;
	padding-right: 14px;
	text-align: justify;
	line-height: 110%;
}	
