/* SETS COMMON BODY ITEMS AND BACKGROUND */

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

/* COMMON HTML AND CLASSES */

li {list-style-image: url('images/bullet1.jpg');}
li li {list-style-image: url('images/bullet2.jpg');}


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

.tiny {
font-size: 90%;}

h1 {
font-family: Tahoma, Arial, sans-serif;
color: #fff;
font-size: 20px;

background-position:  left top;
background-repeat: no-repeat;
padding-left: 40px;
height: 35px;
vertical-align: bottom;
margin: 0
}

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

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

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

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

A:LINK {color: #7090D0; text-decoration: underline; font-weight: bold;}
A:VISITED {color: #7090D0; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #B0B0A0; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #7090D0; text-decoration: underline; font-weight: bold;}

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

.imageleft {
border: 1px solid #C0C0C0;
margin: 2px 20px 2px 0px;
float: left;
}

.imageright {
border: 1px solid #C0C0C0;
margin: 2px 0px 2px 20px;
float: right;
}

.imageplain {
border: 1px solid #C0C0C0;
}

/* 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: #6070A0;
font-size: 24px;
font-weight: bold;
float: left;
text-align: left;
width: 500px;
height: 60px;
margin-bottom: 10px;
}

.headerright {
color: #000;
font-size: 90%;
font-weight: bold;
float: right;
text-align: right;
width: 250px;
height: 20px;
margin-top: 40px;
margin-bottom: 10px;
}

/* SIDEBAR ID AND CLASSES */

.sidebar {
float: left;
width: 240px;
padding: 5px;
}

.sidebarnav {
width: 231px;
padding: 4px;
border: 1px solid #C0C0C0;
margin-bottom: 10px;
line-height: 20px;
}

.sidebarnav h5 {
background-image: url('side.jpg');
background-repeat: no-repeat;
font-variant: small-caps;
font-size: 12px;
text-align: center;
height: 30px;
padding-top: 6px;
margin: 0px;
}

.hottopic {
width: 231px;
padding: 4px;
border: 1px solid #C0C0C0;
font-size: 90%;
margin-bottom: 10px;
}

.hottopic h5 {
background-image: url('side.jpg');
background-repeat: no-repeat;
font-variant: small-caps;
font-size: 12px;
text-align: center;
height: 30px;
padding-top: 8px;
margin: 0px;
}


/* MAIN TEXT AREA ID AND CLASSES */

.content {
width: 491px;
float: right;
padding: 4px;
text-align: justify;
line-height: 16px;
}

.globalnav {
background-image: url('bar.jpg');
background-repeat: no-repeat;
font-variant: small-caps;
font-size: 12px;
letter-spacing: 2px;
text-align: center;
height: 30px;
padding-top: 10px;
}

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


.mainimage {
background-image: url('main.jpg');
color: #000;
font-size: 14px;
text-align: right;
font-weight: bold;
height: 130px;
padding-top: 20px;
padding-right: 20px;
line-height: 20px;
}

/* FOOTER ID AND CLASSES */

.footer {
clear: both;
text-align: center;
padding: 5px 0px;
border-top: 5px solid #C0C0C0;
margin-top: 10px;
height: 40px;
}

.form {
font-size: 90%;
background-color: #808080;
color: #FFF;
border: 1px solid #000;
}
