<!--
body , td, ul, li {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    }

A:link, A:visited {
 color: #0000ff;
 font-weight: bold;
 text-decoration: none;}

A:hover {
 color: #ff0000;}

a img {
    border: 0 none;
    }

B {
 font-weight:bold;}


.shade0 {background-color: #ffffff;}
.shade1 {background-color: #e5e5e5;}
.center {
 text-align: center;}

.nav, .nav a {
 background-color: #0000ff;
 color: #fff;
 text-align: center;
 font-weight: bold;

 text-decoration : none;
 }

.nav a:hover {
 background-color: #ff0000;
 color: #fff;
 text-align: center;
 font-weight: bold;

 text-decoration : none;
 }

h1 {
    font-family:  Arial, sans-serif;

    font-size: 14pt;
    font-weight: bold;
    color: #0000ff;
    margin-top: 0;
    text-align: center;
    }

#news h2 {
    color: #D6D6D6;
    margin-top: 10px;
    }

h2 {
    font: large Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    border-bottom: 4px solid #0000ff;}

h4 {
    font: bold small Verdana, sans-serif;
    color: #9C1A1E;
    margin-bottom: 2px;
    }

h5 {
    font: italic bold small Arial, sans-serif;
    color: #43616B;
    margin-top: 2px;
    }

p  {
    font: 0.9em Verdana, sans-serif;
    }

#center p {
    font: 0.8em Verdana, sans-serif;
    }

#sponsor p, #articlesponsor p {
    color: #000000;
    }

#footer p {
    margin: 4px;
    text-align: center;
    }

a {
    color: #34339B;
    }
a:hover {
    color: #9C191E;
    }

hr {
    color: #A5B5C6;
    height: 1px;
    }

a img {
    border: 0 none;
    }

div#top a {
    display: block;            /* makes the background hover effect work in Mozilla */
    width: 153px;
    background-color: #5C6F90;
    }

div#top a:hover {
    background-color: #43616B;
    }

.textbox {                    /* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
    padding: 4px;
    font:  small verdana, sans-serif;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    }

.alert {
  background-color:#ff0000;
  text-align:center;
  color:#ffffff;
  font-size:12pt;
  font-weight:bold;}

.header {
  text-align:center;
  font-family:ARIAL;
  color:#000000;
  font-size:12pt;
  font-weight:bold;}

.catbg {
 padding: 5px;
 FONT-WEIGHT: bold;
 font-style:italic;
 FONT-SIZE: 13px;
 BACKGROUND-IMAGE: url(http://www.kcracingusa.com/iconz/catbg.jpg);
 COLOR: #000000
}


.button {
    padding: 2px;
    font: bold small verdana, sans-serif;
    color: #fff;
    background-color: #5C6F90;
    border: 1px solid #000;
    }

.latestarticle {
    margin-bottom: 0;
    }

.headshot {
    display: inline;
    float: left;
    margin: 0 0.5em 0.5em 0;
    }

p.latestarticle a {
    clear: right;
    font: bold small Verdana, sans-serif;
    }

.date {
    display: block;
    text-align: right;
    color: #A5B5C6;
    font: x-small Verdana, sans-serif;
    }

.author {
    display: block;
    color: #5C6F90;
    font: x-small /2 Verdana, sans-serif;
    }

.blurb {
    margin: 0 0 1em 55px;
    }

p.crumbtrail {
    margin: 10px 28% 0;
    font-size: x-small;
    }
/*

------------------------------- layout -----------------------------

Notes:

Do not mix px widths with % widths for margins, borders or padding because
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   |
 ------------------------------------------
 |   0    |          25%         |   0    |

Center Margins:
 |  marg  |         width        |  marg  |
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   |
 ------------------------------------------
 |  1.5%  |          22%         |  1.5%  |                total width= 25%


*/

#top {
    padding: 4px;
    border-bottom: 4px solid #0000ff;
    }

#center {
    margin: 0 20% 0 20%;
    padding: 1% 3%;
/*    background: #fff url(iconz/flags.jpg) no-repeat center;*/
    color: #000;
    }

#left {
    position: absolute;
    padding: 0;
    top: 160px;
    width: 20%;
    background: #A5B5C6;
    color: #000;
    }

#otherleftstuff {
    width: 88%;
    padding: 10px 6% 40px 6%;
    }

#sponsor {
    position: absolute;
    width: 16.9%;
    margin-left: 80%;
    padding: 10px 1.5%;
    top: 160px;
    background-color: #D6D6D6;
    color: #000000;
    text-align: center;
    }

