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

body {margin:0px; font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; color:#666; font-size: 1em; background-color:#00608b; background-image:url(bg.jpg); background-position: top center; background-repeat:no-repeat; line-height: 140%;}

.content {width: 80%; margin: 0 auto; background-color:#fff; padding: 20px; border-top: 0px solid #4f91cd; margin-top: 30px; box-shadow: 3px 3px 0px #4f91cd;}

.special { margin: 0 auto; background-color:#ECECEC; padding: 20px; border: 0px solid #B0D0E6; color:#00608b; font-size:115%; box-shadow: 3px 3px 0px #7ea9cb;}

#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: 230%;  font-family:"Teko", Helvetica, Arial, sans-serif; color:#00608b;  text-align:center; line-height:110%;}

h2 {font-size: 160%;  font-family:"Teko", Helvetica, Arial, sans-serif; color:#00608b; }

h4 {font-size: 110%;  font-family:"Teko", Helvetica, Arial, sans-serif; color:#fff; padding: 3px; margin:0;}


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

.table {font-size: 80%; 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: 100%; line-height:185%; border:1px solid #E6E6E6; color:#5C5C5C; padding-bottom:20px; padding-top:20px; font-weight:200;}

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