/* SETS COMMON BODY ITEMS AND BACKGROUND */

body {
font-family: Verdana, Arial, sans-serif;
background-color: #FFFFFF;
margin: 20px 0px 0px 0px;
padding: 0;
font-size: 75%;
text-align: center;
}


/* COMMON HTML AND CLASSES */

li {list-style-image: url(images/bullet.gif);}

hr {
background-color: #795537;
color: #795537;
height: 1px;
width: 100%;
}

.tiny {
font-size: 80%;}

span.ptall {
line-height: 20px;
font-weight: bold;
}

h1 {
font-family: Georgia, Georgia, serif;
color: #795537;
font-size: 24px;
background-image: url(images/endcap.jpg);
background-position: top left;
background-repeat: no-repeat;
padding-left: 40px;
height: 35px;
vertical-align: bottom;
margin: 0;
}

h2 {
color: #98683F;
font-family: Tahoma, Arial, sans-serif;
text-align: left;
font-size: 20px;
font-weight: bold;
letter-spacing: 4px;
}

h3 {
color: #6F6B33;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
}

h4 {
background-image: url(images/hottopicicon.gif);
background-position: top left;
background-repeat: no-repeat;
color: #6F6B33;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 16px;
font-weight: bold;
letter-spacing: 2px;
padding-left: 28px;
height: 26px;
} 

h5, h6 {
font-size: 100%;
font-weight: bold;
color: #000;
margin: 0px;
}

A:LINK {color: #3E679A; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #3E679A; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #8899B6; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #3E679A; text-decoration: underline; font-weight: bold;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft {
border: 3px double #795537;
margin: 2px 20px 2px 0px;
float: left;
}

.imageright {
border: 3px double #795537;
margin: 2px 0px 2px 20px;
float: right;
}

.imageplain {
border: 3px double #795537;
}

.mainpicleft {
margin: 5px;
float: left;
}

.mainpicright {
margin: 5px 0px 5px 0px;
float: right;
}

/* THIS IS THE MAIN CONTAINER DEFINITION */

.wrapper {
width: 750px;
color: #000;
text-align: left;
margin: 0 auto;

background-image: url(images/background.jpg);
background-repeat: repeat-x;
border : 1px dashed #528AC6;
}

/* HEADER AREA ID AND CLASSES */

.headerleft {
font-family: Georgia, Georgia, serif;
color: #FFF;
font-size: 24px;
font-weight: bold;
float: left;
text-align: left;
width: 350px;
height: 80px;
}

.headerright {
color: #FFF;
font-size: 90%;
font-weight: bold;
float: right;
text-align: right;
width: 400px;
height: 80px;
}

.headerright A:LINK {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.headerright A:VISITED {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.headerright A:HOVER {color: #000000; text-decoration: underline; font-weight: bold;}
.headerright A:ACTIVE {color: #FFFFFF; text-decoration: none; font-weight: bold;}

/* NAVIGATION BAR CLASSES */

.navbar {
clear: both;
color: #CFD6E1;
height: 10px;
font-weight: normal;
text-align: center;
font-variant: small-caps;
font-size: 110%;
letter-spacing: 2px;
width: 100%;
padding: 15px 0;
}

.navbar A:LINK {color: #CFD6E1; text-decoration: none; font-weight: normal;}
.navbar A:VISITED {color: #CFD6E1; text-decoration: none; font-weight: normal;}
.navbar A:HOVER {color: #FFFFFF; text-decoration: underline; font-weight: normal;}
.navbar A:ACTIVE {color: #CFD6E1; text-decoration: none; font-weight: normal;}

/* MAIN TEXT AREA ID AND CLASSES */

.content  { line-height: 20px; text-align: left; margin-top: 20px; margin-bottom: 10px; padding: 10px 10px 0 0; width: 544px; float: left; border-right: 1px dashed #98683f }

/* SIDEBAR ID AND CLASSES */

.sidebar {
float: right;
width: 185px;
padding: 0px 0px 0px 10px;
font-size: 90%;
margin-top: 20px;
}

/* FOOTER ID AND CLASSES */

.footer {
clear: both;
text-align: left;
padding: 20px 0px;
border-top: 1px dashed #98683F;
height: 40px;
}

.form {
font-size: 95%;
background-color: #8899B6;
color: #FFF;
border: 1px solid #000;
}