body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color: #1a6a81;
	text-align:center;
}

li 
{
	padding-top: 10px;	
}

img#bg 
{
	position:absolute;
	overflow:auto;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	z-index: -1;
}

#content 
{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index:1;	
}

.banner 
{
	width: 950px;
	height: 131px;
	background-image: url(top.gif);
}

.title 
{
	width: 950px;
	height: 62px;
	background-image: url(title.gif);
	background-repeat: no-repeat;
}

.title table 
{
	width:100%;
	height: 100%;
}

.title table tr td 
{
	vertical-align: middle;
	padding-left: 50px;
	padding-right: 30px;
	font-size: 16pt;
	font-weight: bold;
}

.main 
{
	width: 950px;
	height: 338px;
	background-image: url(main.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.main table 
{
	width:100%;
	height: 100%;
}

.main table tr td 
{
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}

.bottom 
{
	width: 950px;
	height: 75px;
}