



/* This sets the body font */
body {font:10pt verdana, arial, sans-serif;
	  background-color:#DFF2FF}


/* This creates the header */
/* Width reduced to 90% because some browsers were showing this as more than one page wide ?? why ?? 
	Check this in several browsers before posting to the net, M$ IE reads this differnetly*/

#Head {	width: 95%;
		height:45px;
		background-color:#88C4FF;
		color:#5050A0;
		padding-left:75px;
		/*padding-right:75px; */
		padding-top:10px;		
		}
				
#Head p{	color:#5050A0;
		padding: 0 10px 0 10px;
		margin: 0 40px 0 10px;		/*the second value defnes the movement of the printer in the paragraph from the right  */
		float: right;
		/*margin-top:-20px;
		padding-right:50px;*/
		}
					
#Head img{	color:#5050A0;
			border: 0;
		}
				
#Head  h2{	height:0px;
			color:#5050A0;
			padding-left:0px;
		}	

/* This is a container for the entire page area */
#Content {	width: 90%;
			color:#5050A0;
			padding:0px 0 20px 0;
		}

/* This modifies the paragraph text settings */
#Content p {	font-family:verdana, arial, sans-serif; 
		   	color: black;
		   	font-size:10pt;
		} 

#Content h3 {	 padding-bottom: 0;
			 margin-bottom: 0;
			border-bottom: 0;
			} 


#Content a {	font-size: 8pt;
			color: #C60;
		}

#Content ul {	
			color: black;
		}
	
#Content li {	//font-family:verdana, arial, sans-serif; 
			position:relative;
			left:20px;
			//color: red;
			font-size:10pt;
		}

#Content a.def {	font-size: 10pt;
			  	color:#5050A0;
		}


#Content code {	font-size: 8pt;
				font-family: verdana, sans-serif;
				color:#C60;
			}

#Content table {	table-layout: automatic;
				font-size: 10pt;
				font-family: verdana, sans-serif;
			/*	color:#C60;	*/
			border-collapse: separate;
			empty-cells: show;	
			border:3;
			}

#Content tr  {		
			}

#Content td {		padding-left: 10;
				border-bottom-style: solid;
				border-bottom-width: thin;
				border-bottom-color: black;

			}

#Content big {	//font-size: 8pt;
				font-family: verdana, sans-serif;
				color:#5050A0;;
			}



#photo img{	width:75%;
			height:60%;
			margin-left:10%;
		}

/* this is the container for the navigation section */
/*Set the verticle navigation link to left column*/
#Nav {	width:10%;
		background-color:#a2c8ab;
		/* height:100%;      defining height at 100% here limits the nave to one page long, no definition lets it extend to as far down as it needs*/ 
		font-family: verdana, sans-serif;
		font-size: 10pt;
		float: left;
		padding: 5px;
	}


	 /* This removes the underlines from the hyperlinks in the left hand column */
#Nav  a {	text-decoration: none;
		font-size: 9pt; 
		color: #753a00;
	}

	/* This makes the hyperlink become underlined upon hover in the left hand column */
#Nav  a:hover {	color:#960;
				font-size: 9pt;	
				text-decoration:underline;
			}

#Nav  dd {	text-decoration:none;
			font-size: 8pt;
			font-style: italic;
			margin-left: 3%;
		}

/* What is this section for ? */

	a {
	text-decoration:none;
	font-size: 8pt;
	color: #C60;
	}
	
	
/* This next section has a lot of example CSS coding */

/*
h4 { color: red; }
h5 { color: #9000A1; } 
h6 { color: rgb(0, 220, 98); } 

h4 { font-family: sans-serif; }
h5 ( font-family: serif; } 
h6 { font-family: arial; } 

p { font-size: 120%; } 
ol{ font-size: 10px; } 
ul{ font-size: x-large; }

p { font-style: italic; }
h4{ font-style: oblique; }

p { font-weight: 100; } 
ul{ font-weight: bolder; }

p { font-variant: small-caps; }

h2.pos_left {	position:relative;
			left:-20px
		}

h2.pos_right {	position:relative;
			left:20px
		}

*/
