/* CSS Document */
#page_date {
	display: none;
}
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	background-image: url(images/background-index.jpg);
	background-repeat: repeat-y;
	background-position: center;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #727979;
	vertical-align: middle;
	
}

.oneColElsCtr #container { 
	width: 866px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	width: auto;
	vertical-align: bottom;
}

TABLE.layouttab
{
	white-space: normal;
	BACKGROUND-COLOR: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

TABLE.maintab
{
    FONT-SIZE: 10px;
    Font-family: verdana, helvetica, arial, sans serif;
    BACKGROUND-COLOR: white
     
}
#smallerh1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	margin: 1px;
	padding: 1px;
}
#smallerh2 {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 1px;
	padding: 1px;
}

