﻿/* CSS layout */
#masthead {
	margin-left: auto;
}
#top_nav {
}
#page_content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 10px;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 800px;
}
#footer {
}
body, p.menutitle {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Georgia, Garamond, Georgia, serif;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px #E0E0E0 solid;
	line-height: 120%;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, Garamond, Georgia, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #39639D;
	text-decoration: none;
}
h3 {
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 0px;
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
p {
	line-height: 130%;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #DA1F28;
}
a:hover {
	text-decoration: underline;
}
td {
	vertical-align: top;
}
td.title, td.tagline {
	width: 800px;
	padding-left: 100px;
	padding-left: 5px;
	border-right: none;
}
td.tagline {
	height: 25px;
}
td.menuNormal {
	width: 180px;
}
table.menu {
	width: 179px;
}
.title, .title_side {
	background-color: #39639D;
	vertical-align: bottom;
	border-bottom: solid 3px #39639D;
}
.menuTop, .menu_side {
	background-image: url('bg_menu.png');
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.tagline, .tagline_side {
	background-image: url('bg_tagline.png');
	line-height: 10px;
}
p.menutitle {
	font-weight: bold;
	padding: 7px 6px 6px 6px;
	margin: 0px;
	cursor: pointer;
	line-height: 100%;
}
table.navbar {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 25px;
}
table.menu {
	margin: 0px;
	padding: 0px;
}
td.menuNormal {
	padding: 0px;
}
td.menuHover {
	padding: 0px;
	border: 0px;
	color: black;
}
div.menuNormal {
	display: none;
	position: static;
}
div.menuHover {
	border: solid 1px black;
	background-color: white;
	display: inline;
	position: absolute;
}
a.menuitem {
	padding: 4px 2px 4px 6px;
}
a.menuitem:link {
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
}
a.menuitem:visited {
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
}
a.menuitem:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
	background-color: #DEF5FA;
	display: block;
}
a.menuitem:active {
	text-decoration: none;
	color: black;
	background-color: #DEF5FA;
	display: block;
}
.infotable {
	color: #404040;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
.infotable_header {
	color: black;
	font-weight: bold;
}
.infobox {
	background-color: #F0F0F0;
	padding: 6px;
	border: 1px solid #E0E0E0;
}
#menu2, #menu3, #menu4 {
	border-left: dotted 1px black;
}
li {
	list-style-type: square;
}
fieldset, form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
table.tlp-table {
	width: 100%;
	background-color: #F0F0F0;
	border: 1px solid #E0E0E0;
	padding: 10px;
	border-collapse: separate;
}
select, input {
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img.tlp-icon {
	padding-right: 5px;
}
td.gtbl, td.gtbr, td.gttl, td.gttr {
	border: 10px solid #F0F0F0;
}
td.gttl, td.gtbl {
	border-right: 0px;
}
td.gtbl {
	padding-left: 25px;
	border-top: none;
}
td.gtbr {
	padding-right: 20px;
	border-top: none;
	text-align: right;
}
input.tlp-input {
	width: 325px;
}
#ftime, #fdate {
	width: 120px;
	padding-left: 5px;
}
.strike-through {
	text-decoration: line-through;
}

