﻿body 
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight:normal;
	color: Navy;
}

.container
{
	position: relative;
	left:300px;
	top: 20px;
}

.shadow
{
	width: 400px;
	background-color: #006699;
}

.innerdiv
{
	background-color: White;
	border: 2px solid #000066;
	padding: 6px;
	position: relative;
	left: -5px;
	top: -5px;
}
