/* CSS Document */


/* General document CSS */
body {background-color: #FFF7DE;
color: #000000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12pt;
text-align: left; }

#content {
	position:absolute;
	left:0px;
	top:126px;
	width:900px;
	height:500px;
	z-index:5;
	overflow:visible;
}
	
#content h3 {
	font-weight:bold;
	font-size:18px;
	letter-spacing:+.5px	}

#contentsub {
	position:absolute;
	left:0px;
	top:0px;
	width:400px;
	height:500px;
	z-index:3;
	background-image: url(images/familyprosperity_s.jpg);
	background-position: 65px 25px;
	background-repeat: no-repeat; }


#siteinfo {
	position:absolute;
	left:0px;
	top:626px;
	width:100%;
	height:100px;
	z-index:1;
	background-color: #007339;
	text-align: center;
	padding-top: 10px;
	font-weight: 100;
	font-size:10pt;	}
#siteinfo A:link {color: #FFF7DE}
#siteinfo A:visited {color: #FFF7DE}
#siteinfo A:hover {text-decoration: none; color: #33FF00;}
#siteinfo A:active {color: #33FF00  }

/*General Rules*/ 
.underline{text-decoration:underline}
.smalltext {font-size: 10px}
.basic12pt {font-size: 12px}
.center  {text-align:center}
.bold {font-weight:bold}


/*Branding area*/
div#header
{
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:65px 0px;
	position:absolute;
	width:100%;
	height:125px;
	z-index:6;
	top: 1px;
	left: 0px;
	background-color: #007339;
	border: 1px none #000000; } 

div#header h3
{text-indent : -9999px} 


/*Main Navagation Layer*/
div#navcontainer {
	position:absolute;
	width:650px;
	height:25px;
	z-index:7;
	left: 355px;
	top: 100px;
	padding : 0px 0px;
}

#banner {
	position:absolute;
	left:355px;
	top:0px;
	width:590px;
	height:97px;
	z-index:10;
	background-image: url(images/moneyc.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
       
#homebutton {
	position:absolute;
	left:0px;
	top:45px;
	width:65px;
	height:70px;
	z-index:555;
	text-align: center;
	overflow: hidden;
}


#homebutton a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height:18pt;	
	color: #FFF7DE;
	text-decoration:none;}
	
	
	#homebutton a:visited{
	color:#FFF7DE;}
	
	#homebutton a:hover{
	color:#00FF00;}
	
	#homebutton a:active{
	color:#00FF00;}
	
