<style type="text/css">


html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, 
a {margin: 0; padding: 0; border: 0;} 

@viewport, @-ms-viewport
{zoom: 1.0;
width: extend-to-zoom}

img {max-width: 100%; height: auto;}


/*Code for link attributes*/

a:link 
{text-decoration: none;
background: rgb(145,186,246);
padding: 8px;
border-radius: 10px;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 1.15em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(9,46,67);}

a:visited 
{text-decoration: none;
background: rgb(145,186,246);
padding: 8px;
border-radius: 10px;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 1.15em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(35,26,101);}

a:hover 
{text-decoration: none;
background: rgb(166,209,209);
padding: 8px;
border: 1px solid rgb(84,130,179);
border-radius: 10px;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 1.15em;
font-family: "Book Antiqua", "Times Roman", serif;
color:rgb(63,44,155);}

a:active 
{text-decoration: none;
background: rgb(160,235,246);
padding: 8px;
border-radius: 10px;
font-weight: bold;
font-style: normal;
font-variant: small-caps;
font-size: 1.15em;
font-family: "Book Antiqua", "Times Roman", serif;
color:rgb(19,76,92);}





/*Code for text attributes*/

h1 {font-weight: bold;
font-style: normal;
font-size: 1.5em;
font-family: georgia, serif;
color: rgb(162,239,190);
padding-top: 20px;
text-align: center;}


h2 {font-weight: bold;
font-style: italic;
font-size: 1.3em;
font-family: georgia, serif;
color: rgb(162,239,190);
line-height: 1.5em;
text-align: center;}


h3 {font-weight: bold;
font-style: normal;
font-size: 1.25em;
font-family: georgia, serif;
color: rgb(174,220,190);
padding-top: 20px;
line-height: 1.5em;
text-align: center;}


h4 {font-weight: normal;
font-style: italic;
font-size: 1.05em;
font-family: georgia, serif;
color: rgb(162,239,190);
line-height: 1.25em;
text-align: center;}



blockquote
{background: rgb(42,38,94);
padding: 20px;}




.bold
{font-weight: bold;
font-style: normal;
font-size: 1.05em;}


.boldsm
{font-weight: bold;
font-style: normal;
font-size: .90em;}


.boldit
{font-weight: bold;
font-style: italic;
font-size: .95em;
line-height: 2em;}

.italic
{font-weight: normal;
font-style: italic;
font-size: 1em;}


.small
{font-weight: normal;
font-size: .85em;
font-family: tahoma, helvetica, sans-serif;}


.smallit
{font-weight: normal;
font-size: .85em;
font-style: italic;}

.prpsmit
{background: rgb(122,156,255);
font-weight: bold;
font-size: .65em;
font-style: italic;
color: rgb(50,17,76);}



/*Code for photo attributes*/


.photo1
{padding: 30px;
border: none;
float: left;}


.photo2
{padding: 50px;
border: none;
float: right;}




div.bflylistphotocap
{background: rgb(142,167,212);
padding: 20px;
border: none;
border-radius: 10px;
text-align: center;}

div.bflylistphotocap p
{font-size: 1em;
font-family: tahoma, helvetica, sans-serif;
color: rgb(7,17,46);
text-align: center;}




div.bflyphotocap3
{background: rgb(147,184,255);
padding: 20px;
border: none;
border-radius: 10px;
text-align: center;}

div.bflyphotocap3 p
{font-size: .95em;
font-style: italic;
font-family: "Times Roman", serif;
text-align: center;}



div.bflyphotocap4
{background: rgb(8,36,91);
padding: 30px;
border: none;
border-radius: 10px;
text-align: center;}

div.bflyphotocap4 p
{font-size: .95em;
font-style: italic;
font-family: "Times Roman", serif;
color: rgb(176,193,238);
text-align: center;}




/*Navigation Bar*/


/*Dropdown Button*/
.dropbtn 
{width: 250px;
background-color: rgb(166,209,209);
color: rgb(0,0,0);
padding: 20px;
font-size: 1em;
border: none;
cursor: pointer;}


/*The container <div> - needed to position the dropdown content*/
.dropdown
{position: relative;
float: left;}


