/* go to http://www.sitepoint.com/article/exploring-limits-css-layout/2 for the javascript to make columns equal width*/
/* pick up tutorial from http://css.maxdesign.com.au/selectutorial/tutorial_step3.htm */


/*Styles the link colors and effects in navigation bar*/
a.navigation:link {color: #FFFF99;}
a.navigation:visited {color:#FFFF99}
a.navigation:hover {color: #FFFF99; background-color: #0066CC;}

/* The following provides a way to indent a paragraph or section of the page*/
.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
