	
	body {
		margin:0px 0px 0px 0px;
		padding:0px;

		}

		/* blues http://www.december.com/html/spec/color3.html */
	
	#leftcontent {
		position: absolute;
		left:0px;
		top:0px; 
		padding-top: 1em;	
		width:156px;

		background: #7d9ec0;   /* left - skylight blue */ 

		XXborder-right:1px solid #555;
		}

	#bannerdiv {
		left: 150px;
		width: 100%;
		background: #7d9ec0;   /* left - skylight blue */ 
	}

	#banner {
		border-right:1px solid #555;
	}

	#centercontent {
		top:0px;	
   		margin-left: 160px;
		XXborder:1px solid #000;
		/*
		IE5x PC mis-implements the box model. 
		Because of that we sometimes have to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 160px;
		}
	html>body #centercontent {
   		margin-left: 160px;
		}

#MAIN {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.sandbox {
	background: #FFFF00;	/* yellow - sandbox background */
	padding: 10px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin-bottom: 10px;
}

	
		
p,h1,pre {
	margin:0px 10px 10px 10px;
}
		
h1 {
	font-size:14px;
	padding-top:10px;
}
		
	

body {
	font: medium arial, helvetica, sans-serif;
	color: #000;
}


a { /* Generic link-color rules - override if necessary */
	color: #099;
	text-decoration: underline;
}

a:hover {
	color: #008;
}


.navbar { /* Navigation bar padding */
	font: bold small arial, helvetica, sans-serif; 
	padding: 1em 0 0 .5em;
	color: #DFD3BF; /* sand color */
	color: black; /* sand color */
	}

.navbar a  { /* Main Navigation bar text links */
	font: bold small arial, helvetica, sans-serif; 
	color: #fff;  /* teal */
	text-decoration: none;
	}
.navbar a:hover {
	text-decoration: none;
	color: #fc0;  /*  orangish color */
	}


.navbar p {
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.navbar p.indent {
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}



/* sets a small teal bullet image for unordered lists */	
ul { 
	list-style: url(http://www.beachwatchers.wsu.edu/images/bullet1.gif) disc;	
}

li {	margin: 1em;}


.Field { font-weight: bold; xxfont-size:12px;}


.lepCAP {
	font-weight: bold;
	background: linen;
	color: #666666;
	font-size: 110%;
}

.postit {
	background-color: #FFFFAA;
	border-style: solid;
	border-width: 2px;
	border-color: brown;
	padding: 5px;
	margin: 5px;
}


legend {
	color: #60b0a0; 	/* bckground: #63b8a8; */
}

dt {
	color: #308080; 	
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 10px; 
}
	

ul.plain {
	list-style-type: disc;
	list-style-image: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.plain li {
	margin: 2px;
}


.nearMaxMark {
        font-size: 120%;
        color: brown;
        font-weight: bold;
}



/* ---------------------------- for showing class choices to admin ----- */

.inclass1 {
	font-weight: bold;
	color: blue;
}

.inclass2 {
	font-weight: bold;
	color: brown;
}

.inclassX {
	font-weight: bold;
	color: black;
}


/* ---------------------------- supports Class 2 Room displays --------- */

.a_clicked {
	font-weight: bold;
	color: brown;
}

.a_normal {
	font-weight: normal;
	color: black;
}

.comments dt {
	margin-top: 10px;
	font-family: Georgia,Helvetica,Arial;
	font-style: italic;
	font-size: 110%;
	color: blue;
}

.comments dd {
	margin-left: 20px;
	font-family: Comic Sans MS,Arial;
	color: black;
}
	
	


.presenter {
	font-weight: bold;
}

