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

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

#content {width: 80%; margin: 0 auto; background-color:#fff; padding: 20px; border-top: 5px solid #f0efa0; 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;}

strong {font-weight: 500;}

.h1, h1 {font-size: 125%;  line-height: 130%; font-family: 'Arvo', serif; color:#333 letter-spacing: 1px; font-weight: 400;}

.h2, h2 {font-size: 110%;  font-family: 'Arvo', serif; color:#007298; letter-spacing: 1px; font-weight: 400; margin-bottom: 7px; margin-top: 10px; background-color: #ffffef; padding: 2px;}

.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 #9bcbdb; margin-top: 10px; margin-bottom: 10px;}

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