/* mrw1.css */
/* Style sheet for www.mwilliams.dsl.pipex.com */

/* Tag definitions */

body {
	margin:0em;
	font-family: "Comic Sans MS, Verdana, Helvetica, sans-serif";
	color: black;
	font-size: 12pt;
	background-color:#c1c1c1;
	}
table.bgimg {
	background-color: #c1c1c1;
	background-image: url(hometrbackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
td {
   font-family: "Comic Sans MS, Verdana, Helvetica, sans-serif";
   }
H1 {
   font-weight: 600;
   font-size: 200%;
   text-align: center;
   }
H2 {
   font-weight: 600;
   font-size: 150%;
   text-align: center;
   }
H3 {
   font-weight: 600;
   font-size: 120%;
   text-align: center;
   }
L2 {
   font-weight: 600;
   font-size: 150%;
   text-align: left;
   }
pre {
   font-family: "Comic Sans MS, Verdana, Helvetica, sans-serif";
   color: black;
   font-size: medium;
   }

/* Text alignment */

.center {
	text-align: center;
	}
.tjust{
   text-align: justify;
   }
.tright{
	text-align: right;
	}
.tleft{
	text align: left;
	}
.clear {
   clear: both;
   }
   
/* Document body definitions */

#content {
	margin-top: 0%;
	margin-left:15%;
	text-align: justify;
	padding: 2%;
	width: 70%;
	background-color: #c1c1c1;
	}
#contentnj {
	margin-top: 0%;
	margin-left:15%;
	text-align: left;
	padding: 2%;
	width: 70%;
	background-color: #c1c1c1;
	}
#sitemenu {
	position: absolute;
	top: 6em;
	left: 1em;
	}
body > #sitemenu {
	position: fixed;
	}/*IE6 hack*/

/* Font definitions */

 .mistral {
   font-family: "Mistral, Zapfino";
   font-weight:500;
   font-size: 300%;
   text-align: center;
   }
 .mistralr {
   font-family: "arial";
   font-weight:500;
   font-size: 300%;
   text-align: right;
   }
  .comic {
   font-family: "Comic Sans MS, Verdana";
   font-weight:600;
   color: blue;
   font-size: 60%;
   }
.larger {
	font-size: 120%;
	}
.small {
	font-size: 80%;
	}
.vsmall{
	font-size: 60%;
	}
.purple {
	color:#cc0066;
	}	
.orange {
	color:#FF6633;
	}
.grey {
	color:#666666;
	}
/* Image positioning */

.imgfleft{
	float: left;
	margin: 0.5% 1% 0.5% 0%;
	}
.imgfright{
	float: right;
	margin: 0.5% 0% 0.5% 1%;
	}
.imgfnone{
   float: none;
   margin: 0.5% 1% 0.5% 1%;
   }
/* Buttons */
input.btn{
   color:#000000;
   font-family: "Comic Sans MS, Verdana";
   font-size:90%;
   font-weight: 400;
   background-color:#c1c1c1;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#cccccc',EndColorStr='#b1b1b1');
   }
input.btnhov{
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#ffffff;
   border-bottom-color:#ffffff;
   }
input.txt{
   background-color:#c1c1c1;
   font-family: "Verdana";
   font-size:120%;
   }
/* code line number in prettyprint */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
     list-style-type: decimal !important;
}
