/* style.css - a simple style sheet  StarkEffects*/


html{background-color: #A4A4A4; border: solid; border-width: 5px; border-color: rgb(200, 200, 210); margin-left: 5%; margin-top: 20px; margin-bottom: 50px; width: 975px;}


body { margin-left: 0%; margin-right: 0%; margin-top: 0%; margin-bottom: 0%; color: black;  font-family: Tahoma, Arial, Helvetica, sans-serif ; background: white;}
special { margin-left: 0%; margin-right: 0%; margin-top: 0%; margin-bottom: 0%; color: black;  font-family: 12px; background: white;}

h1 { margin-left: 1%; margin-top: 1em; margin-bottom: 0em; color: rgb(20, 0, 120); background: white; }
h2,h3,h4,h5,h6 { margin-left: 5%; margin-top: 1em; margin-bottom: 0em; color: rgb(75,0,05); background: white; }

h1,h2,h3,h4,h5,h6 {font-family: Garamond, "Times New Roman", serif; }

h1 {font-size: 200%;}
h2 {font-size: 180%;}
h3 {font-size: 150%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}

h1.mast1 {font-family: "Times New Roman" Helvetica, Arial, serif; font-size: 160%; color: rgb(254, 254, 254); text-align: center; margin-top: 0.25em; margin-bottom: 0em; background: transparent;}
h1.mast3 {font-family: "Marquee" Helvetica, Arial, serif; font-size: 160%; color: rgb(100, 5, 2); text-align: center; margin-top: 0.25em; margin-bottom: 0em; background: transparent;}
h1.mast2 {font-family: "Lucida", Garamond,  sans-serif; font-size: 110%; color: white; text-align: center; margin-top: 1em; margin-bottom: 0em; background: transparent;}
h1.mast3 {font-family: "Times New Roman", Garamond,  serif; font-size: 80%; color: white; margin-left: 2%; margin-left: 5px; margin-top: 0em; margin-bottom: 0em; background: transparent;}
h1.welcome {font-family: "Lucida", Garamond,  sans-serif; font-size: 125%; color: black; margin-left: 2%; margin-top: 0em; margin-bottom: 0em; background: white; text-align: center;}
h2.welcome {font-family: 12px; font-size: 100%; color: black; margin-left: 2%; margin-top: 0em; margin-bottom: 0em; background: white; text-align: left;}


p { text-indent: 2em; margin-top: 0.5em; margin-bottom: 0.25em; margin-left: 10%; margin-right: 5%;}

div {background: white; width: 100%; }
div.mast { margin-left: 0px; margin-right: 0px; margin-top: 0px; border: solid; border-width: 1px; border-color: white; padding: 0px; width: 973px;  height: 50px; background: black; }
div.logoblock {background: url(images/blue-background.jpg) no-repeat top left; width: 30%; height: 50px; float: left;}
div.titleblock {background: url(images/blue-background2.jpg) no-repeat top right; width: 70%; height: 50px; float: right;}
div.navbar { margin-left: 15px; margin-right: 15px; margin-top: 0px; border: none; padding: 0px; width: 95%; height: 22px; background: transparent; }
div.intro { margin-left: 15px; margin-right: 15px; margin-top: 2px; border: solid; border-width: 1px; border-color: white; padding: 5px; width: 95%; height: 250px; background: transparent;}
div.adblock {background: white; width: 250px; height: 250px; float: right;}
div.welcome {background: white; width: 660px; height: 250px; float: right;}

div.out { margin-left: 15px;  margin-right: 15px; margin-top: 2px;  border: solid; border-width: 1px; border-color: white; padding: 5px; width: 95%; background: transparent; }

div.leftcol {background: #A4A4A4 url(images/starkmenubkgrnd.png); margin-left: 0.1%; width: 20%;  float: left;}
div.centercol {background: white; margin-left: 0.5%; width: 62%;  float: left;}
div.rightcol {background: white; margin-left: 0.5%; width: 21%;  float: right;}
div.end {background: white; width: 100%; text-align: center;}
div.contentcol {background: white; margin-left: 20.5%; width: 79%;  }

div.inset {margin-left: 10%; width: 25%; font-size: 75%;}


:link { color: rgb(15, 15, 90) }  /* for unvisited links */
:visited { color: rgb(100, 15, 15) } /* for visited links */
a:active { color: rgb(200, 0, 22) } /* when link is clicked */
a:hover { color: rgb(200, 85, 50) } /* when mouse is over link */
a.plain { text-decoration: none }

#nav {
  margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
  padding: 0;
  background: transparent; /*#6F6146;*/
  list-style-type: none;
  width: 896px;    
  float: center; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  width: 127px;
  color: #FFF;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid black; /*#FFF;*/
  background: url(images/tab.gif) no-repeat; /* Add the background image */
}
/*#nav #nav_con a {
  border: none;
}*/
#nav a:hover {
  background-color: #000000;
  background-position: -128px 0;
}
#body_hom #nav_hom a, #body_puz #nav_puz a, #body_hum #nav_hum a, #body_lin #nav_lin a, #body_boo #nav_boo a, #body_mov #nav_mov a,#body_con #nav_con a {
  background-color: #FFFFFF; 
  background-position: -256px 0;
  color: #1A1303;
  font-weight: bold;
}





