/* sets the main body properties */
HTML {
scrollbar-arrow-color:#000000; 
scrollbar-face-color:#E0E0E0; 
scrollbar-3dlight-color:#E0E0E0; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#E0E0E0; 
}

BODY {
font-family: Verdana, Arial, sans-serif;
font-size: 80%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
color:#000000;
}

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

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

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: #CD0000; text-decoration: underline;}
A:VISITED {color: #CD0000; text-decoration: underline;}
A:HOVER {color: #333333; text-decoration: underline;}
A:ACTIVE {color: #000000; text-decoration: underline;}

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

H1 {
font-size: 18px;
font-weight: bold;
letter-spacing: 2;
color: #000000;
}

h2 {
color: #CD0000;
text-align: left;
font-size: 12px;
font-weight: bold;
width: 100%;
}

h4 {
font-family: Lucida Sans, Verdana, sans-serif;
text-align: left;
font-size: 14px;
color: #DEDEDE;
}

h5 {
font-family: Lucida Sans, Verdana, sans-serif;
text-align: left;
font-size: 12px;
letter-spacing: 0;
color: #DEDEDE;
}

h6 {
font-family: Lucida Sans, Verdana, sans-serif;
font-size: 19px;
letter-spacing: 1;
color: #DEDEDE;
}

h7 {
text-decoration: none;
color: #CD0000;
text-align: left;
font-size: 12px;
font-weight: bold;
width: 100%;
}

/* special classes */

.globalbar {
background-color: #808080;
color: #FFFFFF;
text-align: left;
font-weight: bold;
font-size: 11px;
height: 25px;
padding: 2 0 2 20;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}

.globalbar a:link, .globalbar a:visited, .globalbar a:active {color: #FFFFFF; text-decoration: none; border: 1px solid #808080;}
.globalbar a:hover, .globalbar a:focus {color: #484647;}

.header {
background-color: #484647;
color: #FFFFFF;
vertical-align: top;
}

.picture {
background-color: #484647;
border-right: 1px solid #FFFFFF;
vertical-align: top;
}

.banner {
background-color: #CD0000;
font-family: Arial, sans-serif;
color: #FFFFFF;
text-align: right;
font-weight: bold;
font-size: 14px;
padding: 2 20 2 0;
height: 22px;
}

.topcolor {
color: #E5E5E5;
padding: 20 50 30 30;
border-top: 1px solid #FFFFFF;
font-family: Arial Black, sans-serif;
font-size: 13px;
letter-spacing: 0;
font-weight: bold;
font-style: italic;
line-height: 18px;
height: 145px;
}

.mainbody {
background-color: #FFFFFF;
color: #000000;
border-top: 20px solid #FFFFFF;}

.main {
background-color: #FFFFFF;
color: #000000;
width: 500px;
vertical-align: top;
text-align: justify;
line-height: 16px;
padding: 10 20 10 0;
border-right: 1px dashed #C0C0C0;
}

.form2 {
background-color: #FFFFFF;
color: #000000;
width: 600px;
vertical-align: top;
align: center;
text-align: justify;
line-height: 16px;
padding: 10 20 10 70;
}

.mainnojustify {
background-color: #FFFFFF;
color: #000000;
width: 500px;
vertical-align: top;
text-align: left;
line-height: 16px;
padding: 10 20 10 0;
border-right: 1px dashed #C0C0C0;
}

.sidebar {
background-color: #FFFFFF;
color: #000000;
font-size: 12px;
vertical-align: top;
text-align: left;
line-height: 15px;
padding: 10 0 10 20;
width: 250px;
}

.copyright {
font-family: Verdana, Arial, sans-serif;
color: #000000;
font-size: 12px;
text-align: center;
line-height: 15px;
margin: 30 0 30 0;
padding-bottom: 30px;
padding-top: 15px;
border-top: 3px solid #CD0000;
}

/* form buttons */

.form {
background-color: #CD0000;
color: #FFFFFF;
font-weight: bold;
padding: 2;
border: 1px solid #808080;
}