/*Dropdown Content (Hidden by Default)*/
.dropdown-content 
{display: none;
position: absolute;
background-color: rgb(133,198,212);
font-family: verdana, helvetica, sans-serif;
font-size: 1em;
line-height: 1em;
color: rgb(0,0,0);
min-width: 250px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;}


/*Links inside the dropdown*/
.dropdown-content a 
{color: rgb(24,17,70);
padding: 12px 16px;
text-decoration: none;
display: block;}


/*Change color of dropdown links on hover*/

.dropdown-content a:hover 
{background-color: rgb(176,229,254);}

.dropdown-content a:active
{background: rgb(151,204,247);}


/*Show the dropdown menu on hover*/
.dropdown:hover .dropdown-content 
{display: block;}



/*Change the background color of the dropdown button when the dropdown content is shown*/
.dropdown:hover .dropbtn 
{background-color: rgb(153,205,203);}



#navspace
{width: 100%;
height: auto;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
clear: left;}



#spacer 
{width: 100%;
background: rgb(45,7,69);
border: none;}






/*Bird Guide*/

#guidecontents
{width: 95%;
height: auto;
background: rgb(48,100,127);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 5px;
border: 1px solid rgb(118,200,242);
position: relative;
text-align: center;}


#guidetitle
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background: rgb(142,167,212);
padding: 60px;
border-bottom: 10px solid rgb(118,200,242);
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.5em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(50,50,106);
text-align: left;}


#guidemain1
{width: 75%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background: rgb(214,225,230);
padding: 60px;
border: 1px solid rgb(118,200,242);
font-weight: normal;
font-style: normal;
font-size: 1.65em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(8,36,91);
text-align: left;}


#guidemain2
{width: 75%;
height: auto;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(214,225,230);
padding: 60px;
border: 1px solid rgb(118,200,242);
font-weight: normal;
font-style: normal;
font-size: 1.5em;
line-height: 1.65em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(8,36,91);
text-align: left;}



#guidelinks
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(154,167,212);
padding: 60px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(70,89,122);
text-align: left;}


#guidefooter 
{width: 75%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
background: rgb(154,214,245);
padding: 60px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(50,50,106);
line-height: 1em;
text-align: left;}



/*Where To Stay*/

#wheretocontents
{width: 90%;
height: auto;
background: rgb(48,100,127);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
padding: 5px;
border: 1px solid rgb(118,200,242);
position: relative;
text-align: center;}


#wheretotitle
{width: 85%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(154,167,212);
padding: 60px;
border-bottom: 10px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.5em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(50,50,106);
text-align: left;}


#wheretomain1
{width: 85%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(214,225,230);
padding: 60px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.65em;
line-height: 1.75em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(8,36,91);
text-align: left;}


#wheretomain2
{width: 85%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(214,225,230);
padding: 60px;
border-top: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(8,36,91);
text-align: left;}



#wheretolinks
{width: 85%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(154,167,212);
padding: 60px;
border-top: 2px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(70,89,122);
text-align: left;}





/*Butterfly Photo Index*/

#bflyphcontents
{width: 90%;
height: auto;
background: rgb(55,90,154);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
padding: 25px;
position: relative;
text-align: center;}


#bflyphtitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 1px solid rgb(50,50,106);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#bflyphmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding: 75px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 2.25em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: center;}


#bflyphlinks
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#bflyphfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Butterfly List*/

#bflylistcontents
{width: 90%;
height: auto;
background: rgb(176,193,238);
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
border: 1px solid rgb(23,23,126);
position: relative;
text-align: center;}


#bflylisttitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(71,95,167);
padding: 50px;
border: 1px solid rgb(23,44,174);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(201,214,237);
text-align: center;}


/*Heading may not be in use anywhere*/

#bflylistheading
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(187,207,246);
padding: 50px;
border: none;
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(23,23,126);
text-align: center;}



#bflylistmain1
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(187,207,246);
padding: 50px;
border: 1px solid rgb(23,44,174);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(42,37,73);
text-align: left;}


#bflylistmain2
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(187,207,246);
padding: 50px;
border: 1px solid rgb(23,44,174);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.75em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(42,37,73);
text-align: left;}



