	body {
		padding:0;
		margin:0;
		background: blue;
    	text-align:left;	
    }

    @font-face {	
       font-family: SheerElegance;
       font-style: normal;
       src: url("fonts/SHEEREL0.eot");
    }

    @font-face {	
       font-family: LaurenScript;
       font-style: normal;
       src: url("fonts/LAURENS0.eot");
    }
   
    @font-face {	
       font-family: AdineKirnberg;
       font-style:  normal;
       src: url("fonts/ADINEKI0.eot");
    }

    #banner{
/*		border-bottom:3px solid #ff8d1d; */
	}
	#banner .ComText, .ComTextC{
	   color: red;
       font-weight: bold;
       text-decoration: none;
    }
	#banner .ComText{
       font-size: 34pt;
       font-family: SheerElegance, Simsun; /*AdineKirnberg*/
    }
	#banner .ComTextC{
       font-size: 28pt;
       font-family: Simsun, PMingLiU; 
	}
	#banner a{
		color: white;
		font-weight: bold;
		font-size: 10pt;
		text-decoration: none;
		font-familiy: PMingLiU, SimSun, SimHei, times new roman, sans-serif; 
	}
	#banner a:hover   { color: red } /* user hovers     */

	#banner .AddressText{
		font-weight: bold;
		color: yellow;
		text-decoration: none;
		padding-right: 1em;
		line-height: 1.2em;
		font-size: 8pt;
		font-style: italic;
		font-family: georgia, helvetica, sans-serif; 
	}
		
	#menu {
			float:left;
			width:155px;
/*			\width:175px;  */
/*			w\idth:155px;  */
			margin:0;
/*			margin-right:0; */
/*			padding:10px;   */
	}
	#footer {
			clear:both;
			padding:0;
			margin:0,0,0,0;
    		color: white;
			font-size: 8pt;
    		font-style: italic;
			background-color: #778176;
        	text-align:center;		
/*			border-top:3px solid #ff8d1d;  */
		}
	
	#main{
		margin-left:155px;
/*      border-left:3px solid #ff8d1d;    */
 	    background: #ccffff;
        font-family: times new roman, Simsun;
        padding:0.5em 0.5em 0.5em 0.5em;
   }
   #main p{
    font-size: 11pt;
    line-height: 1.2em;
    text-indent: 0em;
   }
/*
   div#main p:first-letter{
     float: left; 
     font-size: 1.6em;
   }
*/
   #main h3{
    font-size: 12pt;
    text-indent: 0em;
   }
   #main ul, ol{
    font-size: 11pt;
    text-alogn: left;
   }
   #main ul ol{
     list-style-type: lower-roman 
   }
   
   #main table{
   	cellpadding:30px;
    font-size: 11pt;
   }

.menuItem, .menuItemC{ 
	border: 0px none;
    left:10px;
    width:135px;
}
.menuItem, .menuItemC{ 
    display:block; 
    position:relative; 
    height:30px;
    background-color:#036; 
    border:outset 3px gray;  
    text-decoration:none; 
    color:white; 
    font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
}

.menuItem{
    font-size: 10pt; 
    font-family: verdana, times new roman, arial;
}
.menuItemC{ 
    font-size: 12pt;
    font-family: PMingLiu, Simsun; 
}
.menuItem:hover, .menuItemC:hover { 
    text-decoration: none; 
    color:red; 
    background-color:lightblue; 
    border:outset 3px gray;  
}


.tabmenu {
	LEFT: 0px; 
	WIDTH: 100%; 
	PADDING-TOP: 0.2em;
	BORDER-BOTTOM: #c2e1c2 thick solid; 
	POSITION: relative; 
	TOP: 0px
}
.tabmenu H2 {
	LEFT: 0px; 
	VISIBILITY: hidden; 
	MARGIN: 0px; 
	POSITION: absolute; 
	TOP: -3em
}
.tabmenu UL {
	PADDING: 0px 0px 0px 0px; 
	MARGIN: 0px 0px 0px 0.2em; 
}
.tabmenu LI {
  	PADDING-RIGHT: 12px; 
	BACKGROUND: url('images/tab-inactive-r.png') no-repeat right top; 
	FLOAT: left; 
	MARGIN: 0px; 
    white-space: nowrap;
	LIST-STYLE-TYPE: none
}
.tabmenu LI.active {
  	PADDING-RIGHT: 12px; 
	BACKGROUND: url('images/tab-active-r.png') no-repeat right top; 
}
 HTML .tabmenu UL {
	HEIGHT: 1%
}
.tabmenu A {
	DISPLAY: block; 
	PADDING-LEFT: 12px; 
	BACKGROUND: url('images/tab-inactive-l.png') no-repeat left top; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 10px; 
	COLOR: #000;
    TEXT-DECORATION: none
}

.tabmenu A:hover {
	color: #fff;
}

.tabmenu A:active {
	color: red;
}
.tabmenu SPAN {
	DISPLAY: block; 
	PADDING-LEFT: 12px; 
	BACKGROUND: url('images/tab-active-l.png') no-repeat left top; 
	PADDING-BOTTOM: 2px; PADDING-TOP: 10px; 
	TEXT-DECORATION: none
}
