body {
	background-image: radial-gradient(1px 50% at center, white 0px, white 484px, #00ccff 485px, #00004c 634px, white 900px); 
}

#wrap {
	min-height:100%;
	width:960px;
	margin:0px auto;
	background-color:#fff;
}

#main {
	width:100%;
	position:relative;
}

#header {
	width:100%;
	color:#ccc;
	background:url('images/logo/logo2.png') bottom right no-repeat #fff;
	height:94px;
	overflow:hidden;
}

#header .inset {
	width=960px;
	margin:0 auto;
	text-align:left;
}

#header .inset span {
	background:url('images/logo/metviz_logo_work3.png') no-repeat top left #fff;
	width:735px;
	height:94px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
}

#nav {
	border-top:1px solid #00004c;
	border-bottom:1px solid #00004c;
	background-color:#00ccff;
	width:100%;
	height:35px;
	font-size:1.0em;
	color:#00004c;
	margin:10px 0 10px 0;
}

#nav .toplinks {
	float:left;
}

#nav ul {
	margin-top:0px;
	padding-top:7px;
	display:inline;
	list-style-type:none;
	margin-left:10px;
	padding-left:0;
}

#nav li {
	float:left;
	margin:0px 22px 0 22px;
}

#content {
	width:960px;
	margin:0 auto;
}

#content .pad {
	padding:0 5px 10px 5px;
	margin:0;
	overflow hidden;
}

#content .col-2-left-220 {
	float:left;
	width:220px;
	margin-right:10px;
	position:fixed;
}

#content .col-2-left-220-ref {
	float:left;
	width:220px;
	margin-right:10px;
}

#content .col-2-right-700 {
	float:left;
	width:700px;
	margin-left:230px;
}

#content .col-2-right-700-ref {
	float:left;
	width:700px;
	margin-left:230px;
	margin-top:-770px;
}

#content .boxblock {
	background-color:white;
	width:100%;
	margin:0 0 0 0;
	box-shadow:0 0 8px rgba(0,0,0,0.3);
	filter: Shadow(Color='block',Direction=135,Strength=3);
	border:10px solid black
	font-size:12px;
	color:black;
}

#content .boxblock .header {
	margin:0;
	height:28px;
	border-bottom:1px solid white;
	background-color:#00004C;
	color:white;
}

#content .boxblock .header h4 {
	margin:0 0 0 0px;
	line-height:28px;
	font-size:1.1em;
	font-weight:bold;
	color:inherit;
}

#content .boxblock .pad {
	padding:0px 5px 5px 5px;
	line-height:14px;
}

#content .boxblock .pad ul {
	list-style-type:none;
	margin-left:0;
	padding:10px 0;
}

#content .boxblock .pad li {
	list-style-type:none;
	margin-left:0.5em;
	padding:0;
	line-height:18px;
}

#content .boxblock .pad li.dateheader {
	font-weight:bold;
	color:black;
	margin:5px 5px 5px 5px;
	font-size:0.9em;
}

#content .boxblock .pad li.search {
	list-style-type:none;
	font-size:0.7em;
	margin:0 7.5px 0 7.5px;
	text-indent:25px;
	text-align:justify;
}

#content .boxblock .pad li.reference {
	list-style-type:disc;
	font-size:0.7em;
	margin:0 0 0 15px;
}

#content li.reference {
	list-style-type:disc;
	font-size:0.9em;
	margin:7.5px 0 7.5px 15px;
}

a:link {
	color:#00004c;
}

a:visited {
	color:purple;
}