.NavHeader {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	font-size: .6em;
	font-style: italic;
	text-align: right;
	color : "#756a47";
	font-family: "verdana";
	float: right;
}

.contactusfooter { 
	color: #756a47;
	font-size: .65em;
}

.contactusfooter  a { 
	color: #756a47;
	font-size: 1em;
}

.copyrightfooter { 
	color: #756a47;
	font-size: .65em;
}

.copyrightfooter  a { 
	color: #756a47;
	font-size: 1em;
}


#Content {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: #fff;
}


/* Navigation Bar */

table.navtable {
	border: 0;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;	
}

table.contenttable{
	border-color: #9b8c60;
	background: #fff;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;

}


#contenthead{
	border-color: #9b8c60;
	background: #fff;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;

}

td.mainnavOnFirstTab{
	text-align: center;
	vertical-align: middle;	
	background-image: url("/images/tab_on1.jpg"); 
	background-repeat: no-repeat;
	height: 25;
	width: 77;
}

td.mainnavOn{
	text-align: center;
	vertical-align: middle;	
	background-image: url("/images/tab_on.jpg"); 
	background-repeat: no-repeat;
	height: 25;
	width: 77;
}

td.mainnav{
	text-align: center;
	vertical-align: middle;
	background-image: url("/images/tab_off.jpg"); 
	background-repeat: no-repeat;
	height: 25;	
	width: 77;
}


a.mainnav {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; }

a.mainnav:link { color: #756a47; }
a.mainnav:visited { color: #756a47; }
a.mainnav:hover { color: #fff; }

a.mainnavOn {
	font-size: 12px;
	color: #600;
	font-weight: bold;
	text-decoration: none; }

a.mainnavOn:link { color: #600; }
a.mainnavOn:visited { color: #600; }
a.mainnavOn:hover { color: #600; }

a.mainnavOnFirstTab {
	font-size:12px;
	color: #600;
	font-weight: bold;
	text-decoration: none; }

a.mainnavOnFirstTab:link { color: #600; }
a.mainnavOnFirstTab:visited { color: #600; }
a.mainnavOnFirstTab:hover { color: #600; }








body { font-family: verdana, "Lucida Grande", verdana, arial; background-color: #d0c6a9; }



/* 
   ****************************
   Begin General
   ****************************

body { margin-top: 14px; text-align: center; font-family: verdana, "Lucida Grande", verdana, arial; background-color: #d0c6a9; }


h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
}

h2 {
	font-size: #14px;
	font-weight: bold;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}



th {
	font-weight: bold;
}

	
ol {
	margin: 0px 0px 10px 8px;
	padding: 0px 0px 20px 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px; }
	
ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 15px;
}

li {
	font-size: 12px;
	padding: 0 0 7px 0;
	line-height: 15px;
	font-weight: normal;
	color: #000; }
	
a {	
	text-decoration: underline; 
}

a:link { color: blue; }
a:visited { color: purple; } 
a:hover { color: #ffffff;  }
	 */
/* 
   ****************************
   End General
   ****************************
 */

 /* Outer bounding box for all pages */
#Container {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 726px;
	text-align: left;	
}

#FooterContainer {
	margin: 20px auto 0px auto;
	padding: 0;
	width: 726px;
	text-align: left;
}

 
/* 
   ****************************
   Begin Navigation Styles
   ****************************
 */
/* Header */
	
	
/* Footer */
#NavFooter {
	padding: 0;
	text-align: left;
	font-weight: normal;
	color: gray;
	font-size: .7em;
}



/* 
   ****************************
   End Navigation
   ****************************
 */

 
 
 #Copyright {
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: gray;
	font-size: .6em;
	text-decoration: none;
}

#Copyright a {
	color: gray; 
	
}


	
/* Left side text */
.Sidebar {
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
	height: auto;
	width: 200px; }
	

div.Sidebar h2 {
	font-size: 1.15em;	
	margin: 0px 0px 0px 0px;
	font-weight: bold;	
	color: #fff;
}


div.Sidebar p {
	font-size: .9em;	
	font-weight: bold;
	line-height: 1.25em;
	color: #fff;
}

div.Sidebar a {
	font-size: .85em;	
	font-weight: normal;
	text-decoration: none;
	margin: 0px 5px;
	color: #fff;
	
}

div.Sidebar a:visited{
	color: #fff;
}

div.Sidebar a:hover {
	text-decoration:underline;
	color: #ffcc33;	
}

table.inputform {
  background-color: #EBEBEB;
  font-size: 1em;
  padding: 20px 20px 20px 20px 20px;
}

table.inputform td {
	font-size: 11px;
	font-weight: normal;
}

table.inputform th {
	font-size: 11px;
	font-weight: bold;
}

table.admintable {
  background-color: #EBEBEB;
  font-size: 1em;
  border:0;
  padding: 20px 20px 20px 20px 20px;
}

table.admintable td {
	font-size: 11px;
	font-weight: normal;
}

table.admintable th {
	font-size: 11px;
	font-weight: bold;
}


table.comparisonchart {
  background-color: #EBEBEB;
  font-size: 1em;
  border: 0px;
  padding: 20px 20px 20px 20px 20px;
}

table.comparisonchart td {
	font-size: 11px;
	font-weight: normal;
}

table.comparisonchart th {
	font-size: 11px;
	font-weight: bold;
}


table.customerquotes td {
	font-size: 11px;

	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	
}


.SpacerClearRight { clear: right; font-size:1px; }
.SpacerClearLeft { clear: left; font-size:14px; }



.highlight { background-color: #ffc; }
.redbold { font-weight: bold; color: red;}
.smalltext { font-weight: normal; color: gray; font-size: .8em}

.quote { font-style: italic; font-family: Arial; font-size: 1em;}
.quotename { font-weight: bold; font-family: Arial; font-size: 1em;}





#Content h1 {
	font-size: .95em;
	color: navy;
	font-weight: bold;
	line-height: 1em;	
	padding: 5px 0px 0px 0px;
}



.contentdetail {
	font-size: .8em;	
	line-height: 1.5em;
	color: black;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}


.contentdetail li, ol{
	font-size: 1em;	
	line-height: 1.25em;
	color: black;
	font-weight: normal;
	padding: 0px 0px 0px 0px;		
	margin: 0px 0px 0px 0px;	
}


.whycattlemax {
	font-size: .8em;	
	line-height: 1.5em;
	color: black;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

.whycattlemax li, ol{
	font-size: .9em;	
	line-height: 1.25em;
	color: black;
	font-weight: normal;
	padding: 0px 0px 10px 0px;		
	margin: 0px 0px 0px 30px;	
}



.contenthead {
	font-size: 1em;
	color: black;
	font-weight: bold;
	padding: 0px 0px 0px 0px;	
}

.contentheadcenter{
	font-size: 1em;
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 0px 0px;	
}
