/*** GENERAL ELEMENTS  ***/
	 
body{
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Gill Sans, Verdana, Tahoma,;
	text-align: center;
	}


/**** HOME PAGES STYLES ****/	
	

#home_bg{
	width: 100%;
	height: 900px;
	background: url(images/bg.jpg) center;
	background-repeat: no-repeat;				
	position:absolute;top:0px;left:0px;z-index:1;
	margin: 0 auto;
	}	
	
#content_index{
	width: 902px;
	height: 100%;
	padding: 0;
	background: url(images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	}

#content_demo{
	width: 902px;
	height: 100%;
	padding: 0;
	background: url(images/bg_demo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	}

/*** MENU STYLES ***/

#menu{
	position:relative; 
	background: transparent;
	background-repeat: no-repeat;	
	text-align: left;
	height:100px;
	width:903px;
	padding-top:19px;
	border-width: 0pt;
	margin: 0;
	}	

a.menu_a{
	display: block;
	width:93px;
	height:29px;
	}
	
a:link.menu_a, a:visited.menu_a{
	display: block;
	background: transparent url(images/menu_02.jpg) no-repeat bottom left;
	}
	
a:hover.menu_a, a:active.menu_a{
	display: block;
	background: transparent url(images/menu_02.jpg) no-repeat top left;
	}		
		
a.menu_b{
	display: block;
	width:114px;
	height:29px;
	}
	
a:link.menu_b, a:visited.menu_b{
	display: block;
	background: transparent url(images/menu_03.jpg) no-repeat bottom left;
	}
	
a:hover.menu_b, a:active.menu_b{
	display: block;
	background: transparent url(images/menu_03.jpg) no-repeat top left;
	}	
	
a.menu_c{
	display: block;
	width:63px;
	height:29px;
	}
	
a:link.menu_c, a:visited.menu_c{
	display: block;
	background: transparent url(images/menu_04.jpg) no-repeat bottom left;
	}
	
a:hover.menu_c, a:active.menu_c{
	display: block;
	background: transparent url(images/menu_04.jpg) no-repeat top left;
	}			

a.menu_d{
	display: block;
	width:53px;
	height:29px;
	}
	
a:link.menu_d, a:visited.menu_d{
	display: block;
	background: transparent url(images/menu_05.jpg) no-repeat bottom left;
	}
	
a:hover.menu_d, a:active.menu_d{
	display: block;
	background: transparent url(images/menu_05.jpg) no-repeat top left;
	}

a.menu_e{
	display: block;
	width:338px;
	height:29px;
	}
	
a:link.menu_e, a:visited.menu_e{
	display: block;
	background: transparent url(images/menu_07.jpg) no-repeat bottom left;
	}
	
a:hover.menu_e, a:active.menu_e{
	display: block;
	background: transparent url(images/menu_07.jpg) no-repeat top left;
	}

/*** HOME MENU STYLES ***/

#h_menu{
	position:relative; 
	background: transparent;
	background-repeat: no-repeat;	
	text-align: left;
	height:90px;
	width:902px;
	padding-top:19px;
	border-width: 0pt;
	margin: 0;
	}	

a.h_menu_a{
	display: block;
	width:173px;
	height:29px;
	}
	
a:link.h_menu_a, a:visited.h_menu_a{
	display: block;
	background: transparent url(images/h_menu_02.jpg) no-repeat top left;
	}
	
a:hover.h_menu_a, a:active.h_menu_a{
	display: block;
	background: transparent url(images/h_menu_02.jpg) no-repeat bottom left;
	}		
		
a.h_menu_b{
	display: block;
	width:131px;
	height:29px;
	}
	
a:link.h_menu_b, a:visited.h_menu_b{
	display: block;
	background: transparent url(images/h_menu_03.jpg) no-repeat top left;
	}
	
a:hover.h_menu_b, a:active.h_menu_b{
	display: block;
	background: transparent url(images/h_menu_03.jpg) no-repeat bottom left;
	}			

	
a.h_menu_c{
	display: block;
	width:142px;
	height:29px;
	}
	
a:link.h_menu_c, a:visited.h_menu_c{
	display: block;
	background: transparent url(images/h_menu_04.jpg) no-repeat top left;
	}
	
a:hover.h_menu_c, a:active.h_menu_c{
	display: block;
	background: transparent url(images/h_menu_04.jpg) no-repeat bottom left;
	}	
	
a.h_menu_d{
	display: block;
	width:83px;
	height:29px;
	}
	
a:link.h_menu_d, a:visited.h_menu_d{
	display: block;
	background: transparent url(images/h_menu_05.jpg) no-repeat top left;
	}
	
a:hover.h_menu_d, a:active.h_menu_d{
	display: block;
	background: transparent url(images/h_menu_05.jpg) no-repeat bottom left;
	}
		
a.h_menu_e{
	display: block;
	width:67px;
	height:29px;
	}
	
a:link.h_menu_e, a:visited.h_menu_e{
	display: block;
	background: transparent url(images/h_menu_06.jpg) no-repeat top left;
	}
	
a:hover.h_menu_e, a:active.h_menu_e{
	display: block;
	background: transparent url(images/h_menu_06.jpg) no-repeat bottom left;
	}	

a.h_menu_f{
	display: block;
	width:138px;
	height:29px;
	}
	
a:link.h_menu_f, a:visited.h_menu_f{
	display: block;
	background: transparent url(images/h_menu_08.jpg) no-repeat top left;
	}
	
a:hover.h_menu_f, a:active.h_menu_f{
	display: block;
	background: transparent url(images/h_menu_08.jpg) no-repeat bottom left;
	}	

/**** TEXT STYLES ****/

