body {
	background-color: #000000;
	margin: 0px;
}

div#container{
	background-image: url(../images/gif/homePageBg.gif);
	height: 864px;
	width: 1000px;
	margin-top: 20px;
	background-repeat: no-repeat;
}

div#mainContent{
	padding: 0px;
}

table#standard{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#header{
	width: 763px;
	height: 109px;
	background-image: url(../images/gif/headerBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
}

table#flashContainer{
	background-image: url(../images/gif/flashBg.gif);
	height: 473px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
}

table#bottomContent{
	height: 189px;
	width: 762px;
	background-image: url(../images/gif/bottomBg.gif);
}

table#navigation {
	margin-right: 22px;
}

img#logo {
	margin-left: 22px;
	margin-top: 20px;
}

td#welcomeText{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}

