﻿body
{
	margin: 0px; 
	padding: 0px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 13px; /* Google ad font size */
	color: black;
	background-image:url('http://www.66pacific.com/test/images/lgrey011.jpg');
}
#divCenteredContainer /*container that holds everything else*/
{
	width: 990px;
	margin-left: auto; /* center container midscreen*/
	margin-right: auto; /* center container midscreen*/
	border: outset 2px Silver;
	background-color: white;
}
#divTitle
{
	width: 980px; /* width total 990 */
	padding: 5px;
	float: left;
	font-size: 25px;
}
#divDescription /* width total 990 */
{
	width: 980px; /* width total 990 */
	padding: 5px;
}
#divTableOfContents
{
	width: 200px; /* width total 210 */
	padding: 5px;
	float: left;
}
#divContent
{
	width: 658px; /* width total 658, but it takes up 660 with 2px border */
	border-left:solid 2px Gray;
	float: left; 
}
#divInputs  /* Content page level - width total 327 -- could actually be 329 but then it doesn't preview right */
{
    float:left;
    padding:5px;
    width: 317px; 
}
#divResults  /* Content page level - width total 327 -- could actually be 329 but then it doesn't preview right */
{
    float:left;
    padding:5px;
    width: 317px;
}

#divPad15
{
    padding-right:15px;
    padding-left:15px;
}

#divGoogleAd600x120 /* width total 120 */
{
	width: 120px;
	float: left;
}
#divFooter
{
	width: 980px; /* width total 990 */
	clear: both;
	padding:5px;
}
#divGoogleAd90x180 /* width total 190, height toal 100 */
{
    padding:5px;
}
#divWikipediaAd50xN /* height total 50 */
{
    height:36px; /* #content height = google_600x120 + wikipedia_ad */
    padding:7px;
}

/*** CLASSES ***/

.hr
{
	color: #0000FF;
}
.dataentry /* width total 300px */
{
	width: 300px;
	padding: 0px;
	text-align: left;
}
.h2
{
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 20px;
	color: green;
}

