﻿body {
	background: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: 400;
	padding: 0 10px;
	line-height: 1.5em;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

/* tables */

table {
    width: 100%;
}

th {
    padding: 8px 10px;
    font-weight: 700;
    text-align: left;
}

table.agendaTbl th {
    border-bottom: 2px solid #a56e35;
}

table.agendaTbl td {
    border-bottom: 1px solid #C2C2C2;
}

td  {
    padding: 8px 10px;
    vertical-align: top;
}

.detailsTable table {
    width: 50%;
}

.AspNet-DataList table {
    width: 100%;
}

.AspNet-DataList td img {
    float: left;
    margin-right: 20px;
}

/* headings */

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

h3 {
    font-size: 14px;
    margin-bottom: 2px;
}

/* elements to hide */

#divTopLinks, #ulMainNav, #footer, #rightPanel, .headerNav, .nav, .breadCrumbs, .print, h3.cursor img, .twoColLeft, .threeColLeft, .AspNet-DataList td div a, input.button, #tvNav {
	display: none;
}

/* structural overrides */

#main {
	padding: 0 30px 75px;  /* bottom padding must be same height as the footer */
	margin: 0 auto; 
	width: 890px;
} 

#header {
    margin-bottom: 20px;
}

html, body, #wrap, form {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

div.content, .accordionTitle {
    line-height: 1.4em;
    margin-bottom: 10px;
}


