/*************************
 * Main website styles. *
 *************************
 */
body 
{  
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  background-image: url(images/background.jpg)
}

table
{
  width: 100%;
  padding-bottom : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-top : 0px;
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
}

td
{
  text-align: left;
  vertical-align: top;
}
 
td.body
{
  width: 100%;
}

td.Navigation
{
  text-align: left;
  height: 100%;
  vertical-align: top;
  width: 280px; 
}

/****************************
 * Header Section Styles. *
 ****************************
 */
div.HeaderSection
{
  text-align: center;
}

/********************************
 * Navigations Section Styles *
 ********************************
 */
div.Navigation
{
  font-size: small;
}

div.Navigation A
{
	font-size: small;
}

div.Navigation A:hover 
{ 
  text-decoration: none; 
  color: #000099; /* #CC3333;  */
  font-size: larger; 
  font-weight: bold;
}

div.Navigation img
{
  border: 0;
}

div.Navigation table
{
  height: auto;
  width: 280px;
}

/****************************
 * Content Section Styles *
 ****************************
 */
div.Content
{
  font-weight: normal;
  font-size: medium;
  text-align: left;
  color: black;
}

div.Content H1
{
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #008284;
	text-align: center;
}

div.Content H2
{
	font-size: large;
	font-weight: bold;
	color: #008284;
	text-align: center;
}

div.Content H3
{
	font-size: medium;
	color: #008284;
	text-align: center;
}

div.Content H4
{
	font-size: medium;
	color: #008284;
}

div.Content H5
{
	font-size: medium;
	color: #000080;
	text-align: center;
}

div.Content .ListHeader 
{
  color: #008284;
  text-decoration:underline;
}

div.Content img
{
  text-align : center;
}

div.Content td.image
{
	text-align: center;
	font-size: x-small;
}

div.Copyright
{
	font-weight: bold;
}

div.Copyright td
{
	font-size: 14px;
	font-weight: bold;
}

div.Website
{
	font-weight: bold;
}

div.Website td
{
	font-size: 12px;
	font-weight: bold;
}