

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}
.help
{
	color: red;
	font-size:19px;
	font-weight:bold;
	margin-top:4px;
}
h1
{
	font-size: 24px;
	font-weight:bold;
}
.ian
{
	color:#000099;
	font-size:18px;
	margin-top:4px;
}
#menu
{
	position:relative;
	background-image:url('../images/igs_side.png');
	width:268px;
	height:800px;
	background-align:top;
	background-repeat:no-repeat;
	float:left;
}
#menu li
{
	color:navy;
	font-weight:bold;
	margin-bottom:10px;
}
#menu li a 
{
	text-decoration:none;
	color:navy;
}
#menu li a:hover 
{
	text-decoration:underline;
	color:#0066FF;
}
#menu li a:visited
{

}
#menu .secondLevel
{
	list-style:none;
	font-size: 9px;
}
#main 
{
	width:600px;
	position:relative;
	float:left;
	margin-left:-42px;
}
label 
{
	float:left;
	width: 120px;
	font-weight:bold;
}
.required
{
	color: #FF0000;
}
input
{
	
}
#debt
{
	width:500px;
	background-color:#FBDDDD;
	border:6px solid #999999;
	padding: 3px;
}
#income
{
	width:500px;
	background-color:#C9DADA;
	border:6px solid #999999;
	padding: 3px;
}
#debt input,
#income input
{
	width: 60px;
	margin-bottom:3px;
}
