@charset "utf-8";
/* CSS Document */

header {
	border:#736f70 3px solid;
	border-radius: 15px 15px 0px 0px;
	width: 800px;
	padding: 10px;
	margin: auto;
	margin-top: 5px;
	background-color: #FFF;

}

body {
	font-family: Helvetica, sans-serif;
	width: 825px;
	margin: auto;
	background-color: #9d2125;
}

nav {
	width: 860px;
	float: left;
	margin-top: -18px;
	margin-left: -37px;
	}

nav ul {
	list-style-type: none;
	
	line-height: 3em;
	
	
}

nav ul li {
	display: block;
	width: 20%;
	background-color: #151e42;
	float: left;
	text-align: center;
	
	}
	
	nav ul li a {
	text-decoration: none;
	color:#FFF;
	font-weight: bold;	
	}
	
nav ul li:hover{
	background-color: #616082;
	
}




section {
	background-color: #fff;
	border:#736f70 3px solid;
	
}

.content {
	width: 600px;
	margin: auto;
	padding: 10px;
	margin-top: 30px;
}

.tableoverflow {
	height: 300px;
	overflow: auto;
	width: 350px;
	margin: auto;
}


table {
	border: 3px outset #151e42;
	padding: 10px;
	border-collapse: collapse;
	font-size: 85%;
	margin-right: 5px;
	
	
}


 td {
	border: 1px outset #151e42;
	padding: 5px;
	border-collapse: collapse;
}

 th {
	border: 2px outset #151e42;
	padding: 10px;
	border-collapse: collapse;
}

.tabletitle {
	background-color: #616082;
	color: #FFF;
	font-size:large;
}
	
	
	
 td:last-of-type {
	text-align: right;
}

.table1 tbody tr td:first-of-type {
	text-align: center;
}






.rowspancolumn {
	text-align: center;
}

ul {
	list-style-type:square;
}

p {
	text-indent: 5px;
}

.content h4 {
	text-align: center;
}

