body
{
	margin: 10px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: white;
}

a
{
	color: #09c;
	font-size: 11px;
	text-decoration: none;
}

a:link { color: #09c; }
a:visited { color: #07a; }
a:hover { color: #0EF;}

.sectionHeading
{
	background-color: #DEF;
	padding: 4px;
}

#Header
{
	margin: 0px 0px 0 0px;
	padding: 0px 0px 0px 0px;
	line-height: 11px;
	background-color: #FFFFFF;
	height: 74px;
}

#Footer
{
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-color: black;
	border-width: 1px 0px;
	line-height: 11px;
	background-color: #eee;
}

.Content
{
	margin: 10px 10px 0 10px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#NavMenu
{
	background: black;
	color: white;
	height: 18px;
	margin-top: 4px;
	padding-left: 4px;
	padding-top: 6px;
}

a.navitem { 
	background: black; 
	font-weight: bold;
}

a.navitem:visited { 
	color: red; 
}

a.navitem:link { 
	color: red; 
}

a.navitem:hover { 
	color: #FF0; 
}

.Heading {
	font-size: 16px;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: dotted;
}

.smalltext
{
	font-size: 9px;
}

.midLine {
	width: 75%;
	border-bottom: thin solid black;
	margin: 0px 10px 0px 10px;
}

.sscaption
{
	text-align: center;
}

img
{
	border: none;
}

.productcell
{
	padding-left: 40px;
	height: 78px;
	width: 360px;
	background-image: url(images/roundedbox.gif);
	background-repeat: no-repeat;
}

#TitlePageInfoBox
{
	float: left;
	width: 200px;
}

#TitlePageProductBox
{
	padding-left: 210px;
}

#DownloadBox, #InfoBox
{
	border: thin dotted black;
	padding: 4px;
}

#DonationBox
{
	border: thin dotted black;
	padding: 4px;
}

#RightBox
{
	width: 240px;
	/* border: thin dotted black; */
	float: right;
	padding: 4px;
}

#WhatsNewBox
{
	border: thin dotted black;
	padding: 4px;
}

#ProductBox
{
	margin-right: 260px;
}

#FeaturesBox, #ScreenShots
{
	margin-right: 260px;
}


