

/**Web Safe Color scheme
	Teal: 66CCCC
	Blue: 6699CC
	Green: 99FF66
	Salmon Pink: FF9966
**/
/** background-color:#FFFFCC;**/
body {

  color: #000000;
  margin-left: 5%;
  margin-right: 5%;
  font-family: "Arial", "Helvetica", sans-serif;
  background-image:url('../media/lines2.png'); 
}

div.container
	{width:90%;
/**was          margin-top: -2.4%;
**/
margin-top: 1%;

}

div.header
	{background-color: #6699CC;
	 width:100%;
	 margin-bottom: -0.8%;
	 border-bottom-style: groove;

	 border-bottom-style: groove;
	 border-bottom-color: #808080;
	 border-left-style: groove;
	 border-left-color: #808080;
	 border-top-style: groove;
	 border-top-color: #808080;
	 border-right-style: groove;
	 border-right-color: #808080;

}

div.nav
	{background-color: #FF9966;
	 width: 20%;

	 margin-top: 10px;

	 position: absolute;
	 border-bottom-style: groove;
	 border-bottom-color: #808080;
	 border-left-style: groove;
	 border-left-color: #808080;
	 border-top-style: groove;
	 border-top-color: #808080;
	 border-right-style: groove;
	 border-right-color: #808080;





}

div.content
	{background-color: #99FF66;
	 width:61%;
	 margin-top: 10px;

	 position:absolute;
	margin-left: 20%;

	 border-bottom-style: groove;
	 border-bottom-color: #808080;
	 border-left-style: groove;
	 border-left-color: #808080;
	 border-top-style: groove;
	 border-top-color: #808080;
	 border-right-style: groove;
	 border-right-color: #808080;

}

/**Text**/

h1	{font-size: 50px;
	 margin-bottom: 0.9%;
	 
}




h2 {font-size:28px;

margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;

}




.title
	{width: 30%;
	 background-color: #66CCCC;
	 border-bottom-style: outset;
	 border-bottom-color: #6699CC;
	 border-left-style: outset;
	 border-left-color: #6699CC;
	 text-align: center;}

ul	{font-size: 25px;
	 list-style-type: none;}


li	
{margin-bottom: 10%;
	 margin-right: 40%;
	 margin-left: -10%;
}



p	{font-size: 22px;
	}

.underline
	{text-decoration:underline;}


.center
	{text-align:center;}
.pre
	{white-space:pre;}
.leftpad
	{margin-left:7%;
	 margin-right:5%;}
.left
	{margin-left: 5%;
	 margin-right:10%;}
	
.small
	{font-size:17px;}

.tiny
	{font-size:9px;}

.heading
	{text-align: center;
	 margin-left:20%;
	 }

/**Link colors**/
a:link {color: #000000}     /* unvisited link */
a:visited {color: #0000c0}  /* visited link */
a:hover {color: #008080}   /* mouse over link */
a:active {color: #0000c0}   /* selected link */

/**Images**/

img.homelogo
	{width:17%;
	 position:relative;
/** was 	 margin-bottom: -15%;
**/
	 margin-bottom: -10%;
	 margin-top: 2.7%;
	 margin-left: 1%;
	 margin-right: 5%;
	 border-style: double;
	 border-color: #FF9966;}

.sd1
	{width:27%;
	 float:right;
/** was 	 margin-top: -17%;
**/
	margin-top: -17%;
	 margin-right: 20%;
	 border-style: dashed;
	 border-width: thick;
	 border-color: #6699CC;
}

.sd3
	{width:38%;
	 float:left;
	 margin-top: 10%;
	 margin-left: 2%;
	 margin-bottom: 5%;
	 margin-right: -15%;
	 border-style: dashed;
	 border-width: thick;
	 border-color: #6699CC;
}

.sd5
	{width:45%;
	 margin-top:5%;
	 margin-left:20%;
	 margin-right:20%;
	 border-style: dashed;
	 border-width: thick;
	 border-color: #6699CC;
}

.sd8
	{width:45%;
	 margin-top:5%;
	 margin-left:20%;
	 margin-right:20%;
	 border-style: dashed;
	 border-width: thick;
	 border-color: #6699CC;
}

.sd7
	{width:38%;
	 float:right;
	 margin-top: -17%;
	 margin-right: 10%;
	 border-style: dashed;
	 border-width: thick;
	 border-color: #6699CC;
}

.sd10
	{width:60%;
	 margin-left: 10%;
	 margin-bottom: 5%;
	 border-style: dashed;
	 border-width: thick;
	 border-color: #6699CC;
}

.uway
	{width:60%;
	 margin-top: 10%;}
.noborder
	{border: none;}
