/* SETS COMMON BODY ITEMS AND BACKGROUND */

body {
font-family: Verdana, Arial, sans-serif;
background-color: #FFFFFF;
background-repeat: repeat-x;
margin: 0px 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: #088D72;
color: #088D72;
height: 1px;
width: 100%;
}

.tiny {
font-size: 80%;}

span.ptall {
line-height: 20px;
font-weight: bold;
}

h1 {
font-family: Georgia, Georgia, serif;
color: #088D72;
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;
}

h1.home {
font-family: Georgia, Georgia, serif;
background-image: none;
color: #FFFFFF;
font-size: 24px;
}


h2 {
color: #9FD06E;
font-family: Tahoma, Arial, sans-serif;
text-transform: lowercase;
text-align: left;
font-size: 180%;
font-weight: bold;
letter-spacing: 4px;
}

h3 {
color: #044C64;
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: #044C64;
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: #03709B; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #03709B; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #69B7C9; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #03709B; text-decoration: underline; font-weight: bold;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft {
border: 3px double #088D72;
margin: 2px 20px 2px 0px;
float: left;
}

.imageright {
border: 3px double #088D72;
margin: 2px 0px 2px 20px;
float: right;
}

.imageplain {
border: 3px double #088D72;
}

.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;
}

/* 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: 75%;
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: #ABD7E1;
height: 10px;
font-weight: normal;
text-align: center;
font-variant: small-caps;
font-size: 75%;
letter-spacing: 2px;
width: 100%;
padding: 2px 0;
}

.navbar A:LINK {color: #ABD7E1; text-decoration: none; font-weight: normal;}
.navbar A:VISITED {color: #ABD7E1; text-decoration: none; font-weight: normal;}
.navbar A:HOVER {color: #FFFFFF; text-decoration: underline; font-weight: normal;}
.navbar A:ACTIVE {color: #ABD7E1; text-decoration: none; font-weight: normal;}

/* MAIN TEXT AREA ID AND CLASSES */

.content {
width: 544px;
float: left;
padding: 0px 10px 0px 0px;
line-height: 20px;
border-right: 1px dashed #9FD06E;
text-align: justify;
margin-top: 20px;
margin-bottom: 10px;
font-size: 75%;
padding: 4px 5px;
}

/* SIDEBAR ID AND CLASSES */

.sidebar {
float: right;
width: 185px;
padding: 0px 0px 0px 10px;
font-size: 75%;
margin-top: 20px;
}

/* FOOTER ID AND CLASSES */

.footer {
clear: both;
text-align: left;
padding: 10px 0px;
border-top: 1px dashed #9FD06E;
height: 40px;
font-size: 75%;
}

.form {
font-size: 95%;
background-color: #69B7C9;
color: #000;
border: 1px solid #000;
}