a:link 		 { color: #663300; }
a:active     { color: #336633; }
a:visited    { color: #333366; }

h1, h2, h3, h4, h5, h6
{
color: #333366;
}

body
{
	background-color: #665;	/* border/edge of the layout color */

}
#pageFrame, #masthead, #footer
{	
	background: url('SandBackground.jpg');
	/* background-color: #fff;	/* major background color */ 
}
#pageFrame
{
	/* image used as background color for left column ( #E9E8CA ) */
	background: #fff url('SandBackground.jpg');
}
#masthead, #footer
{
	background-color: #885;
	color: #333366;
}

#masthead h2
{
color: #006633;	
}
#footer
{
	border-bottom: solid 1px #997; /* IE 6 has the footer flow over the pageFrame's 
									  bottom border. if this border is added, IE draws
									  the pageFrame border as exptected */
}
.hnav, .hnav ul li a
{
	background-color: #cc9;
	color: #336;
}

/*This is done to prevent visited links from changing colors*/
.hnav, .hnav ul li a:visited
{
	background-color: #cc9;
	color: #336;
}

.hnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}



.vnav ul li a
{
	color: #336;
	background-color: #cc9;
}
.vnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}
