/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
This is YUI Reset code
*/
td{margin:0;padding:0;}
th{margin:0;padding:0;}
blockquote{margin:0;padding:0;}
p{margin:0;padding:0;}
textarea{margin:0;padding:0;}
input{margin:0;padding:0;}
fieldset{margin:0;padding:0;}
form{margin:0;padding:0;}
pre{margin:0;padding:0;}
h6{margin:0;padding:0;}
h5{margin:0;padding:0;}
h4{margin:0;padding:0;}
h3{margin:0;padding:0;}
h2{margin:0;padding:0;}
h1{margin:0;padding:0;}
li{margin:0;padding:0;}
ol{margin:0;padding:0;}
ul{margin:0;padding:0;}
dd{margin:0;padding:0;}
dt{margin:0;padding:0;}
dl{margin:0;padding:0;}
div{margin:0;padding:0;}
body{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border: 0;}
fieldset{border: 0;}
var{font-style:normal;font-weight:normal;}
th{font-style:normal;font-weight:normal;}
strong{font-style:normal;font-weight:normal;}
em{font-style:normal;font-weight:normal;}
dfn{font-style:normal;font-weight:normal;}
code{font-style:normal;font-weight:normal;}
cite{font-style:normal;font-weight:normal;}
caption{font-style:normal;font-weight:normal;}
address{font-style:normal;font-weight:normal;}
ul {list-style:none;}
ol {list-style:none;}
th {text-align:left;}
caption {text-align:left;}
h6{font-size:100%;font-weight:normal;}
h5{font-size:100%;font-weight:normal;}
h4{font-size:100%;font-weight:normal;}
h3{font-size:100%;font-weight:normal;}
h2{font-size:100%;font-weight:normal;}
h1{font-size:100%;font-weight:normal;}
q:after{content:'';}
q:before{content:'';}
acronym {border:0;}
abbr {border:0;}

/* Below is my code */

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, "MS Trebuchet", sans-serif;
    text-align: center;
    background-color: #E9BD92;
}

    /*the text-align center declaration works in conjunction
    with the margin right and margin left declarations in the wrapper
    div! */

h1 {
    font: 1.5em "Arial", "Trebuchet MS", sans-serif;
    padding: 20px 0px 0px 0px;
    clear: both;
}
p {
    line-height: 1.25em;
}
div#container {
    border: 10px solid #999;
    width: 800px;
    position: relative;
    padding: 0px;
    margin-top:0px;
    margin-right: auto;
    margin-left: auto;
    text-align:  left;
}
div#banner {
    width: 800px;
    height: 75px;
}
#navbar {
    height: 30px;
    background-color: #999;
}
div#body_right {
    width: 200px;
    float: right;
    overflow: hidden;
}
div#body_right h2 {
	font-size: 24px;
	text-align: center;
	padding: 6px;
	background-color: orange;
	margin-right: 14px;
}
div#body {
    width:600px;
    float:left;
}
div#body p {
    padding: 5px 40px 5px 40px;
}

div#body h1 {
    padding: 20px 40px 0px 40px;
}
div#body h2 {
    padding: 5px 40px 5px 40px;
    font-weight: bold
}
div#body h4 {
    padding: 5px 40px 5px 40px;
    font-weight: bold
}
#page_title {
    margin-top: 20px;
}

img.rightimage {
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 10px;
}
img.leftimage {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 10px 0px;
}
ul.address {
    margin-top: 100px;
    margin-bottom: 60px;
    font-weight: bold;
}
li.address {
    text-align: center;
    margin: 10px 0px;
    list-style-type: none;
}
ul.benefits {
    margin-left: 55px;
}
li.benefits {
    list-style-type: square;
    line-height: 1.5em;
}
ul.costs {
    margin-left: 55px;
}
li.costs {
    list-style-type: square;
    line-height: 1.5em;
    padding: 2px 40px 2px 10px;
}
ul.sponsor {
    margin-left: 55px;
}
li.sponsor {
    list-style-type: square;
    line-height: 1.5em;
    padding: 2px 40px 2px 10px;
}
ul.rules {
    margin-left: 55px;
}
li.rules {
    list-style-type: square;
    line-height: 1.5em;
    padding: 2px 40px 2px 10px;
}
ul.second-level {
    margin-left: 45px;
}
li.second-level {
    list-style-type: circle;
    line-height: 1.5em;
}
ul.resource {
    list-style-type: square;
    line-height: 1.5em;
    padding: 5px 0px 5px 10px;
    margin-left: 55px;
}
div#footer {
    clear:  both;
}

.quote {
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    text-align: center;
    font-style: italic;
    padding-right: 10px;
}
#footer_copy {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
}
#phone_number {
  text-align: right;
  font-size: small;
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
#managers {
  font-size: small;
  font-weight: bold;
  font-style: italic;
}
#gallery {
    margin-left: 33px;
}
.style1 {
	width: 799px;
}
div#banner {
    height: 235px;
    border-bottom: thick solid #999;
}
#donate {
    text-align: center;
    }
#tri_table {
    margin-left: 40px;
}
#tri_table th, td {
    padding: 4px;
}
#mc_embed_signup {
	width: 80%;
	margin-left: 50px;
	margin-top: 50px;
}
#mc-embedded-subscribe-form fieldset {
	background-color: #E9BD92;
}
#feed_image img {
	margin-top: 40px;
	margin-left: 45px;
}
.bold {
	font-weight: bold;
}
