﻿body {
	 margin:0;
	 background-image:url('../images/rgbg.jpg');
     background-repeat:repeat-x;
     font-family: Arial, Helvetica, sans-serif;
     font-size:small;
}
A:link {
     text-decoration: none;
     color: #000000;
}
A:visited {
     text-decoration: none;
     color: #821915;
}
A:active { 
     text-decoration: none;
     color: #51775d;
}
A:hover {
     color: #51765d;
}
.navlist {
	text-align: right;
	margin-top: 40px;
}
#navlist li
{
     display: inline;
     list-style-type: none;
     padding-right: 10px;
}
.mainimage {
	 display: block;
	 margin-top: 40px;
	 height: 460px;
	 width: 100%;
	 background-image: url('../images/790-3_color.jpg');
	 background-color: #111111;
	 z-index:1;
}
.tooltips {
	 display: block;
	 text-align: left;
	 background-color: #FFFFFF;
}

.lowerbuttons {
	 width: 100%;
	 margin-top: -64px;
	 text-align: center;
}
.upperbuttons {
	 width: 100%;
	 margin-top: 500px;
	 text-align: center;
}

.footer {
	 font-size: x-small;
	 color: #646464;
	 text-align: center;
	 margin-top: 20px;
}
.pageContentEmbed 
{
    margin-top: 40px;
    background-color: White;
    width: 100%;
    height: 460px;
    border-bottom: solid 1px #646464;
}
.vivoxInstall
{
    margin-top: 40px;
    font-weight: bold;
    font-size: larger;
}
