﻿body
{
	/*This is a common CSS hack used because IE6 doesn't read CSS properly, this will center it for you in that browser.*/
	text-align: left;
}
#center
{
	margin-left: 0px;
	margin-right: 0px;
	width: 742px;
	text-align: left;
}
a>img
{
	border: none 0px white;
}
h1
{
	color: #4784c3;
	text-align: center;
	font-size: x-large;
}
h2
{
	padding-left: 15px;
	font-size: large;
}
h3
{
	color: #4784c3;
	padding-left: 15px;
	font-size: large;
}
h4
{
	color: #444444;
	padding-left: 15px;
	font-size: medium;
}
p
{
	text-align: justify;
	margin: 12px;
	line-height: 20px;
	font-size: inherit;
}
.MenuTable
{
	border: 1px;
	border-color: white;
}
.MenuHeader
{
	background-color: #dddddd;
	font-size: small;
	font-weight: bolder;
	text-align: left;
	padding-left: 15px;
	border: solid 1px #dddddd;
	border-right-color: White;
	border-bottom-color: White;
}
.MenuEntry
{
	background-color: #eeeeee;
	font-size: small;
	text-align: left;
	padding-left: 25px;
	border: solid 1px #eeeeee;
	border-right-color: White;
	border-bottom-color: White;
}
.MenuLink
{
	text-decoration: none; /*color: Black;*/
}
A.MenuLink:hover
{
	text-decoration: none; /*background-color: #053265; 	color: White;*/
}
A.MenuLink:visited
{
	text-decoration: none; /*color: White;*/
}
A.MenuLink:link
{
	text-decoration: none; /*color: White;*/
}
A.MenuLink:active
{
	text-decoration: none; /*color: White;*/
}
.ImageHeader
{
	width: 558px;
	border: none;
	float: right;
	margin-bottom: 25px;
	margin-right: 2px;
}
.GradientList
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url( ./Images/ListGradient.png );
	background-repeat: repeat-x;
	width: 550px;
}
.GradientDownload
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 100px;
	background-image: url( ./Images/ListGradient.png );
	background-repeat: repeat-x;
	width: 500px;
	margin-bottom: 50px;
}
.downloadImage
{
	float: right;
	margin-left: 20px;
}
.downloadHeader
{
	color: #4784c3;
	padding-left: 15px;
	font-size: larger;
	font-weight: 900;
}
.downloadBody
{
}
.downloadLink
{
	padding-left: 20px;
	margin-left: 10px;
	background-image: url( ./Downloads/Download.gif );
	background-repeat: no-repeat;
	background-position: left center;
	font-size: larger;
	text-decoration: none;
	color: #b3482a;
}
.downloadLink:hover
{
	text-decoration: underline overline;
	color: #b3482a;
}
ul
{
	font-size: small;
}
li
{
	list-style-image: url(./Images/plus.png);
}
.PartDiagram
{
	width: 200px;
	float: left;
	margin-right: 30px;
}

