body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-bottom: 50px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a {
	text-decoration: underline;
	color: #0000CC;
}
#navBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #FFCCCC;
	text-decoration: none;
	background-color: #990000;
	text-align: left;
	position: absolute;
	top: 100px;
	width: 770px;
	left: 10px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#navBar a{
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#leftCol {
	width: 170px;
	position: absolute;
	left: 10px;
	top: 150px;
}
#leftCol .textBlackBold, .textBlackBold:visited{	
	color: #333333;
	font-size: 85%;
	font-weight: bold;
}
#rightCol {
	width: 180px;
	position: absolute;
	left: 600px;
	top: 150px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	position: absolute;
	left: 190px;
	top: 150px;
	width: 400px;
}
#logoImage {
	top: 10px;
	left: 13px;
	width: 170px;
	height: 80px;
	position: absolute;
}
#logoText {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	top: 10px;
	left: 220px;
	width: 550px;
	height: 80px;
	position: absolute;
}
.borderRedLeft {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.borderRedRight {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.borderRedTop {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.borderRedBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.colBox {
	background-color: #EEECE1;
}
.bullets {
	background-image: url(images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.bullets, li {
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.subHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.quotedText {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #000000;
	text-align: justify;

}
.whiteTextRedBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.textBlack {
	color: #333333;
}
.textRed {
	color: #990000;
}
.textBlackBold {
	font-weight: bold;
	color: #333333;
}
.textRedBold {
	font-weight: bold;
	color: #990000;
}
.footerBanner {
	border: 2px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 10px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #990000;
	font-weight: bold;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #990000;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #990000;
	font-weight: bold;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #990000;
}
.demoVideo {
	padding: 10px;
	border: solid 1px #990000;
}