* { 
	padding: 0; 
	margin: 0; 
	border-width: 0
}

html, body {
	height: 100%;
	font-family: Georgia, Times New Roman, serif;
}

body {
	margin-left: 200px;
}

#nav {
	position: absolute;
	top: 0;
	left: 20px;
	width: 180px;
}

#nav ul{
	list-style: none;
}

#nav a {
	text-decoration: none;
	font-family: Arial, sans-serif;
}

#nav a:hover {
	text-decoration: underline;
}

#nav #powers {
	width: 85px;
	margin-top: 2em;
	margin-left: 1.5em;
	margin-right: auto;
}

li {
	margin-left: 1em;
}

h1, h2, h3 {
	margin-bottom: .5em;
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
	font-style: italic;
}

h3 {
	font-size: 115%;
}

p {
	margin-bottom: 1em;
}

div.text_block {
	width: 70%;
}

dd {
	margin-bottom: .5em;
}

div.clear, div.list {
	clear: both;
}

div.student_block {
	float: left;
	min-width: 14em;
	max-width: 270px;
	border: 1px dashed gray;
	padding: .5em;
	padding-bottom: 0;
	margin: .5em;
}

div.student_block dt {
	float: left;
	font-weight: bold;
	padding-right: 1em;
}

div.student_block dd {
	clear: right;
	margin-bottom: .5em;
}

div.student_block img {
	vertical-align: bottom; 
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

dl.student_block dd {
	margin-left: 5em;
}

.alert {
	color: red;
	background-color: transparent;
}

input, textarea, button, select { 
	margin: .1em;
	padding: .1em;
	border: 1px solid gray;
}

input[type="radio"] {
	border-width: 0;
}

textarea {
	width: 70%;
}
#tooltip{
background-color:#FFFFFF;
border:1px solid #666666;
color:#333333;
font:menu;
margin:0px;
padding:3px 5px;
position:absolute;
visibility:hidden;
width:auto;
}

#messages {
	color: red;
	font-style: italic;
}

#messages ul{
	list-style: none;
	margin-left: -1em;
}

div#loginBar {
	font-family: Arial, sans-serif;
	font-size: small;
	margin: 2em 0 0 0;
}
#loginForm input {
	width: 10em;
}
#loginForm {
	display: none;
}

div#searchBar {
	margin: 2em 0 0 0;
}
div#searchBar a {
	font-size: x-small;
}
div#searchBar input {
	width: 10em;
}

#photo_block {
	float: right;
}

#sort {
	text-align: right;
	margin: 0;
}

#sort span {
	margin: 0 .5em;
	padding: 2px 0;
	border-bottom: 1px solid black;
	cursor: pointer;
}

#sort span:hover {
	background-color: silver;
	border-bottom: 1px solid black;
}