/* basic elements */
body { 
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font: 11pt/17pt georgia; 
        color: #303030;
        background: #ffffff;
        background-image: URL(http://www.idlcoyote.com/images/bkground.jpg);
        background-repeat: repeat;
	margin: 0px; 
	}
p { 
	font: 11pt/17pt georgia; 
	margin-top: 5px; 
	text-align: justify;
	}

p.smallnotice {
        background: #f5f8ec;
        color: #800080;
        font-size: 11pt; 
 	padding-top: 15px; 
        padding-bottom: 20px
        }

h1 { 
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 5px; 
	color: #964f4f;
        line-height: 28pt;
        }

h2 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font: italic normal 12pt georgia; 
	font-weight: normal;
	letter-spacing: 1px;
  	color: #961E1E;
     }

h3 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font: italic normal 10pt georgia; 
	font-weight: normal;
	letter-spacing: 1px;
  	color: #961E1E;
      }

pre {
         margin-left: 3em;
         font-size: 10pt;
         background-color: #FFFFF0;
       }

blockquote{
         margin-left: 3em;
         padding-right: 1em;
         padding-left: 1em;
         background-color: #F0FFE0;
       }
LI { 
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font: 11pt/18pt georgia; 
	font-weight: normal;
	}


img#floatleft { padding-right: 10px}
img#floatright { padding-left: 10px}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #1F42EF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
        color: #964f4f;
	}
a:hover, a:active { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #8B0000;
	}

table {
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font: 11pt/17pt georgia; 
        color: #303030;
        background: #ffffff;
        background-image: URL(http://www.idlcoyote.com/images/bkground.jpg);
        background-repeat: repeat;
        padding: 1em;
       }

table.graphics {
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	font: 11pt/17pt georgia; 
        color: #303030;
        background: #ffffff;
        background-image: URL(http://www.idlcoyote.com/images/bkground.jpg);
        background-repeat: repeat;
        margin-right: auto;
        margin-left: auto;  
        margin-top: 1em;
        margin-bottom: 1em;
        border-style: ridge;
        border-color: #00A56B;
        padding: 1em;
       }


.caption {
        font-size: 10pt; 
        font-style: italic;
        font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
        color: #961E1E;
        }

.codecomment {
         color: #4169E1;
        }

.saletext {
        font-size: 8pt; 
        font-style: italic;
        font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
        color: #961E1E;
        }

/* specific divs */

#banner { 
        position: absolute; top: 0px; left: 0px;
	padding: 0px 0px 0px 0px;  
	margin-left: 40px; 
        margin-top: 10px;
	}

#banner2010 { 
        position: absolute; top: 25px; left: 45px;
	padding: 0px 0px 10px 0px;  
	margin: 0px; 

	}

#fullbanner2010 { 
        position: absolute; top: 0px; left: 10px;
	padding: 0px 0px 0px 0px;  
	margin: 0px; 
	}


#content { 
	padding: 150px 10px 0px 40px;  
	margin: 5px; 
        width: 70%;
	}

#fullcontent { 
	padding: 150px 10px 0px 10px;  
	margin: 5px; 
        width: 95%;
	}


#testimony { 
        position: relative;
	left: 40%;
        margin: 5px; 
        width: 40%;
        font-size: 9pt; 
        font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
        color: #00A56B;
	}


#sidepanel {position: absolute;
        top: 150px;
        left: 75%;
        width: 150px;
        margin-left: 0;
        margin-right: 0;
        }

#bookpanel {position: absolute;
        font-size: 8pt; 
        top: 145px;
        left: 80%;
        width: 250px;
        margin-left: 0;
        margin-right: 0;
        }

#endoftextad {
        position: relative;
        margin-top: 15px;
        width: 80%;
        margin-left: 0;
        margin-right: 0;
        }


#navigation { 
        position: absolute; top: 145px; 
	padding: 0px 0px 0px 15px;  
	margin: 0px; 
	}

#navigation a{
        display:block;
        }

#coyotelinks {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        }

#copyright {
	font: 9pt/14pt georgia; 
        position: relative;
   	color: #961E1E;
      }

#sig {
        font-size: 10pt; 
        font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
        font-style: italic;
  	color: #961E1E;
        text-align: right;
        margin-right: 20%
        }       

