﻿body {
	/*width:780px;
	height:600px;*/
	margin:0 auto;
	margin-top:0px;
	font-size: 8pt;
	font-family: Arial;
	background-color: #D6d6d6;
	color: black;
}

a
{
	color: #232570;
}


.main
{
	background-color: #FFCC00;
	border: solid 2px #000000;
	width: 970px;
}


/* ----- MAIN CONTENT ----- */
#content { 
	width:970px;
	min-height: 100%; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	background-color: #FFFFFF;
	margin-top: -6px;
}

#mainContent 
{
	float: left;
	width: 686px;
	padding: 20px 20px 20px 20px;
}

#Menu { float: left; width: 730px; margin-top: 5px; padding-left: 15px;}
#Menu  ul { margin-left: 0px; padding-left: 0px; padding-top: 0px; margin-top: 0px;}
#Menu  li { display: inline;}
#Menu  li a { float: left; background-image:url(../images/menu.jpg); height: 35px; width: 145px; border-right: solid 1px white; padding-top: 12px;  text-align: center; font-size: 11pt; font-weight: bold; font-family: Trebuchet MS; color: White; text-decoration: none;}
#Menu  li a.current { background-image: url(../images/selectedMenu.jpg);}
#Menu  li a:hover { background-image: url(../images/selectedMenu.jpg);}
#Menu  li a.anker { float: left; background-image:url(../images/menu2.png); height: 17px; width: 99px; text-align: center; font-weight: bold; color: White; text-decoration: none;}
#Menu  li a.ankercurrent { float: left; background-image: url(../images/selectedMenu2.png); height: 17px; width: 99px; text-align: center; font-weight: bold; color: White; text-decoration: none;}
#Menu  li a:hover.anker { background-image: url(../images/selectedMenu2.png);}
#Menu  li a:hover.ankercurrent { background-image: url(../images/selectedMenu2.png);}

.Header
{
  font-size: 13pt;
  font-family: Trebuchet MS;
  font-weight : bold;
  color: Black;
}

.Body
{
  font-size: 8.5pt;
  color: black;
  font-family: Arial;
}
