/* SETS COMMON BODY ITEMS AND BACKGROUND */

body {
font-family: Verdana, Arial, sans-serif;
background-color: #fff;
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:#003399;
color: #330099;
height: 1px;
width: 100%;
}

.tiny {
font-size: 90%;}

h1 {
font-family: Georgia, Georgia, serif;
color: #FFF;
font-size: 22px;
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: #666699;
font-family: Tahoma, Arial, sans-serif;
text-align: left;
font-size: 20px;
font-weight: normal;
letter-spacing: 4px;
}

h3 {
color:#333366;
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:#003399;
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:#003399; text-decoration: underline; font-weight: bold;}
A:VISITED {color: ##6666CC; text-decoration: underline; font-weight: bold;}
A:HOVER {color: #BDC694; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #959F6B; 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: #000066;
font-size: 24px;
font-weight: bold;
float: left;
text-align: left;
width: 400px;
height: 60px;
margin-bottom: 10px;
}

.headerright {
color: #000;
font-size: 90%;
font-weight: bold;
float: right;
text-align: right;
width: 350px;
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('images/navtitle.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('images/hottopic.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('images/globalbar.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('images/mainimage.jpg');
color: #FFF;
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: #A5A7A9;
color: #FFF;
border: 1px solid #000;
}