﻿/* CSS layout */
}
#masthead {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}
#top_nav {
	vertical-align: middle;
	position: relative;
	top: 35px;
	font-size: medium;
	font-style: italic;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: bold;
	color: #3986C6;
	letter-spacing: 0.2em;
	left: 425px;
	line-height: normal;
	text-align: left;
	white-space: normal;
	word-spacing: normal;
}
#container {
	position: relative;
	width: 250px;
	height: auto;
}
#left_col {
	border: 0px none #333333;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #0630CB;
	line-height: 16pt;
	width: 145px;
	font-family: Verdana;
	text-decoration: none;
	text-indent: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#page_content {
	padding: 0px;
	margin: 0px 0px 5px 165px;
	list-style-position: inside;
	position: relative;
	width: 585px;
	background-color: #FFFFFF;
}
#footer {
	position: inherit;
	border-color: #6699FF;
	padding: 8px;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: 750px;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	border-top-style: groove;
	border-bottom-style: groove;
	height: 120px;
	top: 0px;
	background-color: #FFFFFF;
}
p {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
}
ul {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
}
li {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
	color: #000000;
}
/* td {
	border: 1px groove #CCCCCC;
	padding: 4px;
	border-collapse: collapse;
	border-spacing: 1px;
	empty-cells: show;
	table-layout: auto;
	border-bottom-width: 1px;
	background-color: #FFFFCC;
	
	font-size: small;
} */
h1 {
	font-size: large;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #3986C6;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #3986C6;
	text-align: left;
}
h3 {
	font-size: small;
	font-weight: bold;
	color: #3986C6;
}
h4 {
	font-size: small;
	font-weight: bold;
	color: #3986C6;
}
.Copyright {
	font-size: xx-small;
	color: #999999;
	text-align: right;
	width: 750px;
}
.Button {
	padding: 5px;
	margin: 0px;
	position: fixed;
	float: right;
	border-width: 0px;
	left: 540px;
	width: 200px;
	height: 40px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
/* Test Area */
/* We now revert to discreet single pixel horizontal borders to separate
   each entry.  If your table content is numerical data, you might want the
   vertical borders too, but I find it's visually more pleasing and easier to
   read online when there is plenty of padding instead of borders. 
   NOTE: we treat the headers and data cells the same here, visually it's clear
   enough (header text is bold) and does not affect screen-reader software */
/* We've given the table footer the same double border treatment for the
   same reason.  It also acts as a nice "end of table" indicator. It's 
   part of the data so we leave the text black. We also treat the header
   and data the same way. */
table {
	border-collapse: collapse;
	border-spacing: inherit;
	empty-cells: hide;
	table-layout: auto;
	margin-left: 5px;
	margin-right: 5px;
}
tbody {
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
th {
	border-style: double none double none;
	border-width: 3px 0px 3px 0px;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	padding: 10px 2px 10px 2px;
	background-color: #3986C6;
	color: #FFFFFF;
	text-align: left;
	font-variant: small-caps;
	letter-spacing: normal;
	font-size: medium;
	font-weight: bold;
	line-height: normal;
	vertical-align: middle;
}
tbody td + td {
	border: 1px groove #C0C0C0;
	padding-right: 16px; /* background: url(dlarrow.png) transparent no-repeat bottom right; */;
	color: #000000;
	font-variant: normal;
	font-size: small;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #FFFFFF;
}
tr li {
	/* background: url(dlarrow.png) transparent no-repeat bottom right; */;
	font-size: small;
	list-style-type: disc;
	list-style-position: outside;
}
body {
	margin: 0px;
	font-family: "font-family: Verdana", Tahoma, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
tbody td {
	border: 1px groove #C0C0C0;
	padding-right: 16px; /* background: url(dlarrow.png) transparent no-repeat bottom right; */;
	color: #000000;
	font-variant: normal;
	font-size: small;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}
.Image_Space {
	margin: 3px 0px 20px 15px;
	float: right;
	position: relative;
}
