/* @override http://tdic.dev/assets/site/css/print.css */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	width: auto;
   	background: white;
   	font-size: 12pt;
	color: #5e5d5e;
	line-height: 16pt;
}

#wrapper {
	border-top: 17px solid #92220b;
	margin-left: 150px;
}

#navigation, #mainLinks, #imageContainer, #sidebar, #searchBox, #siteInfo {
	display: none;
}

#siteTitle {
	width: 150px;
	height: 102px;
	float: left;
}

#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

h1 {
	margin: 50px 0 11px 0;
	color: #92220b;
	font-weight: bold;
	font-stretch: condensed;
	font-size: 19pt;
}

h2 {
	color: #5e5d5e;
	margin: 0.67em 0 6px;
}

h3 {
	color: #2d4e6a;
	margin: 0.83em 0 6px;
}

h4 {
	color: #2d4e6a;
	margin: 1em 0 6px;
}

p {
	font-size: 11pt;
	margin-bottom: 11px;
	line-height: 15pt;
}

dt {
	font-weight: bold;
	font-size: 12pt;
}

dd {
	font: 12pt/15pt "Times New Roman", Times, Georgia, serif;
	margin-bottom: 10px;
}

#content {
	width: 500px;
}

#content li {
	margin-left: 25px;
	margin-bottom: 5px;
	font-size: 11pt;
	line-height: 12pt;
	
}

#footer {
	margin: 50px 25px 0px 150px;
	clear: both;
	background-color: #92220b;
	color: white;
}



/* LINKS -------------------------------------------- */
a:link, a:visited {
	color: #e4780e;
}
/* TABLES -------------------------------- */
td {
	font: 10pt/12pt "Times New Roman", Times, Georgia, serif;
	padding: 0 10px 0 5px;
}

tr.heading {
	background-color: #7d7d7d;
}

tr.heading td {
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	border-style: none;
	border-bottom: 2px solid #5e5d5e;
}

tr.alt {
	background-color: #f1f2f2;
}

.tableA {
	border: 1px solid #5e5d5e;
	margin-bottom: 1em;
}

.tableA td {
	border: 1px solid #e6e6e6;
}

.tableB {
	border: 1px solid #7d7d7d;
}

.tableB td {
	padding: 5px;
	border: 1px solid #f1f2f2;
}

.tableB tr.heading {
	background-color: #e4780e;
}

.tableB tr.heading td {
	padding: 2px;
	color: #fff;
}

/* Calendar -------------------------------- */

.month td {
	vertical-align: text-top;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	color: #384955;
	height: 100px;
	border: 1px solid #d9dada;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	width: 100%;
	text-align: center;
	border: 1px solid #d9dada;
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
td.monthname {
	vertical-align: bottom;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	height: 40px;
}
td.dayname {
	width: 14%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #5e5d5e;
	color: #ffffff;
	padding: 3px 0;
	height: 20px;
}

