@charset "UTF-8";
/* CSS Document */

body { /* Blue background around the fixed-width page area */
  background-color: #003366;
}

#main { /* Fixed-width page area with the light beige background */
  width : 800px ;
  background: #E8D380 ;
  background-image: url(image/gradient_gb.jpeg);
  text-align: center ;
  /* This page area is centered in the window */
}

#main div { /* sub-blocks of the page area should left-align their contents */
  text-align: left ;
}

address { /* footer for webmaster address */
  text-align: left ;
  font-size: smaller ;
  margin: 3px 5px 3px 5px;
} 

/* Image styles */

img.banner {
  width: 794px ;
  height: 250px ;
  margin: 2px  ;
}


img.h_line {
  width: 794px ;
  height: 15px ;
  color: 003399 ;
  margin: 2px ;
  border: solid 1px black ;
}

.right {
        float: right;
        padding: 2px;
}
.left {
        float: left;
        padding: 2px;
}

/* Header styles */

h1 {
	// font-family: Courier New, Courier, monospace;
  font-family: Georgia, Times New Roman, Times, serif;
  //font-style: italic ;
	font-style: bold;
	font-size: 22px;
	color: #244382;
	margin-top: 5px ;
}

h2 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: bold ;
  font-size: 16px ;
  color: #244382;
}

h3 {
      font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #244382;
}


/* Main Contents */

#content3col {
	float: right;
	width: 570px;
	//margin-top: 5px;
	margin-right: 15px;	
}

/* Left hand menu */

.leftblock {
  text-align: center ;
}
.leftblock a {
  background-image: none ;
}
.leftblock img {
  top-padding: 1mm ;
  display: block;
  margin-left: auto;
  margin-right: auto ;
}

#navcontainer {
  width: auto ;
  float: left;
  padding: 2px ;
  //margin: 1mm ;
  font-size: 92%;
  margin-right: 0.7mm ;
  margin-left: 3px ;
  margin-top: 5px ;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #244382;
}

th {
  background: #E8D380 ;
  color: #244382;
  border: 1px solid black ;
}
td {
  border: 1px solid black ;
}

#navlist li {
	margin: 0 0 5px 0;
	color: #244382;
}

#navlist a
{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 160px;
	background-color: #999;
	background-image: url(image/nav2.gif);
}

#navlist a:link, #navlist a:visited
{
	color: #244382;
	text-decoration: none;
	text-indent: 18px;
}

#navlist a:hover
{
	border: 1px solid #333;
	background-color: #E3E3E3;
	background-image: url(image/nav1.gif);
	color: #FCECBE;
}

/* Miscellaneous */

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(image/nav1.gif);
color: #333;
}

.style2 {color: #FFFFFF}

.footer
{
  clear: both ;  // Added HGS Thu Oct 30 20:05:45 UTC 2008 
  // width: 800px ;
  // height: 15px ; // Removed HGS Thu Oct 30 20:16:02 UTC 2008 
  background-image:url(image/h_line.gif);
  text-align: left ;
  font-size: smaller ;
  margin: 3px 5px 3px 5px;
}
.hr2 {
  border-bottom: 2px solid #f0f0f0;
  border-top: 2px solid #808080;
  //margin: 3px 5px 3px 5px;
  clear: both ;
}
.hr1 {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #808080;
  //margin: 3px 5px 3px 5px;
  clear: both ;
}
p {
	text-align: justify;
}
