/*
 * TITLE:     
 * URI  : 
 * MODIF: 2004-01-13 1237 +0800 

* recent changes ---  commented LI
 */

#header	{
	background: #edf4fc url(./images/headercups3.jpg) no-repeat right top;
	/* background-color: #EDF4FC; 8FB2C5 C9F1FC*/
	}

/*----------------------- menu bar------------------------- */
.topmenu, .submenu, .footer {
	font-size: 90%;

	padding: 2px 0 2px 1em;
	border-top: 1px solid #f9c206;
	border-bottom: 1px solid #f9c206;
	background-color: #b00000;
	margin-left: 3em;
	}

.submenu {
	border-top: none;
	padding-left: 14em;
	background-color: #900000;
	}

 .topmenu a , .submenu a, .footer a{
	display: inline;
	margin-right: 0.3em;

	color: #ffe;
	text-decoration: none;
	}


.topmenu a:hover,  .submenu a:hover, .footer a:hover{
	color: #000;
	background-color: #f9c206;
	padding: 1px 0 2px 0;
	border-top: solid 1px #f9c206;
	border-bottom: solid 1px #f9c206;
	}

.topmenu a:visited,  .submenu a:visited, .footer a:visited{
	color: #eed;
	}

.footer	{
	text-align: center;
	clear: both;
	background-color: #f9c206;
	margin-left: 0em;	
	}

.thisPage	{
	color: #f9c206;
	margin-right: 0.3em;
	}

 .footer .thisPage {color: #f00;}

/*-----------------------   end menubar   -----------------*/

body {
	margin: 0px 0px 0px 0px;
	font-size: 80%; 
	/*font-size: 60%;*/
	font-family: arial,  helvetica, sans-serif;
	}

h2	{font-size:	smaller;	
	font-weight: normal;
	margin-left: 6em;
	}

h1	{/* font-size: 140%; */
	font-size:	small;
	font-weight: normal;
	padding: 3px 0 3px 1em;
	background:  url(./images/h2bg3.gif) no-repeat
	}

h3 {font-size:	small;
	color: #b00000;
	font-weight: normal;
	font-style: italic;
	margin-left: 2em;
	display: inline;
	}

h4 { font-size: 120%; 
	font-style: italic;
	font-weight: normal
	}	

#main	{
	padding: 0em 3em 1em 6em;
	text-decoration: none;
	}

a {text-decoration: none;
	color: #55f;}

a:visited {color: #007}
	
a:hover	{color: #aa0}

.blue{ color: #000099}

.red {color: #c00000}

.centre {text-align: center	}

.rightMargin {margin-right: 12em;}

.small {font-size: 60%}

.picbox	{text-align: center;
		padding: 10px 10px 10px 10px;
		width: auto;
	/*	border: solid 1px #aaa; */
		}
	
img.float_left {float: left;
	margin: 1em 2em 1em 0em;
	}

img.float_right{float: right;
	margin: 1em 0em 1em 2em;
	}

#main ul { list-style-image: url(./images/nav_circle.gif);
	margin-left: 0;
	 padding-left: 1em; 
	 }

/*
li	{margin-left: 0;
	 padding-left: 0; }
*/

form {
	/*width: 567px; */
	width: 40em;
	background-color: #edf4fc;
	text-align: right;
	border: solid 1px #aaa;
	margin-left: auto;
	margin-right: auto;
	}

.acknowledge {
						float: right;
						font-size: 70%;
						margin: 1em 2em 0 0;

					}
