﻿UL LI	{	
	list-style-type:	disc;
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	}	
	
OL LI	{	
	line-height: 28px;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

body
{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, KaiTi, 楷体, 宋体, SimSun, sans-serif;
  /*  font-size: 14px; */
    background-color: #3C77EF;
    line-height: 32px;
}

.wrapper 
{
width:1000px;
margin: 0px auto;
}

img
{
    border: none !important;
}

.bigpagetitle 
{
	font-weight:bold;
	font-size: 26px;
	color: #820010;
    padding-top: 20px;
    text-align:center;
}

.pagetitle 
{
	font-weight:	bold;
	font-size: 1.2em;
	color: #000099;
}

.subtitle 
{
	font-size: 1.1em;
	font-weight:	bold;
	color: #000099;
}

.smalltitle 
{
	font-weight:	bold;
	font-size: 1em;
	color: #000099;
}


.note
{
	font-size: 10px;
}


a
{
	text-decoration: none;
    cursor:pointer;
}

a:hover
{
    color: blue;
    text-decoration: underline;
}

a.note
{
	font-size: 10px;
}

.error
{
	font-size: 12px;
	color: red;
}

table#tblheader
{
	width: 1000px;
    text-align: center;
}

table#tblmain
{
	width: 1000px;
    font-size: 1.2em;
}

table#tblcontent
{
	width: 624px;
	margin: 0 0 0 10px;
	border: none;
}

table.hasborder
{
	font-weight: normal;
	font-size: 12px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: Transparent
}

.colx {width: 1000px; background-color:#fff99e; vertical-align:top; margin: 0;padding: 0; overflow: hidden;}
.col1 {width: 336px; background-color: #3C77EF; vertical-align:top; margin: 0;padding: 0; overflow: hidden;}
.col2 {width :664px; background-color:#fff99e; vertical-align: top; margin: 0;padding: 0; overflow: hidden;}
.tblfooter {width: 1000px;	height: 50px;	background-color:#3C77EF; color: white;}
.tblfooter a {color: white;}
.menubar {height:51px;font-weight:bold; color: white;}
.menubar a {color: white; font-size: 1.2em;}
.headerbar {background-image: url(/image/newheader.jpg); height:138px;margin:5px;color:White;font-size:12px;}

#displayit {
    width: 664px; ;
}
#displayit img {
    width: 166px;
}


.divline {
    background-color: #ffd800;
    height: 2px;
}

.copyright
{
width:1000px;
margin: 0px auto;
text-align: center;
color: white;
/*font-size: 12px;*/
}

.tblmenu {
    width: 1000px;
    margin: 0px auto;
    padding: 0;
}


/* drop down top menu */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    /*background-color: #3C77EF;*/
    color: white;
    padding: 12px;
    font-size: 22px;
    border: none;
    cursor: pointer;
}

.dropbtn a {
    font-size: 22px;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000099;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    width: 100%;
}

.dropdown-content a {
    color: white;
    padding: 12px;
    text-decoration: none;
    display: block;
    font-size: 22px;
}

.dropdown-content a:hover {background-color: #4800ff}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #000099;
}