body
{
	font-family: verdana, helvetica, arial;
	font-size: 70%;
	margin: 0px 0px 0px 0px;
	color: #404040;
}

#container 
{
	width: 770px;
}

#header 
{
	height: 110px;
	background-color: #F0EADC;
	margin-bottom: 20px;
}

#header h1 
{
	text-align: center;
	font-size: 160%;
	text-transform: uppercase;	
	color: #242C8E;
	display: inline;
	clear: none;
	vertical-align: middle;
}

#header div
{
	display: inline;
	text-align: center;
}

#header div.title 
{
	margin: 0px;
	padding: 0px;
	width: 370px;
}

#header div.company 
{
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

#header div.standrews 
{
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

#instructions 
{
	width: 270px;
	float: left;
	padding: 10px;	
	margin: 0px;
}

#instructions h2 
{
	font-size: 120%;	
	text-transform: uppercase;	
	color: #242C8E;
}

#calculator 
{
	background-color: #CFD0E5;
	float: right;
	padding: 10px;
	width: 460px;
	margin: 0px;
}

#calculator th 
{
	text-align: left;
	font-size: 70%;
	color: #2D3363;
}

#calculator th div.labelNote 
{
	color: #404040;
	font-weight: normal;
}

#calculator td 
{
	color: #404040;
	font-size: 70%;
	font-weight: normal;
}

#calculator input, #calculator select
{
	color: #404040;
	font-size: 100%;
	font-weight: normal;
}

#footnote 
{
	clear: both;
	padding: 10px;	
}

tr.total 
{
	height: 40px;
	vertical-align: bottom;
}

tr.total td span
{
	color: #BF0024;
	font-weight: bold;
}
