﻿html, body {
	height: 100%;         /* required */
	background-color: #dfddde;
	
	
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family: Arial;
	font-size:10px;
}
div#distance { 
	margin-bottom: -325px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 650px;         /* required - desired height */
	width: 738px;          /* required - desired width */
	/*background: blue;      cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
a{color:#231f20;}

#upper_left
{
	width:279px;
	height:48px;
	top:0px;
	left:0px;
	position:absolute;
}	
#menu
{
	width:454px;
	height:48px;
	background-color:#231f20;
	top:0px;
	left:284px;
	position:absolute;
	text-align:right;
	z-index:100;
}

#mainpicture
{
	width:738px;
	height:157px;
	top:55px;
	left:0px;
	position:absolute;	
	z-index:1;
}

#maincontent
{
	background-image: url(images/background.png);
	width: 430px;
	height: 360px;
	top: 219px;
	left:0px;
	position:absolute;
	padding: 20px 12px 20px 296px;
	overflow:auto;
}

#leftcontent
{
	width: 262px;
	height: 360px;
	top: 0px;
	left:0px;
	position:absolute;
	padding: 20px 0px 20px 23px;
	/*margin: 20px 0px 20px 0px;*/
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	
}

#footer_line
{
	width: 454px;
	background-image: url(images/footer-line.png);
	height: 10px;
	top: 619px;
	left:284px;
	position:absolute;
}

#footer
{
	width: 454px;
	height: 20px;
	top: 629px;
	left:284px;
	background-color:#dfddde;
	position:absolute;
	text-align:right;
	font-size:8px;
	font-weight:bold;
	padding-top:5px;
	
}

#imgContainerFade 
{
	width:738px;
	height:157px;
	position: relative;
	left: 0px;
	top: 0px;

}
#imgContainerFade img {
	display:none;
	position:absolute;
	top:0; left:0;
} 

.tableingress
{
	vertical-align:bottom;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:top;
	/*width:200px;*/
}

.tableheading
{
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	width:200px;
}
.tabledate
{
	vertical-align:bottom;
	text-align:right;
}

.Link
{
	text-decoration: none;
	color:#000;
}
.combobox
{
    font-family: Arial;
	font-size:10px;
}



