/* Body text and page background */
body{
          margin: 0px;
		  margin-top: 0px;
          padding: 0;
}

/* Style for main content column */
#main{
       margin: 1em;
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 10em;
}

/* Style for sidebar column */
#sidebar{
           float: left;
           display: inline;
           padding: 0;
           margin: 1em;
           width:8em;
            /* Total width is 10em */
}

#footer{
    clear: both;
    width: 100%;
}

/*Body Styles*/
body {
	background-color: #472500;
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td,th {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 margin-top: 0px;
	 color: #000000;
	 font-size: 9pt;
}

/*Subhead Style*/
.subhead {
	 font-family:"Trebuchet MS";
	 color: #ffffff;
	 font-style: oblique;
	 font-weight: bold;
	 font-size: 14pt;
}

/*Body Text Style*/
.bodytext {
	font-family:"Trebuchet MS";
}

/*Footer Text Style*/
.footer {
	font-family: "Trebuchet MS";
	font-size: 9pt;
}

/*Font Styles*/
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.verysmall {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	font-color: #eacc89;
}

.whitefont {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-color: #ffffff;
}
/*Hyperlink Style*/
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
 	color: #BF5209;
	text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #472500; 
	text-decoration:underline;
}

a.leftmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
 	color: #EDDDC8;
	text-decoration:none;
} 

a.leftmenu:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000; 
	text-decoration:underline;
}


/* Additional Link Style*/
a.green_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #f0e0cc;
	font-size: 9pt;
}

a.green_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #f0e0cc;
	font-size: 9pt;
}

/*Cell Roll Over Style*/
.tbl a {
	width:100%;
	padding: 3px;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tbl a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.rollover a {
	width:100%;
	background-color: #f2f971;
	text-align: left;
	text-decoration: none;
	color:#213B90;
}
.rollover a:hover {
	text-decoration: underline;
	background-color: #f2f971;
	color: #213B90;
}
.rollover ul {list-style-type: none;}
.rolllover p {margin:0px}

/*Border Solid or Dashed*/
.border_solid {
	border: 1px solid #000000;
}

.border_dashed {
	border: 1px dashed #000000;
}

/*Left or Right Border Style*/
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

/*Top or Bottom Border*/
.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5f471d;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f471d;
}

/*Collapse Table*/
table {
	border-collapse: collapse;
}

/*Hide Search Terms Style*/
.searchterms {
	display:none;
}

.breedheader {
	font-size:18px;
	color:#990000;
}
