﻿/* Main Page CSS */

html { 
	height: 100%;
	width: 100%; 
}

body { 
	height: 100%;
	margin: 0; 
	padding: 0; 
	background-image: url('../secondary/bg.png');
	background-color: #E8EEF4; 
	font-family: Arial, Helvetica, sans-serif, garamond;
	font-size: 75%;
	text-align: left;
	color: #808080;
}

img {
	border-width: 0px;
	border: 0;
}

td { 
	vertical-align: middle; 
}

.box {
	border-width: 0px;
	background-image: url('tableBG.png');
	background-repeat: no-repeat;
	background-position: inherit;
	vertical-align: top;
	height: 646px;
	width: 896px;
	margin-left:auto; 
	margin-right: auto;
}

.outer { 
	height: 100%;
	margin-left: auto; 
	margin-right: auto; 
}

.topSpace {
	width: 896px; 
	height: 34px;
	border: 0px;
}

.rightNav {
	width: 194px; 
	height: 44px;
	background-image: url('search/searchMain.png');
}

.search {
	width: 194px; 
	height: 44px;
	background-image: url('../search/searchMain.png');
	background-repeat: no-repeat;
	float: left;
	z-index: 2;
	position: inherit;
	vertical-align: top;
	margin-top: 0px;
}

.searchBox {
	position: static;
	margin-top: 9px;
	margin-left: 50px;
	float: left; 
	width: 138px;
	height: 24px;
	z-index: 14;
	background-color: white;
}

.bottomBoxes {
	width: 825px;
	vertical-align: top;
	white-space: nowrap;
	border: 0px; 
}

.bottomNav {
	height: 11px;
	border: 0px;
	vertical-align: top;	
}

.style1 {
	border-color: #c0c0c0;
	border-width: 0;
}

.bottom1 {
	width: 825px; 
	height: 69px;
	border-width: 0px;
	vertical-align: top;
}


/* Styles created by Garrett Gillas / The Hinmon Agency */
