body, html{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color:#ffffff;
	text-align:center;
}
body#intro{
	margin:0;
	padding:0;
	background: black;
	text-align:center;
}
#frame{
	width:100%;
	height:100%;
	margin:0;
	text-align:left;
	background: url(/images/body.jpg) repeat-x fixed;
}
div#iframe{
	padding:20px;
}
a{
	color:#009b37;
}
img{
	border:0;
}
iframe{
	width:100%;
	height:399px;
	border:0;
}

#topCorner{
	width: 193px;
	height: 100px;
	background: url(images/top_corner.jpg) no-repeat;
}
#top{
	width: 804px;
	height:100px;
	background: url(images/top.jpg) no-repeat;
}
#bottom{
	width: 100%;
	height: 66px;
	background: url(/images/bottom.jpg) repeat-x;
}
td#body{
	width:100%;
	background: url(/images/body.jpg) repeat-x;
}
td#bottomLine{
	width:100%;
	height:30px;
	background: url(/images/bottom_line.jpg) no-repeat;
}
#menu{
	width:193px;
	height:200px;
	background: url(/images/menu.jpg) repeat-x;
}
#head{
	color:#006e27;
}
.head{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	color:#006e27; 
	font-size:24px;
}
#copyright
{
	padding-bottom:10px; 
	padding-left: 12px; 
	color:white; 
	font-family:verdana; 
	font-size:12px;
}