/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 10px 0px 10px 0px;
background-color: #394873;
color:#000000;
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#88ABF3; 
scrollbar-3dlight-color:#88ABF3; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#394873; 
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

HR {
color: #808080;
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;
border: 1px solid #808080;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
border: 1px solid #808080;
}

/* this group sets the normal link colors */

A:LINK {
color: #707EB1;
text-decoration: underline;
font-weight: bold;
}

A:VISITED {
color: #808080;
text-decoration: underline;
font-weight: bold;
}

A:HOVER {
color: #000000;
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 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #ED272C;
}

h2 {
background-image: url('images/cell1.jpg');
background-color: #FFFFFF;
color: #ED272C;
text-align: left;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
padding: 4px;
width: 100%;
border: 1px dotted #ED272C;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #707EB1;
}

h6 {
font-size : 14px;
font-weight : bold;
color: #88ABF3;
text-align: right;
width: 100%;
border-bottom: 1px dotted #88ABF3;
}

/* special classes */

.globalbar {
background-image: url('images/globalbar.jpg');
background-color: #88ABF3;
color: #000000;
text-align: left;
font-variant: small-caps;
font-weight: bold;
font-size: 90%;
height: 30px;
padding-left: 10px;
}

.globalbar a:link {color: #000000; font-variant: small-caps; text-align: right; text-decoration: underline;}
.globalbar a:visited {color: #000000; font-variant: small-caps; text-align: right; text-decoration: underline;}
.globalbar a:hover {color: #ED272C; font-variant: small-caps; text-align: right; text-decoration: underline;}
.globalbar a:active {color: #000000; font-variant: small-caps; text-align: right; text-decoration: underline;}

.navbar {
background-image: url('images/navbar.jpg');
background-color: #88ABF3;
color: #000000;
text-align: left;
font-variant: small-caps;
font-weight: bold;
font-size: 90%;
height: 50px;
padding-left: 10px;
}

.navbar a:link {color: #000000; font-variant: small-caps; text-align: right; text-decoration: underline;}
.navbar a:visited {color: #000000; font-variant: small-caps; text-align: right; text-decoration: underline;}
.navbar a:hover {color: #ED272C; font-variant: small-caps; text-align: right; text-decoration: underline;}
.navbar a:active {color: #000000; font-variant: small-caps; text-align: right; text-decoration: underline;}

.shadow {
background-color: #FFFFFF;
color: #000000;
background-image: url('images/shadow.jpg');
background-repeat: no-repeat;
background-position: top left;
padding: 8px 0px 4px 10px;
}


.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 10px 20px 20px 20px;
}

.hottopic {
background-color: #FFFFFF;
color: #000000;
font-size: 85%;
text-align: left;
padding: 10px;
line-height: 14px;
float: right;
margin-left: 30px;
margin-bottom: 10px;
width: 225px;
border: 1px solid #ED272C;
}

/* form buttons */

.form {
background-color: #88ABF3;
color: #000000;
font-weight: bold;
padding: 2px 10x 2px 10px;
border: 1px solid #000000;
}