/* sets the main body properties */
HTML {
scrollbar-arrow-color: #C4CDE8; 
scrollbar-face-color: #2E2F2A; 
scrollbar-3dlight-color: #2E2F2A; 
scrollbar-highlight-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #808080; 
}

BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 75%;
margin: 0px 0px 20px 0px;
background-image: url(images/background.jpg);
background-color: #83445E;
color: #000000;
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {color : #50637C; text-decoration: underline; font-weight: bold;}
A:VISITED {color : #000000; text-decoration : underline; font-weight: bold;}
A:HOVER {color : #FFFFFF; text-decoration : underline; font-weight: bold;}
A:ACTIVE {color : #FFFFFF; text-decoration : underline; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
font-family: "Book Antiqua", "Oakatubi", serif;
text-align: left;
font-size: 1.8em;
font-weight: bold;
letter-spacing: 2;
line-height: normal;
color: #677E9D;
}

h2 {
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
text-align: left;
font-size: 1.5em;
font-weight: normal;
letter-spacing: 2;
text-transform: lowercase;
color: #677E9D;
}

h3 {
font-family: "Lucinda Console", "Courier New", monospace;
font-size : 1.5em;
letter-spacing: 1;
font-weight : bold;
color : #677E9D;
}

h4, h5 {
font-family : Verdana, Arial, sans-serif;
font-size : 1em;
letter-spacing: 1;
font-weight : bold;
color : #677E9D;
}

h6 {
font-size: 100%;
font-weight: bold;
color: #000000;
text-align: center;
border-bottom: 1px solid #000000;
}

HR {
color: #000000;
height: 1px;
width: 100%;
}

/* special classes */

#header {
background-color: #C4CDE8;
color: #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

#mainimage {
background-color: #C4CDE8;
background-image: url(images/mainimage.jpg);
height: 240px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.nav {
background-color: #000000;
color: #C4CDE8;
font-size: 90%;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
text-align: center;
letter-spacing: 2;
padding: 4 0;
}

.nav A:LINK {color: #C4CDE8; text-decoration: none; font-weight: normal; border: 1px solid #000000;}
.nav A:VISITED {color: #C4CDE8; text-decoration : none; font-weight: normal; border: 1px solid #000000;}
.nav A:HOVER {color: #FFFFFF; text-decoration : none; font-weight: normal; border: 1px solid #C4CDE8;}
.nav A:ACTIVE {color: #FFFFFF; text-decoration : none; font-weight: normal; border: 1px solid #C4CDE8;}


.hottopic {
color: #000000;
font-size: 95%;
vertical-align: top;
line-height: 14px;
width: 210px;
float: right;
border: 3px double #677E9D;
padding: 3px;
margin: 0px 0px 6px 15px;
}

.main {
background-color: #C4CDE8;
color: #000000;
vertical-align: top;
text-align: justify;
line-height: 18px;
padding: 10px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

.photos {
background-color: #677E9D;
text-align: center;
border: 1px solid #000000;
}

.caption {
background-color: #000000;
color: #C4CDE8;
text-align: center;
font-weight: bold;
padding: 5px 10px;
border-top: 1px solid #000000;
}

#captionbox {
background-color: #000000;
color: #C4CDE8;
font-weight: bold;
text-align: center;
}