﻿body {
	margin: 0px;
	background-color: #000060;
}
#header {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 99%;
	height: 175px;
	background-image: url('./suu_logo1.jpg');
	background-repeat: no-repeat;
}
#middle {
	border: medium solid #000000;
	background-color: #c0c0c0;
	position: relative;
	width: 99%;
}
#footer {
	background-color: #000060;
	color: #C0C0C0;
	text-align: center;
	height: 25px;
}
#content {
	margin: 0px 0px 0px 150px;
	padding: 10px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #000000;
	height: 1%;
	}
#nav {
	position: absolute;
	width: 150px;
	left: 0px;
}
#subheader {
	background-color: #FFC540;
	font-family: "Times New Roman", Times, serif;
	color: #000060;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	width: 99.5%;
}
.nameheader {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #000061;
	color: #FFFFFF;
	font-size: xx-large;
	font-style: normal;
	text-align: left;
    vertical-align:top;
	text-indent: 214px;
}
#nav a {
	padding: 10px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	fontsize: large;
	display: block;
	font-weight: bold;
}
