@media all {
	body 
	{
		background-color:#FFFFFF;
		color:#000000;
		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		font-weight:normal;
		margin: 0;
		margin-bottom: 2em;
		position:relative;
		text-align:left;
		vertical-align:top;
	}
	#content
	{
		position: absolute;
		background:transparent;
		width: 990px;
		height:120px;
		top: 120px;
		left: 5px;
		padding: 5px 10px;
	}
	h1 {
	color: #5875C6;
	font-size:20px;
	margin: 10px 0 15px 0;
	}
	#banner1
	{
		background:transparent url(../images/MedicaLogo.jpg) no-repeat scroll left top;
		height:78px;
		left:0px;
		position:absolute;
		top:0px;
		width:224px;
	}
	#banner2
	{
		background:transparent url(../images/Medica_brnd_wdw.jpg) repeat-x scroll left top;
		height:78px;
		left:224px;
		position:absolute;
		top:0px;
		width:408px;
	}
	#banner3
	{
		background: transparent url(../images/Medica_brnd_wdw.jpg) repeat-x top left;
		height:78px;
		left:632px;
		position:absolute;
		top:0px;
		width:238px;
	}
	#banner4
	{
		background:transparent url(../images/Medica_brnd_wdw.jpg) no-repeat scroll left top;
		height:78px;
		left:861px;
		margin-right:1px;
		position:absolute;
		top:0px;
		width:140px;
	}
	#navigation
	{
		background-color: #708CD0;
		font-family:Arial,Helvetica,sans-serif;
		font-size:10px;
		height:25px;
		left:0px;
		position:absolute;
		top:78px;
		vertical-align:bottom;
		width:1001px;
	}
	#separator
	{
		background: #708CD0  url(../images/menuCorner.jpg) no-repeat bottom right;
	width: 1001px;
	height: 14px;
	float: left;
	display: block;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 93px;
	}
	.disclaimer {
		font-size: 0.85em;
		color: #999999;
		font-style: italic;
	}
}


