﻿
body
{
	background-image: url("../images/Background.gif");
	background-repeat:repeat-x;
	background-color: #282828;
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: Black;	
}

a img
{
	border: 0px;	
}

h1
{
	font-size: 12pt;
	margin: 0px;
}

h2
{
	font-size: 10pt;
	margin: 0px;	
}

h3
{
	font-size: 8pt;	
	margin: 0px;
	font-weight: normal;
}

hr
{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 1px solid #BBBBBB;
	height: 1px;
		
}
.MasterContainer
{
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 67px;	
}

.Toolbar
{
	height: 30px;
	background-image: url("../images/ToolbarBackground.gif");
	background-repeat: repeat-x;	
}

.Toolbar table
{
	height: 30px;	
}

.Toolbar a
{
	text-decoration: none;
	color: White;	
}

.Toolbar .Current
{
	background-image: url("../images/ToolbarSelectedBackground.gif");
	background-repeat: repeat-x;
	height: 30px;	
}

.Toolbar td
{	
	padding-right: 10px;
	padding-left: 10px;	
}

.Toolbar .CurrentWhite
{
	width: 1px;
	background-color: #747474;	
	padding: 0px;
}

.Toolbar .CurrentBlack
{
	width: 1px;
	background-color: #0E0E0E;	
	padding: 0px;
}

.Content
{
	padding: 20px 10px 10px 10px;	
	background-color: White;
	min-height: 500px;	
}

.ReflectMiddle
{
	height: 57px;
	background-image: url("../images/ReflectMiddle.gif");
	background-repeat: repeat-x;	
}

.ReflectLeft
{
	width: 7px;
	height: 57px;
	background-image: url("../images/ReflectLeft.gif");
	background-repeat: no-repeat;	
	float: left;
}

.ReflectRight
{
	width: 7px;
	height: 57px;
	background-image: url("../images/ReflectRight.gif");
	background-repeat: no-repeat;	
	float: right;
}

.HomeLeftBanner
{
	background-image: url("../images/HomeHighlight.gif");
	background-repeat: repeat-x;
	width: 272px;
	height: 290px;	
	float: left;
	margin-left: -10px;
	margin-top: -20px;
	margin-right: 10px;
}

.HomeLeftBannerLine
{
	background-image: url("../images/HomeHighlightLine.gif");
	background-repeat:no-repeat;
	background-position: right top;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	text-align: center;	
}

.HomeLeftBannerLine ul
{
	margin-top: 5px;
	list-style-image: url("../images/arrow.gif");	
	text-align: left;
	font-family: Arial, Verdana;
	font-size: 10pt;
}

.HomeLeftBannerLine li
{
	margin-bottom: 10px;
}

.Footer
{
	font-size: 8pt;
	padding-top: 15px;
	color: #A3A3A3;
}

.Footer a
{
	color: #A3A3A3;	
}

.VersionDownload
{
	margin-left: auto;
	margin-right: auto;
}

.VersionDownload td
{
	font-weight: bold;
		
}

.VersionDownload td+td
{
	font-weight: normal;
	padding-right: 45px;	
}

.VersionHistory td
{
	border-bottom: 1px solid #E2E2E2;		
	padding: 3px;
}

.VersionHistory .Current
{
	background-image: url("../images/VersionYellowBackground.gif");
	height: 22px;
	background-repeat: repeat-x;
	border: 1px solid #F9C885;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	
}
.VersionHistory .Old
{
	background-image: url("../images/VersionGrayBackground.gif");
	height: 22px;
	background-repeat: repeat-x;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;	
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

.Testimonials
{
	font-size: 8pt;	
	margin-top: 10px;
}

.Question
{
  color: #703820;	
  font-size: 12px;
  font-weight:bold;
}

.Answer
{
  color:#DDC975;
  font-size: 12px;	
}