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

body {margin:0px; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; color:#666; font-size: 1em; background-color:#1baaa8; background-image:url(bg.gif); background-position: top center; background-repeat:no-repeat; line-height: 140%;}

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

#special {width: 95%; margin: 0 auto; background-color:#FDFFDE; padding: 10px; border: 1px solid #FBF9C2; border-top: 5px solid #1baaa8;}

#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;}

.h1 {font-size: 120%;  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; color:#1baaa8; letter-spacing: -.5px; font-weight:700;}

.h2 {font-size: 100%;  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; color:#1baaa8; letter-spacing: -.5px; font-weight:700;}

.h3 {font-size: 100%;  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; color:#fff; letter-spacing: 1px; font-weight:700;}

hr {width: 100%; border: 0; border-bottom: 1px solid #EDEDED; margin: 0 auto; margin-top:12px; margin-bottom:12px;}

.table {font-size: 75%; line-height: 130%;}

.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;}

ul,ol {font-size: 90%; #777;}

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;
}