* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

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

#main {
	border-top: 17px solid #2d4e6a;
	margin-left: 150px;
}

#sidebar, #navigation, #innerHeader, #siteInfo, hr, img.intro-img, td.datepicker {
	display: none;
}

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

span#logo {
	display: none;
}

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

h1 {
	margin-top: 60px;
	color: #e4780e;
	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: 12pt;
}

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

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



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

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

/* LINKS -------------------------------------------- */
a:link, a:visited {
	color: #e4780e;
}

/* The following displays the address of links when printing from supported browsers 

#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
	font-style: italic;
}
#main a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
*/   
/* Tables ------------------------------------------- */
/* 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;
}

