/* sets the main body properties */
HTML {

}

BODY {
font-family : Verdana, Arial, sans-serif;
font-size: 75%;
margin: 20px 50px;
background-image: url('lt-bgmap.jpg');
color: #0000FF;
}

P, TD, LI, UL {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

Table {
font-family: Verdana, Arial, sans-serif;
border-collapse: collapse;
font-size : 100%;
}


/* this group sets the normal link colors */
A:LINK {color: #0000FF; 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: #000000; text-decoration : underline; font-weight: bold;}

/* We like to use headings for special effects */

H1 {
color: #0000FF;
font-family: "Book Antiqua", Palatino, serif;
text-align: center;
font-size: 1.8em;
font-weight: bold;
letter-spacing: 4px;
width: 100%;
margin: 0px;
padding: 5px;
}

h2 {
color: #0000FF;
font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 2px;
}

h3, h5, h6 {
color: #0000FF;
text-align: center;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}

h4,  {
color: #0000FF;
text-align: right;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
}
HR {
color: #0000FF;
align: center;
height: 1px;
width: 80%;
}

li {
list-style-image: url('bullets.gif');
}


.header {
background-color: #FFFFFF;
color: #0000FF;
border: 1px solid #0000FF;
}

.sidebar {
background-color: #FFFFFF;
color: #0000FF;
text-align: justify;
line-height: 20px;
padding: 5px;
width: 225px;
vertical-align: top;
border: 2px solid #0000FF;
}

.main {
background-color: #FFFFFF;
color: #0000FF;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
border: 2px solid #0000FF;
}

.pullquote {
background-color: #FFFFFF;
color: #0000FF;
font-size: 90%;
vertical-align: top;
text-align: center;
line-height: 14px;
width: 250px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
border: 1px dotted #0000FF;
}
.hottopic {
background-color: #FFFFFF;
color: #0000FF;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 250px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
border: 1px dotted #0000FF;
}

.footer {
background-color: #FFFFFF;
color: #0000FF;
text-align: justify;
line-height: 20px;
vertical-align: bottom;
padding: 20px;
width: 100%;
border: 2px solid #0000FF;
}