p{
	font-size: 11pt;
	text-align: left;
	padding: 5px 35px 0px 35px;
	font-family: Trebuchet, Tahoma, Verdana;
	line-height: 140%;
	color: #ffffff;
	font-weight: normal; 
	letter-spacing: 1px;
	}
.test{
	font-size: 11pt;
	text-align: left;
	padding: 5px 35px 0px 35px;
	font-family: Tahoma, Verdana, Trebuchet;
	line-height: 140%;
	color: #ffffff;
	font-weight: normal; 
	letter-spacing: 0.5px;
	}

.Trebuchet {
	font-size: 11pt;
	text-align: left;
	padding: 5px 35px 0px 35px;
	font-family: Trebuchet, Tahoma, Verdana;
	line-height: 140%;
	color: #ffffff;
	font-weight: normal; 
	letter-spacing: 0.5px;
	}

h1{
	font-size: 24pt;
	font-weight: lighter;
	text-align: left;
	padding: 0px 35px 0px 35px;
	font-family: Tahoma, Verdana, Trebuchet;
	color: #e5cb4e;
	margin: 0;
	letter-spacing: 1px;
	}

h2{
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	padding: 0px 35px 0px 35px;
	font-family: Tahoma, Verdana, Trebuchet;
	letter-spacing: 1px;
	color: #67869b;
	margin: 0;
	}

h3{
	font-size: 12pt;
	font-family: Georgia, Verdana, Tahoma;
	text-align: center;
	font-weight: bold;
	font-style: italic; 
	line-height: 140%;
	padding: 20px 75px 20px 75px;
	color: #e5cb4e;
	letter-spacing: 0.5px;
	}

old_h4{
	font-size: 18pt;
	font-family: Georgia, Verdana, Tahoma;
	text-align: center;
	font-weight: bold;
	padding: 5px 35px 0px 35px;
	font-stretch: expanded;
	color: #e5cb4e;
	}

h4{
	font-size: 13pt;
	text-align: left;
	padding: 5px 35px 0px 35px;
	font-family: Tahoma, Verdana, Trebuchet;
	line-height: 140%;
	color: #e5cb4e;
	font-weight: bold; 
	letter-spacing: 0.5px;
	}


h5{
	font-size: 10pt;
	font-style: italic;
	font-family: Trebuchet, Verdana, Tahoma;
	text-align: right;
	line-height: 140%;
	padding: 5px 40px 5px 60px;
	color: #c7d7e6;
	}

h6{
	font-size: 14pt;
	font-style: bold;
	font-family: Trebuchet, Verdana, Tahoma;
	text-align: left;
	padding: 2px 35px 2px 35px;
	line-height: 140%;
	font-stretch: expanded;
	color: #ffffff;
	}

ul{
	text-align: left;
	margin: 1px 35px 1px 35px;
	padding:0px 20px 0px 30px;
	}

li{
	display: list-item;
	list-style: bullet;
	text-align: left;
	padding: 1px 20px 1px 0px;
	font-family: trebuchet,  Verdana, Tahoma;
	font-size: 12pt;
	text-align: left;
	line-height: 120%;
	color: #e9e9e9;
	font-weight: bold;
	margin:0;
	}
	
	
/**** HEADER AND FOOTER STYLES ****/

		
#pages_bg{
	width: 100%;
	background: url(images/bg1.jpg) center bottom;	
	background-repeat: no-repeat;	
	position:absolute;top:0px;left:0px;
	margin: 0 auto;
	height
	}
	
#content{
	width: 903px;
	height: 100%;
	padding: 0;
	background: url(images/ip_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	}
				
#footer{
	width: 903px;
	padding-top:40px;
	background-color: transparent;
	/***
	background: url(images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	**/
	margin: 0 auto;
	}
	
#footer p{
	font-size: 8pt;	
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	font-weight: normal;
	color: #748396;
	margin: 0px;
	padding: 12px 0px 2px 32px;
	}
	
#footerNav{
	width:100%;
	text-align: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
	}	

#footer a{
	font-size: 10pt;
	text-decoration: none;
	font-weight: lighter;
	font-family: Tahoma, Verdana, Trebuchet;
	letter-spacing: 1px;
	color: #748396;
	margin: 0;
	padding: 0;
	}

/*** GOODIES ***/
	
#arrows{
	text-align: right;
	padding: 0;
	margin:0;	
	width: 100%;
	}			
		
#audio{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
	}	
	
#print{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
	}	

#img_left{
	float: left;
	margin:0;
	padding:20px 20px 20px 35px;
}		

#img_right{
	float: right;
	margin:0;
	padding:20px 35px 20px 20px;
}

.toc {
	font-family: Georgia, "Times New Roman";
	color : #EAD36A;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}
.toc a {
	color : #ffffff;
	text-decoration: none;
}
.toc a:hover {
	color : #ffffff;
	text-decoration: underline;
}

.tochead1{
	font-size: 24pt;
	font-weight: lighter;
	text-align: center;
	padding: 0px 35px 0px 35px;
	font-family: Tahoma, Verdana, Trebuchet;
	color: #e5cb4e;
	margin: 0;
	letter-spacing: 1px;
	}

.tochead2{
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding: 0px 35px 0px 35px;
	font-family: Tahoma, Verdana, Trebuchet;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0;
	}

.author	{
	font-size: 11pt;
	text-align: left;
	padding: 5px 35px 0px 35px;
	font-family:Tahoma, Verdana, Trebuchet;
	line-height: 140%;
	color: #e5cb4e;
	font-weight: bold;
	letter-spacing: 0.5px;
font-style: italic;
	}

.ads{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Trebuchet;
	color: #e5cb4e;
	}

.ads a {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Trebuchet;
	color: #e5cb4e;
	}
.ads a:hover {
	text-decoration: underline;
}

.tachyon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
