body {
	margin: 0;
	background: #fff;
}

hr {
	 height: 1px;
	 background: #000;
	 border: none;
}

body, table, textarea {
	font-family: "Trebuchet MS", serif;
	font-size: 10pt;
}

div.top {
	background-image: url(/images/TD_bar.jpg);
	background-repeat: repeat-x;
	height: 209px;
}

table.top {
	background-image: url(/images/TD_bar.jpg);
	background-repeat: repeat-x;
}

div.nav a {
	text-decoration: none;
}

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

div.description {
  font-size: 9pt;
}

a {
	color: #000;
}

a.title {
	color: #650000;
}

a.other_pages {
	color: #fff;
}

a:hover {
	color: #650000;
}

a.navsm {
  font-size: 9pt;
}

a.other_pages:hover {
	color: #fff;
	text-decoration: none;
}

div.nav {
	padding: 5px;
	padding-left: 15px;
	border-right: 1px solid #000;
	font-size: 12pt;
}

div.content {
  padding-left: 20px;
  padding-bottom: 15px;
	text-align: justify;
}

div.welcome1 {
	font-size: 15pt;
	color: #999;
	margin-bottom: -10px;
}

div.welcome2 {
	font-size: 20pt;
	color: #650000;
	text-align: left;
}

.grey, .gray {
	color: #999;
}

.biog {
  text-align: justify;
}

.pmg {
  font-size: 8px;
	margin: auto;
	text-align: center;
}

div.shadow {
	background-image: url(/images/shadow.png);
	height: 7px;
	background-repeat: repeat-x;
}

div.footer {
	font-size: 8pt;
	color: #aaa;
	text-align: left;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

div#sidebar {
  width: 140px;
	overflow: hidden;
}

div#sidebar li {
  list-style-type: none;
}
div#sidebar ul {
  margin-top: 0;
	margin-left: 0;
	padding-left: 3px;
}
div#sidebar h2 {
  margin: 0;
	font-weight: normal;
	font-size: 11pt;
}

div#sidebar {
  font-size: 9pt;
}

.required {
  color: #650000;
	font-style: italic;
}

.error {
  border: 1px solid #900;
	color: #900;
	padding: 10px;
	background: #ccc;
}

div.post {
  text-align: justify;
	padding-bottom: 15px;
}

body {
  background-image: url(/images/interface/bar.png);
	background-repeat: repeat-x;
	background-position: 0px 93px;
}
		
table.header, table.main {
  width: 950px;
}
		
table.header td.r {
  height: 94px;
	text-align: right;
}
		
table.header td.td {
  height: 147px;
}
		
table.header td.b {
  height: 53px;
	text-align: right;
	vertical-align: top;
}
		
table.main td {
  vertical-align: top;
}
		
table.main td.l {
  width: 165px;
}
		
table.main td.r {
  width: 175px;
}
		
table.main td.m {
  width: 610px;
}
		
table.main td.l div.menu,
table.main td.r div.extra {
	padding: 5px;
  padding-left: 10px;
	padding-right: 10px;
  font-size: 11pt;
}
		
table.main td.l div.menu {
	border-right: 1px solid #000;
}
		
table.main td.m div.padcontent {
  padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}
		
a.menu, div#sidebar a, h2 a {
  text-decoration: none;
}

a.menu:hover, a.menusm:hover, div#sidebar a:hover, h2 a:hover {
 	text-decoration: underline;
}

a {
 	color: #000;
}

a:hover {
  color: #650000;
}

a.menusm {
  font-size: 9pt;
  text-decoration: none;
}
		
.faint {
  color: #999;
}
		
div.sm {
  font-size: 7pt;
}

div.padcontent span.dash {
  display: none;
	visibility: hidden;
}

h2 {
  text-align: left;
}

#result_report, #other_pages {
  text-align: center;
	background: #650000;
	color: #fff;
	padding: 2px;
	margin-bottom: 10px;
}

form {
  margin: 0;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: white;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
	border-color: #BA0000;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

wp_page_numbers li.active_page a {
	border-color: #0075b8;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #BA0000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}

table.blog_cal {
  background-color: #650000;
  border: none;
  width: 574px;
  padding: 0px;
}

table.blog_cal th,
table.blog_cal td {
  background: #fff;
  color: #000;
  border: none;
  width: 82px;
  padding: 3px;
  vertical-align: top;
}

table.blog_cal td {
  height: 65px;
  text-align: left;
}

table.blog_cal th {
  font-weight: normal;
}

table.blog_cal td.blog_othermonth {
  color: #999;
}

table.blog_cal .blog_wkend {
  background-color: #eee;
}

div.blog_day {
  font-size: 8pt;
  text-align: right;
}

div.entry {
  width: 575px;
  overflow: hidden;
}


div.sub-page-menu {
  background: #eee;
  padding-left: 5px;
  padding-right: 5px;
}