﻿BODY {
background-color: #ffffff;
background-image: url('images/mainimage.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-attachment: fixed;
background-repeat: no-repeat;
color: #333333;
font-family: verdana, Arial, sans-serif;
font-size: 13px;
margin-top: 10px;
margin-left: 100px;
margin-right: 10px;
margin-bottom: 0px;
scrollbar-arrow-color:#FFFFFF; 
scrollbar-face-color:#F26D45; 
scrollbar-3dlight-color:#F26D45; 
scrollbar-highlight-color:#F26D45; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#FFFFFF; 
}
}

Table {
font-size: 13px;
}

UL {
font-size: 13px;
}

LI {
font-size: 13px;
}

TD {
font-size: 13px;
}

P {
font-size: 13px;
}
/* this group sets the normal link colors */
A:LINK {
color: #f26d45;
line-height: 18 px;
}
A:VISITED {
color: #f26d45;
line-height: 18 px;
}
A:HOVER {
color : #F26D45;
font-weight:bold;
text-decoration: none;
line-height: 18 px;
}
A:ACTIVE {
color : #f26d45;
line-height: 18 px;
}
/* this grouping sets the heading colors and sizes */
H1 {
font-size : 15px;
font-weight : bold;
color : #F26D45;
}
H6 {
font-size: 13px;
font-weight: bold;

}
H5 {
font-size: 13px;
font-weight: bold;

}
H4 {
font-size: 13px;
font-weight: bold;

}
H3 {
font-size: 13px;
font-weight: bold;

}
H2 {
font-size: 13px;
font-weight: bold;

}
/* this class sets the properties for the horizontal rule bar */
hr {
color: #ffffff;
height: 1px;
width: 70%;
}
/* the area below contains special classes */* classes specify special formatting */
.top {
text-align: right;
padding: 10px;
}
.textarea {
font-family: verdana, Arial, sans-serif;
color: #333333;
font-size: 13px;
text-align: left;
padding-left: 10px;
padding-top: 5px;
padding-right: 12px;
padding-bottom: 5px
}
.copyright {
text-align: right;
font-size: 11px;
line-height: 18 px;
padding: 3px;
font-weight: bold;
color: #f26d45;
border-top: 1px solid #f26d45;
}
.botnavbar {
text-align: right;
padding: 5px;
font-size: 11px;
line-height: 18 px;
color: #f26d45;
}
.topnav {
text-align: right;
padding: 5px;
font-size: 11px;
line-height: 18 px;
color: #f26d45;
}
.topnavbar2 {
text-align: right;
padding: 5px;
font-size: 11px;
line-height: 18 px;
color: #f26d45;
}
.leftside {
padding: 3px;
}
.info {
padding: 3px;
font-size: 11px;
line-height: 15px;
}
.infoheader {
padding: 3px;
font-size: 11px;
font-weight:bold;
color: #f26d45;
border-bottom: 1px solid #f26d45;
}
.navbar_right {
padding: 2px;
font-size: 11px;
text-align: right;
}