#bflylistmain3
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(187,207,246);
padding: 50px;
border: 1px solid rgb(23,44,174);
border-radius: 10px;
font-weight: normal;
font-style: italic;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(42,37,73);
text-align: left;}



#bflylistmain4
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(187,207,246);
padding: 50px;
border: 1px solid rgb(23,44,174);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(42,37,73);
text-align: left;}



#bflylistmain5
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(187,207,246);
padding: 50px;
border: 1px solid rgb(23,44,174);
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(42,37,73);
text-align: left;}



#bflylistlinks
{width: 80%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(173,190,246);
padding: 50px;
border: 1px solid rgb(23,44,174);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(50,50,106);
text-align: left;}


#bflylistfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(166,166,231);
padding: 40px;
border: 1px solid rgb(23,44,174);
border-radius: 10px;
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(23,23,126);
line-height: 1em;
text-align: left;}



/*Rare Butterflies*/


#rarebflycontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
padding: 25px;
position: relative;
text-align: center;}


#rarebflytitle
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
background: rgb(187,207,246);
padding: 50px;
border: 1px solid rgb(84,130,179);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.50em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(7,17,46);
text-align: center;}


#rarebflymain
{width: 85%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(187,207,246);
padding: 50px;
border: 1px solid rgb(84,130,179);
border-radius: 10px;
font-weight: normal;
font-style: normal;
font-size: 1.25em;
line-height: 1.65em;
font-family: tahoma, arial, helvetica, sans-serif;
color: rgb(7,17,46);
text-align: left;}


#rarebflylinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(187,207,246);
padding: 50px;
border: 1px solid rgb(84,130,179);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(50,50,106);
text-align: left;}


#rarebflyfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(190,224,255);
padding: 40px;
border: 1px solid rgb(84,130,179);
border-radius: 10px;
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(50,50,106);
line-height: 1em;
text-align: left;}





/*Blues*/

#bluescontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#bluestitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#bluesmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#blueslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#bluesfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Brushfoots*/

#brushfootscontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#brushfootstitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#brushfootsmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#brushfootslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#brushfootsfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Fritilleries and Longwings*/

#fritcontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#frittitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#fritmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#fritlinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#fritfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Hairstreaks*/

#hairstrkcontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#hairstrktitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#hairstrkmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#hairstrklinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#hairstrkfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}






/*Metalmarks*/

#mtlmrkcontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#mtlmrktitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#mtlmrkmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#mtlmrklinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#mtlmrkfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Monarchs*/

#monarchscontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#monarchstitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#monarchsmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#monarchslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#monarchsfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Patches, Crescents and Checkers*/

#crescentscontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#crescentstitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#crescentsmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#crescentslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#crescentsfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Satyrs*/

#satyrscontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#satyrstitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#satyrsmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#satyrslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#satyrsfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




/*Skippers*/

#skipperscontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#skipperstitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#skippersmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#skipperslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#skippersfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}






/*Snouts*/

#snoutscontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#snoutstitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#snoutsmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#snoutslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#snoutsfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}







/*Swallowtails*/

#swallowtlcontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#swallowtltitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#swallowtlmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#swallowtllinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#swallowtlfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}



/*Whites*/

#whitescontents
{width: 90%;
height: auto;
background: rgb(165,179,233);
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
padding: 25px;
border: 1px solid rgb(122,156,255);
position: relative;
text-align: center;}


#whitestitle
{width: 80%;
height: auto;
margin-left: auto;
margin-right: auto;
background: rgb(176,193,238);
padding: 50px;
border: 2px solid rgb(122,156,255);
border-radius: 10px;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-size: 2.25em;
line-height: 2em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#whitesmain
{width: 75%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(176,193,238);
padding-top: 15px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 75px;
border: 1px solid rgb(60,49,130);
font-weight: normal;
font-style: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(6,11,78);
text-align: center;}


#whiteslinks
{width: 85%;
height: auto;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: bold;
font-style: italic;
font-size: 1.25em;
line-height: 3.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
text-align: left;}


#whitesfooter 
{width: 50%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
background: rgb(181,197,252);
padding: 40px;
border: 1px solid rgb(50,50,106);
font-weight: normal;
font-style: normal;
font-size: .95em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(36,34,83);
line-height: 1em;
text-align: left;}




</style>