﻿body {
	font-size: small;
	font-family: arial, sans-serif;
	color: black;
}

table {
	border-collapse: collapse;
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

div.layout_quicklinks {
	width: 100%;
	text-align: right; 
	border-bottom: 2px solid black;
}

div.layout_titlebar {
	clear: both;
	border-top: 0px solid black;
	border-bottom: 2px solid black;
	background-image: url("/images/grayfade.gif");
	background-repeat: repeat-y;
}

	img.img_frontentrance {
		border-right: 2px solid black;
	}

div.layout_topmenu {
	background: black;
	color: white;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: larger;
}

	div.layout_topmenu a:link {
		color: white;
		text-decoration: none;
	}

	div.layout_topmenu a:visited {
		color: white;
		text-decoration: none;
	}

	div.layout_topmenu a:hover {
		color: red;
		text-decoration: none;
	}

	td.menu_active {
		color: black;
		background:  #c8c0cb;
		border-bottom: 1px solid white;
		border-top: 2px solid white;
		border-left: 2px solid white;
		border-right: 2px solid white;
	}

		span.span_menu_active a:link {
			color: black;
			text-decoration: none;
		}

		span.span_menu_active a:visited {
			color: black;
			text-decoration: none;
		}

	td.menu_inactive {
		border-bottom: 2px solid white;
		border-top: 0px solid white;
		border-left: 0px solid white;
		border-right: 0px solid white;
	}

div.layout_secondmenu {
	background: #c8c0cb;
	color: black;
	text-align: center;
	font-style: italic;
	border-bottom: 2px solid black;
	font-weight: normal;
	font-variant: small-caps;
	font-size: small;
}

	div.layout_secondmenu a:link {
		color: black;
		text-decoration: none;
	}

	div.layout_secondmenu a:visited {
		color: black;
		text-decoration: none;
	}

	div.layout_secondmenu a:hover {
		color: red;
		text-decoration: none;
	}

	td.layout_Secondmenu_notlast {
		border-right: 1px solid white;
		text-align: center;
	}

	td.layout_Secondmenu_last {
		border-right: 0px solid white;
		text-align: center;
	}


div.layout_content {
	padding: 8px;
	clear: both;
}

	div.breadcrumbs {
		font-variant: small-caps;
		font-style: italic;
		font-size: smaller;
	}

	div.page_title {
		color: #c8c0cb;
		color: black;
		font-weight: bold;
		font-variant: small-caps;
		font-size: x-large;
		text-shadow: black 3px 3px 3px;
		margin-bottom: 1em;
	}

	div.underlined_header {
		color: white;
		background-color: black;
		font-weight: bold;
		font-size: large;
		text-shadow: black 3px 3px 3px;
		margin-bottom: 1em;
		font-style: italic;
	}

	img.img_ad {
		border: 1px solid black;
		float: right;
		margin-left: 8px;
		margin-bottom: 8px;
		margin-right: 0px;
		margin-top: 0px;
		height: 250px;
		width: 300px;
	}

	table.stickies {
		width: 300px;
		background: yellow;
		float: right;
		border-left: 1px solid black;
		border-right: 1px solid black;
		margin-left: 8px;
		margin-bottom: 8px;
		margin-right: 0px;
		margin-top: 0px;
	}

		table.stickies th {
			border-top: 1px solid black;
			text-align: center;
			text-weight: bold;
			font-variant: small-caps;
		}

		table.stickies td {
			border-bottom: 1px solid black;
		}

	div.layout_insertpage {
	}

	th.contact {
		font-weight: bold;
		font-variant: small-caps;
		font-style: italic;
		text-align: right;
		vertical-align: top;
	}

	td.contact {
		text-align: left;
		vertical-align: top;
		border: 1px black dotted;
	}

	th.normal {
		font-weight: bold;
		font-variant: small-caps;
		font-style: italic;
		text-align: center;
		vertical-align: top;
	}

	td.normal {
		text-align: left;
		vertical-align: top;
		border: 1px black dotted;
	}

div.layout_footer {
	border-top: 2px solid black;
	text-align: center;
	vertical-align: top;
	clear: both;
}
