/*your custom style goes in this file*/

/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* menuback: left nav menu background color with no right and bottom border */

/* body: describes page background color and all non-table text not governed by any other style */

/*      background-image: url(canvas.bmp); */

 

body {

    margin-top: 15px;
    background-image: url(canvas.bmp);
    
}

.page {

	background-color : #FFFFFF;
	border: 1px solid #676767;
	margin-top: 0px;
	text-align:left;  /* added to replace style="text-align:left" in 6.2.0 */
	margin-right: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;   /* to center, change to 900px or 90% */

}

.indexpage {

	background-color : #FFFFFF;
   border: 1px solid #676767;
	margin-top: 0px;
	text-align:left;  /* added to replace style="text-align:left" in 6.2.0 */  
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 960px;    /* total width of all the columns */
}

.menuback {

	background-color: #9cc2c9;
	border-right: 0px; 
	border-bottom: 0px;
	width: 170px;
	margin-left: 10px;
	vertical-align: top;

}

#head
{
	height: 73px;
	width: 100%;
	position: relative;
	border: 1px none #fff;
		
}

/* footer added to replace footer fonts and links */

.footer {

	font-size: 9px;
	color: #000000;

}

/* normal: most regular body text */

.normal {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;

}

/* link: normal links, active: links in use, visited: previously visited links */

A:LINK, A:ACTIVE, A:VISITED {

	color : #a32620;

}



