@charset "UTF-8";
/* CSS Document */

body {margin:0px; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#444; font-size: 1em; line-height: 140%; background:url(bg.jpg) no-repeat 50% 50% fixed; background-size: cover; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover;}

#content {width: 80%; margin: 0 auto; background-color:#fff; padding: 20px; border-top: 5px solid #bf2e1a; margin-top: 10px;}

#special {width: 95%; margin: 0 auto; background-color:#fff; padding: 10px; border: 2px dashed #017a55;}

#header {float: right; width: 100%; height: 25px; background-color:#333; font-size: 83%; color: #ccc; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; text-align:center; font-style:italic; padding-top: 6px;}

blockquote {border: 1px solid #bf2e1a; margin:0; padding-top: 4px; padding-bottom: 4px; padding-left:14px; padding-right:14px;}

strong {font-weight: 500;}

h1 {font-size: 165%; line-height: 130%;  color:#bf2e1a; font-weight: 600; text-transform:uppercase; padding: 3px; margin:0;}

h2 {font-size: 125%; color:#333;font-weight: 600; padding:2px;  padding-bottom:10px; margin:0; text-transform:uppercase;}

h3 {font-size: 125%; line-height: 130%;  color:#fff; font-weight: 600; text-transform:uppercase; padding: 3px; margin:0;}

h4 {font-size: 115%; line-height: 130%;  color:#bf2e1a; font-weight: 400; text-transform:uppercase; padding: 3px; margin:0;}
.highlight {background-color:#877554; padding: 10px; width: 95%; color: #fff; font-family: 'Bowlby One SC', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; text-transform:uppercase; text-align:center;}

a:link {color: #756543; text-decoration: none; font-size: 100%;}

a:visited {color: #756543;}

a:hover {color: #0C5029;}

a:active {color: #756543;}

hr {border: 0; border-bottom: 1px dashed #BBBBBB; margin-top: 20px; margin-bottom: 20px;}

img, object, embed, video {
	max-width: 100%; margin: 0; border: 0px; text-align:center;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;text-align:center;
}