@charset "UTF-8";
/* CSS Document */


/*FONT FAMILY===========================================================================================*/

body {
	font-family: Trebuchet MS;
	font-size: 12px;/*Arial & Helvetica are almost undistinguishable*/
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color:#dfecbe;	
}

/*-------uncomment and ustomize if you want to use different fonts for different page elements
h2 { font-family: Georgia }
h3 { font-family: Georgia }
h4 { font-family: Georgia }
p { font-family: Verdana }
---------*/
 
 /*FONT SIZE=============================================================================================*/

h1 {
	font-size: 24pt;
	font-family: Trebuchet MS;
	margin-right: 25px;
	margin-left: 75px;
} /* - header or special effects */
h2 {
	font-size: 16pt;
	font-family: Trebuchet MS;
	margin-right: 25px;
	margin-left: 75px;
} /* content headings */
h3 { font-size: 90%; } /* content sub-headings */
h4 { font-size: 95%; } /* list headings, same size as (p) */
h5 { font-size:75%; } /* list headings 2, same size as (p) */

p, ul, ol, td {
	font-size: 100%;
	color: #FFFFFF;
}

ul ul { font-size: 95%; } /*- actually only necessary if the ul size is not 100%  */
td p {
	font-size: 90%;
}


/*FONT COLORS=============================================================================================*/
/*--------------------
below is the color scheme used - it's for info only, if you want to change you need to change below (after the body tag)
lead  color: 		#0066cc  	blue		h1, h2, h3
second color:		#333333		green		seperaton lines, some links
highlight 1:		#9966cc		purple		not used but matching color - if you want to highlight something
highlight 2:		#990000		red			not used but matching color - if you want to highlight something

background 1:		#eeeeff		light 	 	lead elements
background 2:		#f7f7ff		light 		lightest bg
box underline:		#cccccc		light grey
---------------------*/


body {
	color: black;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

h1, h1 a:link, h1 a:visited {
	font-size: 20pt;
	color: #66FF66;
	font-family: Trebuchet MS;
	margin-right: 25px;
	margin-left: 75px;
}

h2, h3, h2 a:link, h3 a:link, h2 a:visited, h3 a:visited {
	font-size: 14pt;
	color: #66FF66;
	font-family: Trebuchet MS;
	margin-right: 25px;
	margin-left: 75px;
}

ul li a:link, ul li a:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}

p a:link, p a:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}

a:link, a:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}


/*LINK STYLE other than color=============================================================================*/

a:link, a:visited {
	text-decoration:none ;
	color: #FFFFFF;
}

p a:link, p a:visited {
	text-decoration:underline 
} 

a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

h1 a:hover {
	text-decoration:none 
}

#footer p a:link, #footer p a:visited {
	text-decoration: none; font-color: #ffffff; 
}

#footer p a:hover {
	text-decoration: underline
}

/*BASIC=============================================================================================*/

#header {
	position:absolute;
	left:25px;
	top:-1px;
	width:1018px;
	height:189px;
	z-index:6;
	background-image: url(images/banner.jpg);
	visibility: visible;
}

#body {
	position:absolute;
	left:25px;
	top:188px;
	width:1205px;
	height:597px;
	z-index:1;
	visibility: visible;
}

#sidebox {
	position:absolute;
	left:25px;
	top:187px;
	width:187px;
	height:537px;
	z-index:5;
	background-repeat: no-repeat;
	background-position: right bottom;
	visibility: visible;
}

#subbody {
	position:absolute;
	left:211px;
	top:188px;
	width:74px;
	z-index:7;
	background-image: url(images/subbody.jpg);
	background-repeat: repeat-y;
	visibility: visible;
	min-height: 537px;
	height: 1px;
}

#mainbody {
	position:absolute;
	left:211px;
	top:188px;
	width:833px;
	z-index:10;
	visibility: visible;
	background-repeat: repeat;
	background-image: url(images/subbody.jpg);
}

#sidetree {
	position:absolute;
	left:1043px;
	top:188px;
	width:186px;
	height: 537px;
	z-index:9;
	background-repeat: no-repeat;
	background-position: left bottom;
	visibility: visible;
	}
	
#footer {
	position:float;
	left:25px;
	top:726px;
	width:1024px;
	height:59px;
	z-index:6;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#copyright {
	color:#ffffff;
	position:absolute;
	left:26px;
	top:803px;
	width:170px;
	height:32px;
	z-index:3;
	visibility: visible;
}



/*NAVLINKS=============================================================================================*/

#nav {
	font-size: 13px;
	font-family: Trebuchet MS;
	font-weight: normal;
	padding: 2px 5px 2px 0;
	text-decoration: none;
}
	
#nav a{
	font-size: 20px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color:#FFFFFF;
	padding: 2px 5px 2px 0px;
	text-decoration: none;
	margin-left: 40px;
}

#nav a:hover,#nav a.current {
	font-size: 20px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #66FF66;
	text-decoration: none;
	margin-left: 40px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}




/*OTHER CONTENT)=============================================================================================*/

body {margin:0px; padding: 0px;}
.footer {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
	margin-left: 10px;
	
}
ul, ol {list-style: outside}
#sidebar ul, #sidebar ol {margin-left: 0;	padding-left: 0; list-style-type: none; padding-right:7px;	}



h1, h1 a:link, h1 a:visited, h1 a:hover {
	margin-top:0;
	color: #ffffff;
}
h2, h2 a:link, h2 a:visited, h2 a:hover {
	margin-top:0;
	color: #ffffff;
}
h3, h3 a:link, h3 a:visited, h3 a:hover {margin-top:0}
h4, h4 a:link, h4 a:visited, h4 a:hover {margin-top:0}


a img {border: 0px solid #0066cc}

#mainbodytext {
	margin-right: 25px;
	margin-left: 75px;
	font-size: 12px;
	font-color: #ffffff;
	font-family: Trebuchet MS;
	color: #FFFFFF;
	}

.moneytree-title1 {
	font-weight: bold;
	font-color: #92a97f;
	}
	
.subtext a:link, .subtext a:link, .subtext a:visited, .subtext a:visited {
	font-size: 14pt;
	color: #66FF66;
	font-family: Trebuchet MS;
	margin-right: 25px;
	margin-left: 75px;
}
