/* style sheet */

body {
   font-size:14pt;

   font-family: Century Gothic,Helvetica,sans-serif;
	/*font-family:"Times New Roman", Times, Georgia, serif;*/
	/*font-family: Palatino Linotype,Monaco,Garamond,serif;*/
   /*font-family: Tahoma, Helvetica, sans-serif;*/
   
   color:#666633;
	/*background-color: #CCCCCC;*/
   /*color:#333333; this was good */
   /*background-color: #333333;*/
   /*color:white;*/
      
   background-image: url("images/background4.jpg");
   background-repeat: repeat;
	/*background-image: url("images/canvas_umber.jpg");*/
   
}

/* all links */
a {text-decoration:none}
a {color:#666633;}
/*a:link {color:#CCFFFF;} */
/*a:visited {color:#CCFFFF;}*/
a:hover {color:#6699CC;}
/*a:hover {color:#99CCFF}*/

/*div {color:white;}*/

h1 {font-size:32pt;
   font-weight:normal;
   }

h2 {font-size:24pt;
   font-weight:normal;
   }
   
 p
{
text-indent:50px;
}
.menu {
	font-size: 16pt;
	}
.menu_selected {
	font-size: 16pt;
	color: #FF6666;
	/*color: red;*/
	}
.submenu {
	font-size: 12pt;
	}
.submenu_selected {
	font-size: 12pt;
	color: #FF6666;
}
.copyright {
   color:#666666;
   font-size: 12pt;
   }
   
.home_link_text {
   color:#666666;
	font-size: 20pt;
	}
   
.hires_link_text {
   color:#666666;
	font-size: 10pt;
	}
   
.mat {
   color:#666633;
   font-size: 18pt;
   }

.xmat img {
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
   }
   
.black_text {
   color:black;
   }

.lightblue_text {
   color:lightblue;
   }
   
.gray_text {
   color:#CCCCCC;
   }
   
.highlighted_link:link {color:#FF9999;}
.highlighted_link:visited {color:#FF9999;}
.highlighted_link:hover {color:#CCFF99;}


/* logo */
#logo { position: absolute; top: 50px; left: 50px; }

