body{
	margin: 0px;
	margin-top: 1em;
	padding: 0px;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: none;
}

.box {
	width: 80em;
	margin: 0px auto;
	padding: 0px;
	min-height: 40em;
	height: 100%;
	border-radius: 20px 15px;
	border: 1px solid black;
	overflow: hidden;
	padding-bottom: 1em;
}

.left{
	float: left;
	height: 100%;
	width: 18em;
}
.image {
	padding: 2em;
	padding-bottom: 0px;
}
img {
	border:0px;
}
#contact{
	padding: 1em;
}
.round_span {
	padding-top: 0.5em;
	margin: 0px;
	border-top: 1px solid black;
	border-top-right-radius: 15px;
}
#contact span{
	display: block;
	border-right: 1px solid black;
	padding-bottom: 0.5em;
	padding-right: 5px;
	padding-left: 1em;
}
#contact h3{
	padding: 0px;
	padding-left: 1em;
	margin: 0px;
}

.content {
	width: 60em;
	padding-left: 1em;
	padding-top: 1em;
	float: left;
	min-height: 30em;
	height: 100%;
	display: block;
}

.topmenu {
	background-color: #7EB3DB;
	font-size: 12pt;
	width: 100%;
	text-align: center;
}

a,a:visited {
	color: #3E739B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.menu, a.menu:visited {
	text-transform: uppercase;
	font-weight: bold;
	color: black;
	display: inline-block;
	width: 13.2em;
	text-align: center;
	border-bottom: 1px solid black;
}
a.menu_selected {
	text-transform: uppercase;
	display: inline-block;
	width: 13.2em;
	text-align: center;
	color: black;
	background-color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

a.menu:hover {
	background-color: #8EC3EB;
	text-decoration: none;
}

.title {
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 16pt;
	/*margin-top: 1em;*/
	text-align: center;
	color: white;
	background-color: black;
}

.small {
	width: 70em;
	padding-top: 0.2em;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
	margin: auto;
	float: bottom;
}

div {
	display: block;
}

/*
.rounded {
	border-radius: 20px 15px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	margin-top: 0.5em;
	background-color: #999999;
}

h2.round{
	padding: 0px;	
	padding-left: 1em;	
	margin: 0px;	
	margin-top: 0.5em;	
	font-size: 14pt;
}
*/
.details {
	background-color: white;
	padding: 1em;
	margin-top: 0px;
	border-right: 1px solid #AAAAAA;
}
h2{
	padding: 0px;
	padding-left: 0.2em;
	margin-bottom: 0px;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

.student {
	display: inline-block;
	padding:4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 3px;
	margin-right: 3px;
}

.bookimage {
	float: left;
	height: 152px;
	width: 12em;
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

.book{
	float: left;
	height: 152px;
	width: 45em;
	vertical-align: middle;
	border-top: 1px solid #AAAAAA;
}
.paper {
	display: block;
	padding: 0.2em;	
	margin-bottom: 5px;
	margin-top: 5px;
	border-left: 3px solid #8EC3EB;
}
.links {
	text-align: center;
}
a.link,a.link:visited {
	display: inline-block;
	width: 10em;
	text-align: center;
	padding: 3px;
	background-color: #7EB3DB;
	color: white;
}
a.link:hover {
	background-color: #3E739B;
	color: white;
	text-decoration: none;

}

ul {
	list-style-type: square;
	font-size: 11pt;
	line-height: 2em;
}

.top {
	display: inline-block;
	float: right;
	padding: 1em;
	
}
