#welcome	{
	background-image:url(../images/welcome_bg.gif);
	background-color:#FCF4CE;
	border:2px solid #EEE3B0;
	margin:0 6px 0 0;
	padding:0;
}
#welcome h3	{
	text-align:center;
	color:#A92608;
	font-weight:bold;
	font-size:100%;
	margin:10px 0 0 0;
}
#welcome p	{
	font-size:80%;
	margin:9em 0 8px 0;
	text-align:center;
	line-height:130%;
}
#welcome .introMod	{
	width:31%;
	border-top:1px solid #A92608;
	border-bottom:3px solid #A92608;
	border-left:1px solid #A92608;
	border-right:3px solid #A92608;
	background-color:#FAF8ED;
	float:left;
	margin:12px 0 0 6px;
	height:5.5em;
	min-height:5.5em;
}
#welcome .introMod h4	{
	margin:9px 0 0 0;
	font-size:80%;
	font-weight:bold;
	color:#A92608;
	text-align:center;
	height:30px;
	position:relative;
}
#welcome .introMod p	{
	font-size:70%;
	font-weight:normal;
	margin:3px 0 8px 0;
	text-align:center;
	padding: 0 8px 0 8px;
	line-height:130%;
	position:relative;
}
#secondaryMods	{
	width:724px;
	background:url(../images/front_page_hr.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:-9px -36px 18px 0;
	padding:27px 0 0 36px;
}
#calculatorMod, #guideMod, #resourcesMod	{
	float:left;
	padding:0 9px 0 88px;
	margin:0 9px 0 0;
	width:122px;
	height:7em;
}
#calculatorMod h4 a:link, #calculatorMod h4 a:visited, #calculatorMod h4 a:active	{
	color:#619861;
}
#guideMod h4 a:link, #guideMod h4 a:visited, #guideMod h4 a:active	{
	color:#786147;
}
#resourcesMod h4 a:link, #resourcesMod h4 a:visited, #resourcesMod h4 a:active	{
	color:#7977A7;
}
#secondaryMods h4 a:hover	{
	color:#fff;
}
#calculatorMod h4, #guideMod h4, #resourcesMod h4	{
	text-transform:uppercase;
	font-size:70%;
}
#calculatorMod p, #guideMod p, #resourcesMod p	{
	color:#fff;
	font-weight:bold;
	font-size:70%;
}
#calculatorMod	{
	border:1px solid #81AF80;
	background:url(../images/icons/front_page/calculator.gif);
	background-repeat:no-repeat;
	background-position: 8px center;
	background-color:#BBDAB7;
}
#guideMod	{
	border:1px solid #A28D74;
	background:url(../images/icons/front_page/guide_cover.gif);
	background-repeat:no-repeat;
	background-position: 6px center;
	background-color:#DFCBB5;
}
#resourcesMod	{
	padding:0 9px 0 100px;
	width:110px;
	border:1px solid #9796C9;
	background:url(../images/icons/front_page/directory_tree.gif);
	background-repeat:no-repeat;
	background-position: 8px center;
	background-color:#CACADF;
}
