HTML {
scrollbar-arrow-color: #000000;
scrollbar-face-color: #778FB5; 
scrollbar-3dlight-color: #778FB5; 
scrollbar-highlight-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #384C6A; 
}

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

p, td, li {
font-size: 100%;
}

table {
padding: 0px;
border-collapse: collapse;
font-size: 100%;
}

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

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

h1 {
font-family: Georgia, Georgia, serif;
color: #85382E;
text-align: right;
font-size: 22px;
font-weight: bold;
letter-spacing: 2px;
border-bottom: 1px dashed #85382E;
padding: 0px;
margin: 5px 0px;
}

h2 {
color: #1F3268;
font-family: Verdana, Arial, sans-serif;
text-transform: uppercase;
text-align: left;
font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
}

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

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

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

A:LINK {color: #6572AF; text-decoration: none; font-weight: bold;}
A:VISITED {color: #6572AF; text-decoration: none; font-weight: bold;}
A:HOVER {color: #A05045; text-decoration: underline; font-weight: bold;}
A:ACTIVE {color: #6572AF; text-decoration: none; font-weight: bold;}

/* ASSIGNS SPECIAL CLASSES */

.mainimage {
width: 750px;
background: #FFFFFF url('images/mainimage.jpg') no-repeat top left;
padding: 0px
}

.yourname {
width: 100%;
height: 70px;
text-align: right;
color: #384C6A;
font-family: Georgia, Georgia, serif;
font-size: 26px;
font-weight: bold;
padding: 0px 10px 0px 0px;
margin: 0;
}

.banner {
width: 100%;
height: 40px;
text-align: right;
color: #FFFFFF;
font-family: Verdana, Arial, sans-serif;
font-size: 130%;
font-style: italic;
font-weight: bold;
padding: 0px 10px 0px 0px;
margin: 0;
}

.global {
width: 100%;
height: 50px;
color: #6572AF;
text-align: right;
font-weight: bold;
letter-spacing: 2px;
padding: 0px 10px 0px 0px;
margin: 0;
}

.sidebar {
width: 230px;
color: #000000;
text-align: left;
vertical-align: top;
padding: 50px 10px 20px 10px;
}

.navigation {
width: 210px;
color: #6572AF;
text-align: center;
font-weight: bold;
vertical-align: top;
line-height: 18px;
padding-bottom: 30px;
margin: 10px 0px;
}

.calendar {
width: 210px;
color: #000000;
text-align: center;
vertical-align: top;
line-height: 18px;
padding-bottom: 20px;
margin: 10px 0px;
}

.hottopic {
width: 210px;
color: #000000;
font-size: 90%;
text-align: justify;
vertical-align: top;
padding: 0px 5px;
margin: 10px 0px;
}

.content {
width: 100%;
color: #000000;
text-align: justify;
vertical-align: top;
line-height: 20px;
padding: 30px 10px 20px 10px;
}

.footer {
width: 750px;
font-size: 90%;
color: #FFFFFF;
text-align: center;
padding: 10px;
}

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

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

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

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

.imagecenter {
margin: 2px 5px;
border: 3px double #000000;
}