#mainframe {
	min-height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.highlight {
	font-weight: bold;
	color: #D20000;
}

* html #mainframe {
  height: 100%
} 
 
#titlebar {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EDEDED;
	text-align: right;
}

#productbar {
	background-color: #D0D0D0;
	border-top: 1px solid #666666;
	border-right: #666666;
	border-bottom: 1px solid #666666;
	border-left: #666666;
	padding: 2px 0px 3px;
	height: 30px;
	width: 100%;
}
.producticons {
	margin-left: 30px;
}
#content {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

#footer {
	height: 20px;
	width: 100%;
	background-color: #EBEBEB;
	padding: 0px;
	margin: -21px 0px 0px;
	border-top: 1px solid #999999;
}
p {
	margin: 0px;
	padding: 0px 5px;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.privacy {
	text-align: right;
}

.copyright {
	font-size: x-small;
	font-weight: bold;
	padding: 0px;
}


.menulinks {
	font-weight: bold;
}




body {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: medium;
}
#productsubmenu {
	background-color: #505070;
	padding-right: 20px;
	padding-left: 60px;
}
.submenu {
	font-weight: bold;
	color: #E2E1FF;
}
h2 {
	background-color: #EEEEFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 16px;
	border-top: thin solid #BBBBCC;
	border-bottom: thin solid #BBBBCC;
}
.question {
	margin-top: 12px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #876D47;
}

.titleimage {
	clear: left;
	float: left;
}
.leftimage {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
h4 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding-left: 10px;
	margin-bottom: 5px;
}


h3 {
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #EEEEF4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h1 {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 28px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #EEEEFF;
	color: #666666;
}
.news {
	padding: 0px 20px 0px 110px;
	text-indent: -95px;
}
.linktable {
	background-color: #EEEEEE;
}
.linktable td {
	border: 1px solid #FFFFFF;
}

.linkrow {
	background-color: #E0DFE3;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
}
a:link {
	text-decoration: none;
	color: #1F70AB;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

a:hover {
	color: #3D84DA;
	text-decoration: underline;
}
a:visited {
	color: #386694;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
ul {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 36px;
}
ol {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 36px;
}
.centeredimage {
	text-align: center;
}
#productsubmenu a:link {
	color: #EFEFFF;
}
#productsubmenu a:visited {
	color: #EFEFFF;
}
#productsubmenu a:hover {
	color: #DFEEFF;
	text-decoration: underline;
}


.featurestable {
	padding: 5px;
}
.featurestable td {
	padding: 5px;
	vertical-align: top;
}
.testimonials {
	font-style: italic;
}
.trophytable {
	background-color: #EFEFFF;
}
.trophytable th {
	font-size: small;
	font-weight: bold;
	color: #000000;
	background-color: #C1C4D7;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.trophytable td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin: 1px;
}

.trophyodd {
	background-color: #EFEFF8;
}
.trophyeven {
	background-color: #E0E0E8;
}
