body {
	font-family: helvetica, sans-serif;
	margin: 0 4em;
	line-height: 1.5em;
}


/*** pseudoButton ***/
#protocol {
	text-align: left;
}

a.pseudoButton{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: 3px inset #666;
	padding: 0.1em 1em;
	margin: auto;
	background-color: #888;
	color: #e33;
}
a.pseudoButton:hover {
	background-color: #336;
	color: #ff0;
	border-color: #666;
	border-style: outset;
}

.note {
	color: #300;
	font-weight: bold;
	font-style: italic;
	padding: 1em;
	margin: auto;
	text-align: center;
}

@media print {
    .nonPrinting { 
		DISPLAY: none;
	}
}

/*** End PseudoButton ***/


/*** Sidebar ***/
#sidebar {
    position: fixed;
    width: 160px;
    left: 15px;
    top: 10px; /* was 100 */
    display: block;
    overflow: hidden;
    padding: 0.5em;
}

#sidebar h3 {
	margin: 0.1em;
	background-color: transparent;
	color: #f00;
	width: 100%;
}

#sidebar ul {

}

#sidebar li {
	list-style-type: circle;
	margin: 0.1em;
}

a {

}

#sidebar a {
	padding: 0.1em;
	text-decoration: none;
	display: block;
	width: 90%;
    border: 1px solid transparent;
    margin: 0.1em;
}

#sidebar a:hover {
}

#sidebar li a:hover {
}

h1, h2, h3, h4, h5 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.1em;/* was 1em */
	margin-bottom: 0.1em;/* was 1em */
	line-height: 1em;
}

h1 {
	margin-top: 0.2em;
	/*width: 15em;*/
	margin-bottom: 1em;
}

h2 {
	margin-top: 2em;
	width: 75%;	/* was 15em */
	padding: 1em;
}

li {
	margin-bottom: 1em;
}

.boxWrapper, .subTitleWrapper {
	text-align: center;
	margin: auto;
	/*padding: auto;*/
}

#content {
	margin-left: 175px;
}

.title {
	text-align: center;
}

.title p {
	text-align: center;
	margin: 3px;
	font-family: "Comic Sans MS", helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
}

#summary p {
	font-style: italic;
}

#summary p em {
	text-decoration: underline;
}

#labLink, #feedback, #results {
	text-align: center;
	border: 3px solid black;
	width: 75%;
	margin: auto;
	padding: 1em;
}

#labLink h2, #feedback h2 {
	background-color: transparent;
	margin: auto;
}

#feedback {
	margin-top: 5em;
}

#objectives {

}

#background {

}

#equipment ul {
	text-align: center;
	width: 80%;
}

#equipment ul li {
	display: inline;
	float: none;
	margin: 1em 1em;
}

#equipment ul li:before {
	content: "[\00A0";
}

#equipment ul li:after {
	content: "\00A0]";
}

#equipment li a {
    text-decoration: none;
}

#equipment li a:hover {
}

.protocol {
	border: 1px solid black;
	padding: 1em;
	margin-bottom: 1em;
}

.protocol li li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

.protocol table {
	border: 3px solid black;
	margin: auto;
}

.protocol table td {
	border: 1px solid black;
	padding: 0.2em 1em;
}

.protocol table th {
	border: 1px solid black;
	padding: 0.5em;
}

#discussion {
	
}

#references a{

}

#copyright {
	text-align: center;
	font-style: italic;
	font-size: 10pt;
	padding: 1em;
}

#bottomOfPage {
	margin-top: 20em;
}

/**** COLORS ****/

body {
	color: #300;
	background-color: #ffc;
}

#sidebar {
    background-color: #999;
}

#sidebar ul {
	background-color: #ffc;
}

#sidebar a {
	color: #300;
}

#sidebar a:hover {
	background-color: #ffa;
	color: #a00;
	border-color: #a00;
}

#sidebar li a:hover {
}

h2 {
	background-color: #999;
}

#labLink, #feedback, #results {
	background-color: #ffa;
	color: #a00;
	border-color: #a00;
}

#equipment li a:hover {
	background-color: #ffc;
    color: #800;
}

.protocol {
	background-color: #fff;
}

.protocol table {
	border-color: #300;
}

.protocol table th {
	border-color: black;
	background-color: #999;
}

.protocol table td {
	border-color: black;
}
