body {
	background: url(images/diamond.jpg);
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Verdana , Trebuchet MS, Helvetica, sans-serif;	
	}

.tablebg {
	background: #FCFCFC url(images/index_08.jpg) no-repeat top;
	}
	
/*  INDEX NAV -----------------------------------*/
	
	/* may be obsolete */
	
#indexnav {
	background: #FF3000;
	display: block;
	width: 447px;
	position: relative;
	left:0px;
	top:65px;
	text-align: center;
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	padding: 0px 0px 3px 0px;
	}

#indexnav li {
	list-style: none;
	display: inline;
	}

#indexnav a {
	font-family: ITC Officina Sans, Verdana , Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 16pt;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 3px 6px 3px;
	
	}

#indexnav a:hover, #indexnav a:active {
	background: #ffffff;
	color: #EC1C20;
	}

	
/* SUB NAV -----------------------------------*/

/* changes as of july 23: 
	subnav - width used tobe 655 with left of 55px and padding 1px 0px 0px 0px.
	subnav a - font size was 11px */

#subnav {
	background: #FFFFFF;
	display: block;
	border: 1px #7A90B5 solid;
	padding: 1px 0px 1px 0px;
	width: 680px;
	position: relative;
	left:30px;
	top:-4px;
	text-align: center;
	margin:0;
	}

#subnav li {
	list-style: none;
	display: inline;
	}

#subnav a {
	font-family: ITC Officina Sans, Verdana , Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16pt;
	text-decoration: none;
	color: 2C3A62;
	font-weight: bold;
	font-variant:small-caps;
	padding: 5px 3px 4px 3px;
	}

#subnav a:hover, #subnav a:active {
	background: #D4E4F1;
	}

/* TEXT FORMATTING ---------------------------*/

#titlesmall, #title, #titleboxes, #titleboxesblue, #titlebig {
	font-family: Arial, Verdana , Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	}

#titlesmall {
	font-size: 12px;
	color: #005DA7;
	padding-left:15px;
	}

#title {
	font-size: 18px;
	color: #005DA7;
	padding-left:15px;
	}
	
#titleboxes {
	font-size: 16px;
	color: #ffffff;
	padding-left:0px;
	}
	
#titleboxesblue {
	font-size: 16px;
	color: #005DA7;
	padding-left:0px;
	}
	
#titlebig {
	font-size: 30px;
	color: #005DA7;
	font-weight: bolder;
	line-height: 25px;
	text-transform:uppercase;
	}

p, center, td, tr, ul li, ol li, li {
	font-size: 13px;
	}

p {
	padding: 0px 10px 0px 10px;
	}

#customer {
	font-size: 11px;
	color: #7A7458;
	}

#bold {
	font-weight: bold;
	}

#bluebold {
	font-weight: bold;
	color: #005DA7;
	}

.tablecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#i
	{font-style:italic;}

#red {color:#FF0000;}
	
/* IE HACKS ----------------------------------*/

* html #indexnav a {
	height:20px;
	padding: 2px 3px 2px 3px;
	}
	
* html #subnav {
	padding: 0px;
	}
	
* html #subnav a {
	padding: 6px 3px 4px 3px;
	}
