/******** ZERO OUT *********/

* {
	
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	text-decoration: none;

}



/******** PAGE-LEVEL *********/

body	
{
/*background: url('../Images/bkg-fade.jpg') no-repeat top center #715122;*/
background: url('../Images/backgrounds/diagonal_waves.png');
/*background-size: 100% auto;*/
margin: 0px;
}

#pagecenter
{
width: 825px;
margin: 0px auto;
}

#content
{
background-color: #DBdFB8;
width: 781px;
padding: 20px 20px 10px 20px;
min-height: 600px;
opacity:1;
margin-bottom: 65px;

border-right: 2px solid #404040;
border-left: 2px solid #404040;
border-bottom: 2px solid #404040;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

#content img.fullWidth
{
width: 775px;
}



/********* HEADER *********/

h1
{
text-align: center

}

#headerleft
{
margin: 20px 0px 10px 0px;
float: left;

}
#headerright
{
float: right;
text-align: right;
padding-top: 10px;
}
#headerleft h3
{
margin-bottom: 5px;
}

#headerleft a
{
color: #854e1d;
}


/********* BANNER *********/

#banner
{
clear: both;
color: #a00000;
background-color: white;
text-align: center;
width: 821px;
height:135px;
margin-top:20px;
border-top: 2px solid #404040;
border-right: 2px solid #404040;
border-left: 2px solid #404040;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

#banner h1
{
padding-top: 40px;
text-align:center;
font-family: georgia, garamond, serif;
font-variant: small-caps;
opacity:1;
height: 59px;

}
#navbar
{
clear: both;
/* border-top: 1px solid gray; */
padding: 7px 0px;
font-size: 120%;
/*background-color:black;*/
}



#navbar a#active
{
color: green;
}
#navbar a:link
{
color: #854e1d;
text-decoration: none;
}
#navbar a:hover
{
color: #854e1d;
text-decoration: none;
}
#navbar a:visited
{
color: #854e1d;
text-decoration: none;
}
#navbar p
{
display: inline;
padding: 0px 30px;
border-left: solid 1px gray;
}

#navbar p:first-of-type
{
border:none;
}








#iconList 
{

}

#iconList img
{
height: 32px;
width: auto;
}

/* FOOTER */

#copyright
{
color: #c0c000;
padding: 10px;
font-size: smaller;
}
#copyright a:link, #copyright a:visited
{
color: #c0c000;
text-decoration: underline;
}

/********* GLOBAL BODY STYLES *********/

#missionStatement
{
text-align:center;


text-shadow: 1px 5px 6px #602020;
}

#missionBox
{
height:40px;

width: 600px;
margin: 0px auto;
padding: 0px 20px 40px 20px;
border:2px solid;
border-style: outset;
border-radius:10px;
}



.title
{
color: #a00000;
font-variant: small-caps;
}
p a.player
{
text-decoration: none;
color: #006900;
cursor: pointer;
}
a:link
{
text-decoration: none;
color: #000069;
}

a:visited
{
text-decoration: none;
color: #0090b0;
}
a:hover
{
color: #0000b0;
}
#content h3, #content h4, #colright h3, #colright h4, #content h2
{
margin-top: 25px;
margin-bottom: 20px;
/*color: #a00000;*/
color: #a00000;
}
#content dt
{
margin-bottom: 10px;
}

p.footnote
{
font-size: smaller;
padding-top: 20px;
}






section
{
margin: 40px 0px;
}

figure
{
margin: 0px 0px;
}

h3 a
{
font-size:medium;

}

.item
{
border-bottom: 2px groove #e0e0e0;
}

.item:last-of-type
{
border-bottom: none;
}
h5.subhead
{
text-align: center;
margin: 0px;
padding: 10px 0px 15px 0px;
}
#content p, #content blockquote
{
margin: 15px 0px;

}

#content
{
font-family: Palatino Linotype
}



#content hr
{
color: #c8c8ff;
clear: both;
}

#content img
{
margin:2px;

}

input.jsListen
{
padding: 10px;
display: none;
}

noscript a
{
border: 1px solid #006900;
padding: 3px;
margin-left: 10px;
}

noscript
{
font-size: smaller;
}

.button:hover
{
cursor:pointer;
}

/********* COLUMNS *********/

#colleft
{
width: 390px;
}
#colright
{
float: right;
width: 390px;
}

#colleft dt, #colright dt
{
margin: 10px 0px;
}

ul.sub
{
font-size: smaller;
list-style-type: none;
margin-left: 15px;
}

ul.sub li
{
margin-left: 40px;
}

#colleft span, #colright span
{
font-size: smaller;
}

#colright ul, #colleft ul
{
margin: 15px 0px;
}

h3#first
{
margin-top: 15px;
margin-bottom: 30px;
}

/********* FOOTER ********/

ul.footer
{
text-align:justify;
width:100%;
margin-top: 25px;
}
ul.footer li
{
width:18%;
display: inline-block;
text-align:center;
text-indent:0px;
}


/********* FORMS *********/

fieldset
{
max-width: 385px;
border: 2px groove #c8c8ff;
background-color: #e9e9e9;
padding: 10px;
margin: 20px 0px;
}
legend
{
color: #a00000;
padding: 0px 5px;
margin: 0px 5px;
}


form input
{
margin: 10px 5px 0px 10px;
display: inline;
}
textarea
{
padding: 5px;
width: 350px;
height: 140px;
margin: 10px;
}
#formLast
{
width: 350px;
margin-left: 198px;
}