﻿body {
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin-top: 0px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-color: #2C4786;
}
	
a {
	text-decoration: none;
}

a:hover {
	color: red;
}

.BannerContainer {
	width: 100%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}

.Banner {
	font-size: small;
	color: white;
	margin: 0 auto;
	width: 940px;
	height: 95px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4965a8;
}

.Banner a {
	color: yellow;
}

.BannerTitleText {
	font-size: xx-large;
	font-weight: bold;
	color: white;
}

.BannerTitleText a {
	color: white;
}

.BannerTitleText a:hover {
	color: yellow;
}

.Breadcrumbs {
	margin: 20px auto ;
	color: white;
	font-size: x-small;
	font-weight: normal;
}
	
.Breadcrumbs a {
	color: yellow;
}
	
.Breadcrumbs a:hover {
	color: yellow;
	text-decoration: underline;
}
	
.PageContainer {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	padding-top: 10px;
}

.NavigationCell {
	background-color: #4E70B3;
}

.NavigationContent {
	background-color: #4E70B3;
	margin-right: 10px;
	margin-left: 10px;
}

.NavigationText {
	color: white;
	font-size: medium;
	font-weight: bold;
}

.NavigationText a {
	color: white;
}

.NavigationText a:hover {
	color: yellow;
}

.NavigationTextIndented {
	color: white;
	font-size: medium;
	font-weight: bold;
	padding-left: 20px;
}

.NavigationTextIndented a {
	color: white;
}

.NavigationTextIndented a:hover {
	color: yellow;
}

.ContentContainer {
	float: right;
	width: 645px;
	padding-left: 10px;
	border-left: 1px solid #4965a8;
	padding-bottom: 10px;
}

.Middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
	padding: 10px 25px 25px 25px;
	background: white;
}

.Top {
	float: left;
	width: 100%;
	height: 15px;
	}

.Bottom {
	float: left;
	width: 100%;
	height: 15px;
	}
.AuthorText {
	font-size: medium;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	color: black;
}
.thumbnail {
	border-width: 1px;
	margin-right: 4px;
	border-color: #000000;
}
.archivelink {
	text-align: right;
}

.ContentTitleText {
	font-size: x-large;
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.SubTitleText {
	font-size: medium;
	font-weight: bold;
	color: black;
}

.TopLinkText {
	font-size: small;
	text-align: right;
}
.padding {
	margin-left: 5px;
	margin-right: 5px;
}
.SmallText {
	font-size: small;
}

