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

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

#content {width: 80%; margin: 0 auto; background-color:#fff; padding: 20px; border-top: 20px solid #d34c3b; margin-top: 10px; border-radius: 15px; margin-top:-35px}

.special {width: 95%; margin: 0 auto; background-color:#eff9f5; padding: 25px; border: 0px solid #007c48; border-radius:15px;}

#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: 200%; color:#007c48; margin-bottom:1px;}

h2 {font-size: 150%; color:#007c48; }

h3 {font-size: 130%; color:#fff; }

.highlight {background-color:#d34c3b; padding: 10px; width: 95%; color:#fff; font-size: 125%; text-align:center; line-height:auto; border-radius:15px; font-weight:400;}

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

a:visited {color: #007c48;}

a:hover {color: #0C5029;}

a:active {color: #007c48;}

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