/* BASIC HTML DEFINITIONS */

/* HTML       {height: 100%; margin-bottom: 1px;} */

HTML {
height: 100%; margin-bottom: 1px;
scrollbar-arrow-color:#AD1829; 
scrollbar-face-color:#C0C0C0; 
scrollbar-3dlight-color:#283451; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-track-color:#283451; 
}

body       {background: url('images/Bull_Logo_post-mask60-blue222942-189x290-left.jpg'); background-attachment: fixed; color: #000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 0}

/* body       {background: #fff url('images/background.jpg') repeat-x; color: #000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 20px 0} */

table, td, tr  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
ul li      {list-style-image: url('images/bullet1.gif'); font-size: 100%}
hr         {background-color: #C0C0C0; color: #C0C0C0; height: 1px; width: 100%;}
img {border: 2px none; margin: 0; padding: 0}

form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #C0C0C0; color: #FFFFFF;}
.forminput   {background-color: #FFF; color: #000; border: 1px solid #C0C0C0; padding: 3px; font-size: 100%; font-family: Verdana, Arial, sans-serif; margin: 2px;}

/* HEADING DEFINITIONS */

h1 {font-family: Georgia, Times, serif; color: #AD1829; text-align: left; font-size: 26px; font-weight: normal; margin: 0 0 20px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #Ad1829; text-align: left; font-size: 18px; font-weight: normal; margin: 0 0 20px 0;}

/* original h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #00A61F; text-align: left; font-size: 18px; font-weight: normal; margin: 0;} */
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #005AFD; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h4 {font-size: 120%; font-weight: bold; color: #FFF; background-color: #293152; padding: 4px 4px; margin: 0;}
h5 {font-size: 120%; font-weight: bold; color: #FFF; background-color: #AD1829; padding: 4px 4px; margin: 0;}

/* original h5 {font-size: 120%; font-weight: bold; color: #118B28;} */
h6 {font-size: 120%; font-weight: bold; color: #00A61F; margin: 0;}

/* apparently there is a limitation of 6 header elements that can be used!? */

/* BASIC LINK COLORS */

A:LINK    {color: #293152; text-decoration: none; font-weight: bold;}
A:VISITED {color: #808080; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #AD1829; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #0199FA; text-decoration: none; font-weight: bold;}

.rollover   {color: #FFF; font-size: 12px; padding-left: 3px;}
.rollover A:LINK, .rollover A:VISITED {display: block; margin: 0; width: 124px; float: left; color: #E8E4E4; 
                                       background: url('images/buttongroup-blue-red4-250x35.jpg') no-repeat 0 0; ; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Tahoma; padding-left:0; padding-right:0; padding-top:18px; padding-bottom:18px}
.rollover A:HOVER {background-position: -125px 0; font: bold 12px Tahoma; color: #FFFFFF; text-decoration: none;}
.rollover A:ACTIVE {background-position: -125px 0; font: bold 12px Tahoma; color: #FFF; text-decoration: none;}

/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left; color: #000; background-color: #F9F5F5; border: 2px solid #F9F5F5;}
/* .wrapper        {width: 750px; text-align: left; color: #000; background-image: url('images/wrapperbkg.jpg');} */
.header         {background-image: url('images/logoimage_helmet2.jpg'); vertical-align: top; height: 150px; font-size: 85%}
.navbar         {width: 750px; text-align: center; color: #FFF; height: 50px; background-image: url('images/navcell.jpg');}
.sidebar        {width: 230px; text-align: left; vertical-align: top; padding: 10px 10px; font-size: 90%; line-height: 16px;}
.sidebar2       {width: 230px; text-align: left; vertical-align: top; padding: 5px 10px; border: 1px solid #293152; font-size: 90%; line-height: 16px;}
.content        {width: 500px; vertical-align: top; padding: 27px 30px 0 10px; text-align: justify; line-height: 18px;}
.content2       {width: 500px; vertical-align: top; padding: 27px 30px 0 10px; border: 1px solid #293152; text-align: justify; line-height: 18px;}

.textshort      {width: 50%; padding: 10px 0; text-align: left; vertical-align: top; border-top: 4px solid #293152; font-size: 90%; line-height: 16px;}
.textwide       {width: 100%; vertical-align: top; padding: 10px 40px; line-height: 18px; text-align: justify;}
.footer         {text-align: center; font-size: 90%; font-weight: bold; padding: 5px; background-image: url('images/footer.jpg');}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0 10px 0 0; float: left; border: 1px solid #C0C0C0;}
.imageright  {margin: 0 0 0 10px; float: right; border: 1px solid #C0C0C0;}
.imagecenter {margin: 0 5px;}
