@import url("../common/commonStyles.css");
@import url("../common/preferencesAndPagingStyle.css");
@import url("../common/adStyles.css");

h2 {
	background-image: url(../pictures/smHeader.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 158px auto 0 auto;
	border: none;
	height: 65px;
	font-size: 26px;
	padding-top: 24px;
}
table#menu td { /*overided*/
	background-color: #e3e3e3;
}
table#menu td.otherPage { /*overided*/
	background-image: url(../pictures/menuPaper.jpg);
}
div.frame {
	margin: auto;
	padding: 0;
	width:700px;
	border: 4px double #663300;
}
table.variable {   
    width: 700px;
	margin: auto;
	border: 4px double #663300;
	font-size: 18px;
}
table.variable tr {
	background-color: #f2efe9;
	color: #330000;
	text-align: left;
}
table.variable th {
	background-color:#99b3cc; 
	font-weight:bold; 
	text-align:center;
}
table.variable td {
	width: 33%;
	padding: 3px;
}
td.state {
   color: #552b00;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 16px;
}
h3 {
	margin: 10px auto;
	padding: 3px;
	background-color:white;
	width: 700px;
}
p.note {
	margin: 10px 40px 0 30px;
	padding: 3px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}
p.answer, form p {
	margin: 5px 70px;
	padding: 3px;
	font-size: 18px;
	font-weight:normal;
	text-align:left;
}
li {
	text-align: left;
	margin: 3px 0;
}
ol {
	padding:0;
	margin: 10px 20px 30px;
}
.rep {
	color:white;
	background-color: #d01c25;
}
.dem {
	color:white;
	background-color: #1f459c;
}
.img {
	position: relative;
	top: 15px;
}
#diagram {
	background-color: white;
	float: right;
	margin: -200px 72px 3px;
	padding: 10px;
	width: 200px;
	height: 200px;
	border: 3px solid #cccccc;
	}
#diagram a {
	color: #1f459c;
	font-size: 18px;
	font-weight: bold;
}
#diagram a img:hover {
	border: 3px solid #cc6633;
}
.shell {
  position: absolute; 
  width:1400px; 
  height:800px; 
  z-index:1; 
  border: 2px solid red; 
  background-image: url(../pictures/shell.gif);
  background-repeat:repeat;
  }