/* Body text and page background */
body {
background-color: #0066cc; /* background color */
color: #ff9933; /* orange text color */
font-family: arial, helvetica, sans-serif;
text-align:center; /*center everything */
margin: 0; 
padding: 0;

}

#header{
	margin:0; padding: 0;
 	width: 100%;
	height: 3.5em; 
	background-color: #0066cc; 
	border-bottom: thin solid #ff00ff;
}

/* Style for main content column */
#main{
margin:.5em;

margin-left:10em;

}






/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border-collapse: collapse;
	margin: auto;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
vertical-align: top;
}
/* Style for thumbnail images */
img.thumbs{
   width:150px;
}

/* makes a link aqua */
.a-aqua{
font-size: 1.5em;
text-decoration: underline;
color: #00ffff;
}


/* makes background color yellow */
.hilite{
background-color: #ffff00;
}


/* Style for STANDARD table */
table.standard {
	background-color: #99ffff; 
	width: 65%; /* background color */
	color: #3366ff; /* orange text color */
	font-family: arial, helvetica, sans-serif; 
	font-weight: bold;
   	text-align: center;
   	border-collapse: collapse;
	margin: auto;
}
/* Style for STANDARD table cells */
td.standard { 
  	border: 5px solid #ffa500;
  	padding: 0px;
	vertical-align:top;
}

td p{
	border: solid 1px #000;
	font-size: 1em;
	padding: 0.5em;
	color: #00f;
	text-align: justify;
	text-indent: 25px;
}






/* Style for non underlined links */
a.noul {
	color: #00bfff;
	 text-decoration: none;
}




/* Style for left sidebar column */
#sidebar{
float: left;
display: inline;
padding: 0;
margin: .5em;
width: 9em;
}

#sidebar a:link{ color: #0000ee; text-decoration: none; } /* blue 2 (hex 3) */
#sidebar a:visited{ color: #ffffff; text-decoration: none; } /* white (Safe 16 SVG Hex3) */
#sidebar a:hover{ color: #000000; text-decoration: underline; } /* BLACK #000000 */
#sidebar a:active{ color: #454545; text-decoration: underline; } /* gray27 #454545 */

border:none;
outline-style:none;
}

#sidebar img{
border:none;
outline-style:none;
}

