@font-face {
font-family:"Edwardian Script ITC";
src: url(../assets/Edwardian Script ITC);
}

* {
padding:0;
margin:0;
}

body { 
font-size: 16px; 
}
ul {
list-style:none;
}
h3 {
}
p {
margin-bottom:1em;
}
#container{
color:black;
background-color:white;
border:3px solid #301110; /* dark brown */
font-size:.9em;
font-family:Georgia, "Times New Roman", Times, serif;
width:760px;
margin:5px auto;
}

#header {
margin-bottom:0px;
}

#top-nav {
color:white;
background-color:#003b12;
padding:7px 0px 4px 0px;
height:20px;
margin:0px;
width:760px;
}
#top-nav ul {
float:left;
margin:0px;
}
#top-nav li {
display:inline;
list-style:none;
}
.border {
border-right:1px dotted white;
}
#top-nav a {
color:white;
padding:0px 18px;
text-decoration:none;
font-weight:700;
}
#top-nav a:hover, a:active {
text-decoration:underline;
}

#body {
clear:left;
width:760px;
}

/************ CONTENT LINK STYLING ************/
#content-1 a:hover, #content-1 a:active, #content-2 a:hover, #content-2 a:active {
color:#003366;
}

#content-1 {
background-color:#86B784;
line-height:22px;
padding:25px 15px 0px 15px;
text-align:justify;
}
#content-1 table {
background-color:#930017;
color:white;
text-align:center;
margin:10px 15px 5px 0px;
padding:0px 0px 0px 0px;
}


#content-1 img, #content-2 img, #content-3 img {
border:1px solid white;
margin:10px;
margin-left:20px;
}
#content-1 p, #content-2 p, h1, h3, h2 {
padding:2px 0px 0px 15px;
}
#content-1 h1 {
/*font-family:"Edwardian Script ITC";*/
font-size:4em;
font-size:2em;
margin:0 0px .25em 0px;
font-weight:normal;
}
#content-1 ul {
margin-left:15px; /*SAME MARGIN AS P*/
color:#000000;
}

#content-2 {
line-height:22px;
padding:0px 10px 0px 15px;
text-align:justify;
}
.float-left {
float:left;
}
.float-right {
float:right;
}
.big-image {
position:relative;
float:right;
}

#bottom-nav {
font-size:11px;
float:left;
clear:both;
color:white;
background-image:url(../images/footer-bg_03.gif);
border-top: 1px solid white;
height:15px;
padding-top:9px;
padding-bottom:4px;
margin-top:0px;
width:100%;
}
address {
margin: 0px -30px 0px 30px;
font-style:normal;
}
#bottom-links {
/*display:inline;
margin: 0px 0px 0px 540px;
*/
float:right;
margin-right:10px;
margin-top:-13px;
}
#bottom-nav a {
color:white;
text-decoration:none;
margin:0px 0px 0px 0px;
}
#bottom-nav a:hover, a:active {
color:white;
text-decoration:underline;
}

/*RANDOM STYLING*/

.inline {
display:inline;
}

td.error {
color:red; 
font-weight:bold;
}

#credit {
margin:0px auto;
width:760px;
font-style:italic;
}
#credit, #credit a{
font-weight:normal;
font-size:.6em;
position:relative;
color:#ffffff;
text-align:right;
text-decoration:none;
}
#credit a:hover, #credit a:active {
text-decoration:underline;
}

.clear {
clear:both;
}