/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 0px 0px 0px 0px;
background-color: #FFFFFF;
color:#000000;
scrollbar-arrow-color:#0F3C68; 
scrollbar-face-color:#0F3C68; 
scrollbar-3dlight-color:#0F3C68; 
scrollbar-highlight-color:#FFFFFF; 
scrollbar-shadow-color:#0F3C68; 
scrollbar-darkshadow-color:#0F3C68; 
scrollbar-track-color:#FFFFFF; 
}

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

HR {
color: #0F3C68;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
}

.imageright {
margin: 10px 0px 0px 10px;
float: right;
}

/* this group sets the normal link colors */

A:LINK {
color: #800000;
font-weight: bold;
}

A:VISITED {
color: #0F3C68;
font-weight: bold;
}

A:HOVER {
color: #0F3C68;
text-decoration: underline;
font-weight: bold;
}

A:ACTIVE {
color: #525252;
text-decoration: underline;
font-weight: bold;
}

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

H1 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 1;
color: #0F3C68;
}

h2 {
color: #0F3C68;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 1;
padding: 10px;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #0F3C68;
}

h6 {
font-size : 14px;
font-weight : bold;
color: #0F3C68;
text-align: left;
width: 100%;
}

/* special classes */

.header {
background-color: #145392;
color: #0F3C68;
text-align: center;
}

.navbar {
background-image: url('images/cell1.jpg');
color: #0F3C68;
text-align: center;
font-variant: small-caps;
font-weight: bold;
font-size: 90%;
letter-spacing: 1;
}

.sidebar {
background-color: #FFFFFF;
color: #0F3C68;
width: 130px;
vertical-align: top;
line-height: 20px;
text-align: center;
padding:5px 5px 5px 5px;
}

.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 10px 10px 10px 10px;
width: 600px;
}

.mainimage {
background-color: #FFFFFF;
background-position: center;
background-image: url('images/mainimage.jpg');
background-repeat: no-repeat;
color: #ffffff;
font-weight: bold;
font-size: 100%;
padding: 20px 20px 20px 195px;
vertical-align: center;
height: 280px;
}

.mainimage H1 {color: #000000; font-size: 14px; font-variant: small-caps; text-align: left; }

.hottopic {
background-color: #E0E0E0;
color: #145392;
font-size: 85%;
text-align: left;
padding: 8px;
line-height: 14px;
}



/* form buttons */

.form {
background-color: #C0C0C0;
color: #145392;
font-weight: bold;
padding: 2px 2x 2px 2px;
border: 1px solid #000000;
}