.menu-table{
	height:25px;
	width:680px;
	background-color:rgb(89,173,199);
	border:medium none;
	color:rgb(255,255,255);	
}
.item-cell{
	width:120px;
	text-align:center;
}
.empty-menu-cell{
	width:200px;
}

.empty-menu-cell-2{
	width:320px;
}
body{
	height:100%;
	background-color:rgb(247,247,247);
	padding:0px;
	margin:0px;
	background-image:url(bg.gif);
	color:rgb(255,255,255)
}
#frame-body{
	background-color:white;
	background-image:none;
}
#host{
	padding-top:5px;
	position:absolute;
	left:50%;
	margin-left:-340px;
	width:680px;
	height:99%;

}
#flashHolder{
	padding-top:30px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:99%;
}
.flash-object{
	border-bottom:1px solid white;
}
*{
	background-color:transparent;
	font-family:verdana,serif;
	color:rgb(43,53,116);
}
p{
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-top:15px;
}
h1{
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	
}

.info-box{
	background-color:rgb(89,173,199);
	width:213px;
	margin-bottom:20px;
	color:rgb(255,255,255);

}
.pic {margin-bottom:12px!important;}
.info-box td{ 
	padding:2px;
	font-size:12px;
	background-color:rgb(89,173,199);
	color:rgb(255,255,255)
	
	
}
.info-box th{
	font-size:11px;
	font-weight:normal;
	height:20px;
	color:white;
	background-color:rgb(2,129,171);
	padding:2px;
	border-bottom:1px solid white;
	

}
.info-box a{
	color:rgb(255,255,255);
	background-color:transparent;

}

a{
	border:medium none;
	text-decoration:underline;
	font-size:11px;
}
img {
	border:medium none;
	
}


.article-container{
	float:left;
	width:400px;
	margin-left:10px;
	margin-top:15px;
}
.box-container{
	width:230px;
	float:right;
	margin-top:15px;
}



