html,body{
      margin:0px;
      padding:0px;
      height:100%;          /*stretches table to 100% height*/
      border:none;
      background-color: #507A88;
}

table{ 
      margin-left: auto;    /*centers the table*/
      margin-right: auto;   /*centers the table*/
      width: 750px;
      border: 0px;
}

.spacingbg{                /* gold bg on both sides of the main table */
      background-image: url(../images/mountainback3.jpg);
      width: 2px;
}

.tablebg{                 /* darker blue bg on the center table cell, the main table */
      background-image: url(../images/mountainback.jpg);
      width: 746px;
      color:#FFFFFF;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
}

a:link{
    color: #66FFFF;
    }
	
a:visited {
    color: #66FFFF;
    }
		
a:hover {
    color: #CCFFFF;
	text-decoration: none;
    }
	
a:active {
    color: #66FFFF;
    }
	
.subheading{
    color:#CCFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: bold;
}
	
.disclaimer    /* disclaimer at the bottom */
{
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    }
	
.smallertext{
    color:#CCFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    }

.style1 {font-weight: bold}
.infotable {	width: 85%;
	color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: thin solid #CCFFFF;
	background-color: #2C6578;
}
.infotablerow {    background-color: #2C6578;
}
.infotablerow2 {    background-color: #507A88;
}

.reviewtable    /* table that holds our reviews or other text that needs a margin on both sides */
{
	width: 96%;
}