/* wycmn style sheet*/

/*page styles*/


body	{
	background-image: url('../images/indtextb.jpg');
 	/*bgcolor: "#ff0000"; */
	}

h1, h2, h3, p {font-family: sans-serif;}
	
h1 {color: #00ff00}
h2 {color: #3399ff}
h3 	{
	color: #000000;
	font-size:	14px;
	text-decoration: bold;
	}
	
h4 	{
	color: #3399ff;
	font-size:	12px;
	}


p, ul	{
	font-size: 12px;
	color: #000000;}
	
	
ul	{
	font-size: 14px;
	color: #000000;}
	
p.small {
	font-size: 10px; 	
	}
	


/*divs for the 3 columns ,header & footer*/

div.header, div.footer	{
	margin: 0 10px 60px 200px;
	
	height: 60px;
	width: 600px;
	/* bgcolor: "#cccc00"; */
	}

div.footer	{font-color: #ff00ff;
		clear: left;
		}

div.left
{
float:left;
width:150px;
height:400px;
margin:0;
/*border:2px solid gray;*/
padding:1em;
}

div.middle
{
float:left;
width:300px;
height:400px;
margin:0;
/*border:2px solid green;*/
padding:1em;
}


div.right
{
width:300px;
height:400px;
float:left;
/*border:2px solid red;*/
padding:1em;
}

/*end of divs for the 3 columns ,header & footer*/

/* style stuff for the navigation links, on the lh col */

#menu_pix, #menu_pix2, #menu_pix3, #menu_pix4, #menu_pix5, #menu_pix6	
{
	position:absolute; 
	left:50px; 
	width:140px; 
	height:25px;
	  }


/* positioning the link button text */

#menu_pix {	top:170px; }

#menu_pix2 {	top:220px; }

#menu_pix3 {	top:270px; }
	
#menu_pix4{	top:320px; }

#menu_pix5 {	top:370px; }

#menu_pix6 {	top:420px; }

/*Start button 1*/

.nav1, .nav2, .nav3, .nav4, .nav5, .nav6	{
		float: left;
		height: 50px;
		width: 140px;
		padding:0;
		clear: left;
		}



div.nav1 {

margin-top:15px;
background-image:url("../images/redbut.gif");

}

div.nav1 a, div.nav1 a:link, div.nav1 a:visited {display:block;}

div.nav1 img {width:100%;height:100%;border:0;}

div.nav1 a:hover img {visibility:hidden;}
/*End button 1*/

/*Start button 2*/
div.nav2 {
background-image:url("../images/redbut.gif");  

}

div.nav2 a, div.nav2 a:link, div.nav2 a:visited {display:block;}

div.nav2 img {width:100%;height:100%;border:0;}

div.nav2 a:hover img {visibility:hidden;}
/*End button 2*/

/*Start button 3*/
div.nav3 {
background-image:url("../images/redbut.gif");
}

div.nav3 a, div.nav3 a:link, div.nav3 a:visited {display:block;}

div.nav3 img {width:100%;height:100%;border:0;}

div.nav3 a:hover img {visibility:hidden;}
/*End button 3*/

/*Start button 4*/
div.nav4 {
background-image:url("../images/redbut.gif");
}

div.nav4 a, div.nav4 a:link, div.nav4 a:visited {display:block;}

div.nav4 img {width:100%;height:100%;border:0;}

div.nav4 a:hover img {visibility:hidden;}
/*End button 4*/

/*Start button 5*/
div.nav5 {
background-image:url("../images/redbut.gif");
}

div.nav5 a, div.nav5 a:link, div.nav5 a:visited {display:block;}

div.nav5 img {width:100%;height:100%;border:0;}

div.nav5 a:hover img {visibility:hidden;}
/*End button 5*/

/*Start button 6*/
div.nav6 {
background-image:url("../images/redbut.gif");
}

div.nav6 a, div.nav6 a:link, div.nav6 a:visited {display:block;}

div.nav6 img {width:100%;height:100%;border:0;}

div.nav6 a:hover img {visibility:hidden;}
/*End button 6*/


/* end of style stuff for the navigation links, on the lh col */