/**********************************************************************************************
	Files Style Settings TZING
***********************************************************************************************/

/*---------------------------------------------------------
Main body Settings - 
----------------------------------------------------------*/
body {
	color: white;
	background-color: #006400;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	background-image: url(../images/spacebk.jpg);
}
#wrapper {
	width: 800px;
	background-color: #006400;
	/*background-image: url(http://tzing.net/images/spacebk.jpg);*/
	border: thin solid Black;
	margin-left: 20%;
	margin-top: 0px;
	margin-right: auto;
}
#logo {
	background-image : url(../images/logo3.jpg);
	background-repeat: no-repeat;
	width: 320px;
	height: 88px;
	background-color: Black;
}
#header {
	background-image : url(../images/logo-graphic.jpg);
	background-repeat: no-repeat;
	width: 480px;
	height: 88px;
	background-color: Black;
	margin-left: 320px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#nav {
	background-color: #E96767;
	text-align: center;
	height: 26px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat;
}
/*#head {
	width: 100%;
	background-color: Black;
}*/
#iframe {
	width: 800px;
	background-color: #006400;
	/*background-image: url(http://tzing.net/images/spacebk.jpg);*/
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat;
	height: 26px;
	width: 800px;
	text-align: center;
	color: black;
}
.content {
	text-align: justify;
}
a.lnk:link      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	COLOR: black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
} 
a.lnk:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	COLOR: black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.lnk:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	COLOR: Black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
} 
a.lnk:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	COLOR: red;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
} 
a.lnk1:link      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: Yellow;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
} 
a.lnk1:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: Yellow;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.lnk1:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: Black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
} 
a.lnk1:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: Black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	/*background-color: #E96767;*/
	/*cursor: hand;*/
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	border : thin solid #E96767;
	text-align : left;
	width: 800px;
	background: transparent;
}

/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------
.cdd0_main_items{

	background-color:#000000; 
	cursor:hand;
	cursor:pointer;
	border-style:solid;
	border-color:#9a9a9a;

	}
/*---------------------------------------------------------
                  Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	color: red;
	/*cursor: hand;*/
	font-weight: bold;
	text-decoration: underline;
	border : thin solid #aaaaaa;
}

/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	background-color: #000000;
	/*cursor: hand;*/
	color: Yellow;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: thin solid #E96767;
	/*filter: progid:DXImageTransform.Microsoft.Fade(duration=.1);*/

}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	background-image: none;
	border : thin solid #E96767;
	/*cursor: hand;*/
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	background-image: none;
	border : thin solid yellow;
}
/*-------------------------------------------------------
	Divider Style Settings
---------------------------------------------------------*/


/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	background-color: Silver;
	background-image: url(images/hspacer1.gif);
	background-repeat: no-repeat;
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color: Silver;
}






