body,html{padding:0;margin:0;
	font-family:"Helvetica", arial;
	background-color:#f9f9f9;
}
html{
	border-left:5px solid #464744;
	border-right:5px solid #464744;
}
.clear{
	clear:both;
	}
p{
	color:#222;
	line-height:18px;
	font-size:16px;
	padding:0;
	margin:0;
	padding:10px;
	margin-left:15px;
	text-shadow:0 1px 0 white;
}
h4{
	padding:0;
	margin:0;
}
p .header{
	color:#999;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:5px;
	padding-bottom:5px;
	display:inline-block;
}
#header{
	background:#397294;
	background-image: -moz-linear-gradient(top, 
							#3c799e, 
							#31607b);
	background-image: -webkit-gradient(linear,left top,left bottom,
			color-stop(0, 	#3c799e),
			color-stop(1, 	#31607b));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c799e', EndColorStr='#31607b')";
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:12px 12px 12px 12px;
	-webkit-background-size:77px 87px;
	margin:0 -5px;
	border-left:5px solid #275978;
	border-right:5px solid #275978;
	text-shadow:0 1px 0 #133650;
}
#bar{
	height:5px;
	background-image:url(header_bgd_1.1_2x.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 -5px;
	-webkit-background-size: 320px 84px;
	position:relative;
	z-index:5;
}
#header #booth{
	float:right;
	font-size:13px;
	font-weight:normal;
	position:relative;
	top:2px;
	color:#6e828b;
}	
#banner{
	padding:10px;
}
#banner img{
	width:100%;
}
#content{
	border-bottom:1px solid #ccc;
}
#top{

}
#footer{
	border-top:1px solid #ccc;
}
.linkCluster{
	border:1px solid #ccc;
	border-radius:10px;
}
#footer a, .linkCluster a{
	color:#444;
	background-color:#fff;
	margin:10px;
	padding:13px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	border-radius:10px;
	position:relative;
}
/* Link Cluster */

.linkCluster a{
	margin:0;
	border-bottom:1px solid #ccc;
	border-radius:0;
	padding-right:25px;
}
.linkCluster span.sublink{
	display:block;
	color:#aaa;
	font-size:12px;
	font-weight:normal;
}
.linkCluster a.top{
	border-radius:10px 10px 0 0;
}
.linkCluster a.bottom{
	border-radius:0 0 10px 10px;
	border:none;
}
.linkCluster{
	margin:0 10px 20px 10px;
}



#footer a:active{
	background-color:#444;
}
a .arrow{
	position:absolute;
	top:50%;
	right:10px;
	display:block;
	margin-top:-5px;
	width:10px;
	height:15px;
	background:transparent url(table_row_arrow.png) left no-repeat;
	-webkit-background-size:10px 15px;
}
ol, ul{
	color:white;
	line-height:20px;
	font-size:14px;
	padding:10px;
	margin:0;
	margin-left:40px;
}
li{
	color:white;
}