/* SETS COMMON BODY ITEMS AND BACKGROUND */

body {
font-family: Verdana, Arial, sans-serif;
background-color: #ffffff;
background-image:url(images/background2.jpg) ;
background-attachment: fixed;
margin: 20px 0;
padding: 0;
font-size: 75%;
text-align: center;
}

/* COMMON HTML AND CLASSES */

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

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

.tiny {
font-size: 80%;}

h1 {
font-family: Georgia, Georgia, serif;
color: #E05F00;
font-size: 24px;
vertical-align: bottom;
margin-bottom: 0;
}

h2 {
color: #52B257;
font-family: Tahoma, Arial, sans-serif;
text-transform: lowercase;
text-align: left;
font-size: 24px;
font-weight: normal;
letter-spacing: 4px;
}

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

h4 {
color: #E05F00;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: center;
font-size: 18px;
font-weight: normal;
letter-spacing: 4px;
margin: 0px;
} 

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

A:LINK {color: #6D91C2; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #6D91C2; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #FFA81F; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #6D91C2; text-decoration: underline; font-weight: bold;}

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

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

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

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

/* CREATES THE HOT TOPIC BOX PROPERTIES */

.pullquote {
font-size: 85%;
text-align: left;
width: 180px;
background: #FFFFFF;
color: #000000;
float: right;
border: 3px double #E05F00;
font-weight: normal;
line-height: normal;
padding: 5px;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
}

.pullquote h5 {
text-align: center;
background-color: #FFA81F;
color: #000000;
font-size: 14px;
font-weight: bold;
padding: 3px 0px;
}

/* THIS IS THE MAIN CONTAINER DEFINITION */

.wrapper {
width: 750px;
background-color: #FFFFFF;
color: #000;
text-align: left;
border: 5px solid #FFF;
margin: 0 auto;
}

/* HEADER AREA ID AND CLASSES */

.headercontent {
background-image: url(images/mainimage.jpg);
background-position: top center;
background-repeat: no-repeat;
color: #FFFFFF;
font-size: 90%;
font-weight: bold;
padding: 20px 10px;
text-align: right;
height: 160px;
letter-spacing: 2px;
}

.headercontent a:link {color: #FFFFFF; text-decoration: none;}
.headercontent a:visited {color: #FFFFFF; text-decoration: none;}
.headercontent a:hover {color: #E0E0E0; text-decoration: underline;}
.headercontent a:active {color: #FFFFFF; text-decoration: none;}

.headercontent h2 {
color: #FFFFFF;
font-family: Georgia, Georgia, serif;
font-size: 22px;
font-weight: bold;
text-transform: none;
letter-spacing: 3px;
margin: 35px 0px;
text-align: right;
}

/* MAIN TEXT AREA ID AND CLASSES */

.content {
width: 544px;
float: right;
padding: 0px 5px;
line-height: 20px;
border-left: 1px dashed #6D91C2;
text-align: justify;
}

/* SIDEBAR ID AND CLASSES */

.sidebar {
float: left;
width: 185px;
padding: 0px 5px;
font-size: 90%;
}

/* FOOTER ID AND CLASSES */

.clear {
clear: both;
}

.footer {
clear: both;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-position: top left;
color: #FFFFFF;
text-align: center;
height: 30px;
padding-top: 30px;
vertical-align: middle;
}

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

.form {
font-size: 95%;
}
