body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
}
#main{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
}
#blueline{
	margin:5px 0px 5px 0px;
	width:800px;
	height:5px;
	background-color:#0099FF;
	overflow:hidden;
}
#top{
	width:800px;
	height:50px;
	text-align:center;
}
#menu{
	width:800px;
	height:30px;
}
.subpic{
	display:none;
}
.menulist{
    list-style:none;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    line-height:200%;
}
.menu{
	border:solid 0px;
	float:left;
	width:90px;
	height:30px;
	float:left;
}
.menulink{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/button1.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	color:#0099FF;
}
.menulink:link{
	color:#0099FF;
}
.menulink:visited{
	color:#009966;
}
.menulink:hover{
	background-image:url(../img/button2.gif);
	background-position:0px 1px;
	color:#cc00ff;
}
#left{
	width:200px;
	height:100%;
	float:left;
	text-align:center;
}
#right{
	width:590px;
	height:100%;
	float:left;
	margin:0px 0px 10px 10px;
}
#ideal{
	clear:both;
	font-size:10px;
}
#footer{
	margin:5px 0px 0px 0px;
	text-align:center;
	width:800px;
	height:20px;
	background-color:#0099FF;
	color:#FFFFFF;
	font-size:8pt;
	font-family:'Impact';
}