body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

div.top {
	display: table;
	width: 100%;
	background-color: #3A5E8C;
	color: white;
	border-bottom: 3px solid #F6D565;
	vertical-align: middle;
}

div.top h1, div.top h2, div.top a.logo {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 10px 0 10px 0;
}

div.top h1 {
	width: 100%;
	padding-left: 20px;
	color: #F6D565;
	font-size: 45px;
	letter-spacing: -0.5pt;
}

div.top h1 a {
	color: #F6D565;
	text-decoration: none;
}

div.top h2 {
	background-color: #294366;
	background-image: url('grad.png');
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 95px;
	padding-right: 17px;
	text-align: right;
	font-weight: normal;
	font-size: 25px;
	line-height: 29px;
}

div.top a.logo {
	width: 90px;
	background-color: #294366;
	padding-right: 13px;
}

div.top a.logo img {
	display: block;
	border: 0;
}

div.nav div.left a {
	margin-left: 10px;
	float: left;
}

div.nav div.right a {
	margin-right: 10px;
	float: right;
}

div.nav a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 10px 5px 10px;
	margin-bottom: 5px;
}

div.nav div.left a {
	color: #3A5E8C;
	background-color: #F6D565;
}
div.nav div.right a {
	font-weight: normal;
	color: white;
	background-color: #294366;
	padding-bottom: 3px;
}

div.nav div.right a.seq {
	background-color: transparent;
	font-weight: normal;
	padding: 2px 0 5px 10px;
	color: #294366;
}

div.nav a:hover {
	text-decoration: underline;
}

div.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 20px;
	clear: both;
}

div.content h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 10px;
	color: black;
	font-size: 25px;
}

div.content h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: black;
	font-size: 20px;
	padding-top: 10px;
}

div.content h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: black;
	font-size: 18px;
}

div.content a {
	color: #3A5E8C;
}

.content table {
}

td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color: #eee;
	text-align: left;
	vertical-align: top;
	font-size: 12pt;
	padding: 6px;
	border: 1px solid #ccc;
}

.content table th {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14pt;
	padding: 6px;
	background-color: #ddd;
	border: 1px solid #ccc;
}

.content table td.empty {
	background-color: transparent;
}

div.asd {
	font-weight: bold;
	font-size: 10pt;
	color: #294366;
	padding: 0;
	padding-top: 3px;
	line-height: 12pt;
}
div.asa {
	color: #888;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	padding: 0;
	padding-top: 3px;
}

.content table td.part {
	font-size: 13pt;
	font-weight: bold;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 8px;
}

.content table div.tit {
	font-size: 12pt;
	font-weight: bold;
	display: block;
}

.content table td.r {
	text-align: right;
}

.content table span.date {
	text-transform: uppercase;
	color: black;
	font-size: 11pt;
	display: block;
	font-weight: normal;
}

.content table span.who {
	color: black;
	font-weight: normal;
	font-size: 9pt;
}

.content table span.tag {
	display: none;
}

.content table div.due {
	padding-top: 5px;
	font-size: 11pt;
	color: #3A5E8C;
}

.content div.section {
	margin-right: 350px;
}

.content div.sidebar, .content div.news {
	font-size: 14px;
	line-height: 21px;
	width: 270px;
	float: right;
	border: 6px solid #ccc;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0px 20px;
	clear: right;
}

.content div.news {
	border: 6px solid #F6D565;
}

tr.deadlines td { padding: 0px 6px 9px 6px; }
tr.deadlines td { background-color: #ddd; }

