﻿body
{
	font-family: Calibri;
}
#MasterHeader
{
	width: 100%;
	height: 100px;
	text-align: center;
	background-image: url(                 '/images/NetdonkeyHeaderFill.jpg' );
	background-repeat: repeat;
}
#MasterFooter
{
	width: 100%;
	height: 40px;
	background-image: url(                 '/images/NetdonkeyFooterFill.jpg' );
	background-repeat: repeat;
}
#MasterCredits
{
	font-size: x-small;
	text-align: center;
}
#ContentArea
{
	width: 960px;
	min-height: 400px;
	max-height: 580px;
	margin-left: auto;
	margin-right: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	overflow: auto;
}
#MasterNavBar
{
	position: relative;
	width: auto;
	text-align: center;
	overflow: auto;
	list-style-type: none;
	padding: 2px 10px 2 px 7%;
	margin: auto;
	background-color: #6666cc;
}
#MasterNavBar li
{
	color: Black;
	list-style: none;
	display: inline;
	width: auto;
	font-variant: small-caps;
	border-width: 1px;
	border-style: none solid none none;
	text-decoration: none;
	border-color: #e0e0e0;
	padding: 0px 5px 0px 5px;
	background-color: #6666cc;
	font-weight: bold;
}
#MasterNavBar li:hover
{
	color: #6666cc;
	font-weight: bold;
	background-color: #FFFFFF;
}
#MasterNavBar a:link, #MasterNavBar a:visited
{
	color: black;
	text-decoration: none;
}
.newsitem
{
	clear: both;
	widows: 100%;
}
.newsdate
{
	float: right;
}
.headline
{
	float: left;
}
.news
{
	clear: both;
	width: 80%;
}
.product
{
}
.product a, .product a:link, .product a:visited, .product a:hover
{
	color: Black;
	text-decoration: none;
}
.productDownload
{
	text-align: right;
	width: 100%;
}
.productDownload a, .productDownload a:link, .productDownload a:visited
{
	text-decoration: underline;
	color: Blue;
}
.sectionHeader
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.purchase
{
	padding: 1em;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.project
{
	font-style: oblique;
	font-weight: bold;
}
.projectDesc, .projectDesc p
{
	font-style: normal;
	font-weight: normal;
	text-indent: 2em;
}
.docProductDoc
{
	clear: both;
	padding: 1em;
	float: left;
}
.docProductDoc p
{
	clear: both;
}
.docProductDoc img
{
	float: right;
	padding: 1em;
	clear: right;
}
.websiteDevelopment
{
	clear: both;
}