.spacer {
    display: block;
    height: 1px;
    font: 1px /1 sans-serif;
    clear: both;
    }

div#topcontent {
    position: absolute;
    top: 10px;
    right: 0;
    width: 80%;
    }

#topcontent h2, #topcontent p {
    display: inline;
    margin-right: 0.5em;
    }


#footer {
    clear: both;
    font-size: 9pt;
    border-top: 1px solid #0000fc;
    border-bottom: 1px solid #0000fc;
    background-color: #D6D6D6;
    color: #000000;
    }

#bio {
    float: right;
    width: 30%;
    padding: 1%;
    border: 4px dotted #5C6F90;
    color: 5C6F90;
    font-size: 0.7em;
    }
/* --------------------- Feature Image and Transparency Trick --------------- */


#featureimg {
    margin: 0 25% 0 0;
    text-align: center;
    border-top: 1px solid #A5B5C6;
    /*    Without this 1px border, Mozilla/Netscape applies the 200px margin from the
    child element (div#mstrans) - I don't know why? In these crazy topsy turvey times
    it seems that nothing is certain  */
    }

#mstrans {
    margin: 200px auto 0 auto;
    width: 140px;
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footbag.png');
    border: 0 solid pink;
    }

#mstrans img {
    filter: Alpha(opacity=0);
    border: 0 solid cyan;
    }

/*

-------------------------------- Navigation ------------------------------

List tips courtesy of A List Apart: http://www.alistapart.com/stories/taminglists/

*/


ul#mainnav {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #D6D6D6;
    }

ul#mainnav li {
    border-top: 1px solid #A5B5C6;
    }

ul#mainnav li a {
    text-decoration: none;
    display: block;
    width: 88%;
    padding: 6px 6%;
    background-color: #5C6F90;
    font: bold 0.8em /1.5 arial, sans-serif;
    color: #fff;
    }

ul#mainnav li a:hover {
    background-color: #0000fc;
    color: #eee;
    }

ul#mainnav ul.subnav {
    list-style: none;
    margin: 0;
    padding: 0;
    }

ul#mainnav ul.subnav li {
    border-top: 0 none;
    padding-left: 1.5em;
    }

ul#mainnav ul.subnav li a {
    padding: 1px;
    font: bold 0.7em /1.5 verdana, sans-serif;
    color: #5C6F90;
    background-color: transparent;
    }

ul#mainnav ul.subnav li a:hover {
    color: #43616B;
    background-color: transparent;
    text-decoration: underline;
    }

div#topcontent ul {
    position: absolute;
    right: 0;
    list-style: none;
    margin: 0 0 40px 0;
    }
div#topcontent ul li {
    display: inline;
    padding: 0 0.5em;
    border-left: 1px solid #34339B;
    }
div#topcontent ul li.first {
    border-left: 0 none;
    }
div#topcontent ul li a {
    font: 0.7em /1 verdana, sans-serif;
    }

div#topcontent form {
    position: absolute;
    right: 0;
    top: 55px;
    margin: 0;
    }
/* ---------------------------------------------------------------------*/



/* "vbox" styles */

.vbox_lcap_l_bg {
    background: url(../iconz/vbox/labelcap-left.gif);
    height: 14px;
    width: 14px;
}

.vbox_lcap_r_bg {
    background: url(../iconz/vbox/labelcap-right.gif);
    height: 14px;
    width: 14px;
}

.vbox_t_bg {
    background: url(../iconz/vbox/t-bg.gif);
    height: 14px;
    width: 100%;
    text-align: left;
}

.vbox_b_bg {
    background: url(../iconz/vbox/b-bg.gif);
    height: 14px;
}

.vbox_l_bg {
    background: url(../iconz/vbox/l-bg.gif);
    width: 14px;
}

.vbox_r_bg {
    background: url(../iconz/vbox/r-bg.gif);
    width: 14px;
}

.vbox_tl_bg {
    background: url(../iconz/vbox/tl.gif);
    width: 14px;
    height: 14px;
}

.vbox_tr_bg {
    background: url(../iconz/vbox/tr.gif);
    width: 14px;
    height: 14px;
}

.vbox_bl_bg {
    background: url(../iconz/vbox/bl.gif);
    width: 14px;
    height: 14px;
}

.vbox_br_bg {
    background: url(../iconz/vbox/br.gif);
    width: 14px;
    height: 14px;
}

.vbox_header
    {
    background: #ececec;
    color: #6E046E;
    font-size: 8pt;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;}

.vbox_data
    { padding-left: 14px; text-align: left;}















-->