* {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

p {
	margin-bottom: 18px;
}

#head {
	text-align: center;
	height: 108px;
	background: url(/static/img/cismlab2.gif) no-repeat left;
	position: fixed;
	top: 0;
	left: 0;
	width: 144px;
	height: 108px;
}


#head span {
	display: none;
}

#sidebar {
	position: fixed;
	left:  .5em;
	width: 15em;
	top: 108px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	font-size: 14px;
	margin-bottom: 18px;
}

#content {
	margin-left: 19.5em;
	margin-right: 2em;
	margin-top: 36px;
}

#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 6ex;
	color: #444;
	z-index: 100;
}

#loginout {
	font-size: 11px;
	line-height: 18px;
	border: 1px solid /*#007d48*/ #202020;
	padding: 4px;
	background: #e0e0e0;
	margin-top: 5px;
	margin-bottom: 23px;
}

#sidebar ul li:hover {
	background-color: #e0e0e0;
}

#sidebar ul li a {
	width: 100%;
	display: block;
}


body {
		background: url(../static/img/sfondolab.gif) no-repeat fixed right bottom;
	font: 12px "Lucida Grande", Helvetica, sans-serif;
	line-height: 18px;
}


h1 {
	font-size: 24px;
	
	line-height: 36px;
	color: #101010;
	margin-bottom: 18px;
}
h2, h2 a {
	font-size: 18px;
		color: #4682B4;
		line-height: 36px;
		margin-top: 0px;
	margin-bottom: 0px;
}

h3, h4 {
	line-height: 36px;
}

.hl {
	font-weight: bold;
	background-color: #d8d8d8;
}

a {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: bold;
}

dl dt {
	display: inline;
}

tr {
	line-height: 36px;
	height: 36px;
}

form {
	margin-bottom: 18px;
}

.error, .errorlist, .errorlist li {
	color: #ff3300;
	display: inline;
}

.hlbis, h4 {
	/*color: #4683B4;*/
	color: #315b7e;
}


table.signup td, table.signup th {
	border: dotted 1px;
	margin: 1px;
}

.introduction {
	font-size: 144%;
	line-height: 144%;
	font-weight: bold;
	margin: 5em;
	text-align: center;
	color: #4682B4;
}

.caps {
	font-size: 95%;
	}

.dquo {
	margin-left: -.5em;
	}

/* Only use the fancy ampersand in <h#> tags */
h1 .amp, h2 .amp, h3 .amp, h4 .amp, h5 .amp, h6 .amp {
	font-size: 1.0em;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif;
	font-style: italic;
	}

.red {
	color: #FF4500;
}

.redacronyms h3 b {
	color: #ff4500;
}

.commands {
	margin-left: 2em;
}

.surveyform tr td, .surveyform tr th {
	padding-top: 20px;
}

.surveyform tr th {
	width: 30em;
}
