html, body {
margin: 0; padding: 0; color: #435539;
background: #999; font-family: Arial, Verdana, sans-serif; font-size: 12px; 
}

a {text-decoration: none;}
a:visited {color: #9d6442;}
a:hover {color: #c60;}
a:link {color: #9d6442;}

  /*main wrapper begins*/
#wrapper {margin: 12px auto 8px auto; background: #999; padding: 0; width: 800px;/*border: 0 solid #9d6442*/; }
/*main container ends*/

#container {
width: 800px; margin: 0 auto 0; padding: 0; border-style: none; background: #999; 
/* min-height: 600px;*/
height:auto !important;
position: relative; 
}

#header {
border-bottom: solid;
border-bottom-width: 1px;
border-bottom-color: #999;
}

/*product navigation begins*/
#horiz_nav {visibility: hidden;}

/*product navigation ends*/


/*column full-width home page begins */
#homeinner {background: #999; width: 800px; margin: 0; padding: 0; color: #435539;

	background: #999 url(images/bkgnd2.gif);
	background-repeat: repeat-y;
	margin-left: 1px; /*  */
	color: #404041;
}
#home #homeinner {background: #999; width: 800px; margin: 0; padding: 0; color: #435539;

	background: #999 url(images/mainbkgnd.gif);
	background-repeat: repeat-y;
	margin-left: 1px; /*  */
	}

#homeinner h2{
	font-size: 15px; 
	/*line-height: 1.75em;*/ 
	color: #039;
}

#homeinner .blue{ color: #039;}


/****************************************/
/****************************************/
/****************************************/
/****************************************/


#sidebar1  {visibility: hidden;}

#sidebar2 {

	font-size: 14px;
	text-align: left; 
	line-height: 1.25em; 
	color: #000;	
}
#home #sidebar2 {

	font-size: 14px;
	text-align: left; 
	line-height: 1.25em; 
	color: #000;	
}

#sidebar2 strong {color: #c60;}

#sidebar2 a {text-decoration: none;}
#sidebar2 a:visited {color: #c60;}
#sidebar2 a:hover {color: #36c;}
#sidebar2 a:link {color: #c60;}

#sidebar2 .right_box {
font-size: 13px;
text-align: left; 
line-height: 1.25em; 
color: #000;	
}
#box1 {
background: url(images/dot_orange.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
}
#box2 {
background: url(images/dot_white.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
color: #c60;
}
#box3 {
background: url(images/dot_green.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
color: #000;
}

#mainContent { 
	/*background: #fff;  #f3f7d5 */
	 /*margin: 0 200px; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*padding: 0 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border-left: 0.1em solid #dcdce9;
	border-right: 0.1em solid #dcdce9;*/
} 
#innerContent { 
	font-size: 12px;
	text-align: left; 
	line-height: 1.4em; 
} 
#home #innerContent { 
	background: url(images/dot1.jpg);
	background-repeat: no-repeat;
	
	font-size: 13px;
	text-align: justify; 
	line-height: 1.75em; 
} 
#innerContent  ul {
list-style-type: disc;
padding-left: 40px;
margin-left: 0;
}
#innerContent  li {
background: url(images/bullet.gif) left top no-repeat;
padding-left: 30px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/****************************************/
/****************************************/
/****************************************/
/****************************************/

/* Begin footer */

 
 #footer {
	background: #999;
	margin: 0 auto 0px auto;
	padding: 0;
	border-style: none;
	width: 800px; 	
	position: relative; 
	margin-top: -16px; 
	font-size: 11.25px;
	text-align: center;  
	color: #cff;
}

 .np {visibility: hidden;}

 
  /* End footer */
 