html, body
{
margin:0;
padding:0;
border:0;
}

body
{
background:#000;
font-family:verdana, arial, sans-serif;
font-size:76%;
font-weight:normal;
text-align:left;
margin:5px 0;
color:#000;
}

p
{
text-align:left;
margin:5px 40px;
padding:0;
text-indent:15px;
line-height:1.3;
}

p.noindent
{text-indent:0;}

h1, h2, h3
{
text-align:center;
margin:10px 45px;
}

h1
{
margin-top:0;
font-family:georgia, times new roman, serif;
font-size:25px;
}

h2
{font-size:20px;}

h3
{font-size:18px;}

h3.img
{
font-weight:normal;
font-size:13px;
margin:5px auto;
}

a, a:visited
{
color:#c7191b;
font-weight:bold;
text-decoration:none;
border-bottom:1px dotted #c7191b;
}

a:hover, a:active
{
color:#f8d619;
border-bottom:1px dashed #f8d619;
}

a.noborder, a:visited.noborder, a:hover.noborder, a:active.noborder
{border-bottom:0;}

img
{border:0;}

img.left
{
float:left;
margin:5px 7px 5px 35px;
}

img.right
{
float:right;
margin:5px 35px 5px 7px;
}

/* classes start here */

ul.listbox, ol.listbox
{
border:0;
margin:5px 50px 5px 90px;
}

ul.listbox li, ol.listbox li
{
list-style-image:url(../images/list.gif);
padding:0 0 5px 5px;
font-size:13px;
line-height:1.2;
font-weight:normal;
}

ol.listbox li
{
list-style-image:none;
list-style-type:default;
font-weight:bold;
font-size:14px;
letter-spacing:1.2pt;
line-height:1.2;
}

ul.listbox ul, ol.listbox ol
{margin-left:15px;}

ul.listbox ul li, ol.listbox ol li
{
font-weight:bold;
font-size:14px;
letter-spacing:1.2pt;
line-height:1.2;
padding:0 0 5px 5px;
}

ol.listbox ol li
{list-style-type:lower-alpha;}

.clear
{clear:both;}

.symbol
{
color:#c7191b;
font-size:14px;
font-weight:bold;
}

.center
{text-align:center;}

.bold
{font-weight:bold;}


.red
{color:#c7191b;}

.gold
{color:#f8d619;}

.green
{color:#339d45;}

.cap /* creates the large drop-cap first-letter in the paragraphs */
{
font-family:georgia, times new roman, serif;
font-size:35px;
color:#c7191b; /*red */
font-weight:bold;
float:left;
height:35px;
line-height:35px;
margin-top:-2px;
margin-right:3px;
}

#wrapper
{
margin:0 auto;
width:750px;
background:#fff;
border-top:10px solid #000;
border-right:1px solid #000;
border-bottom:10px solid #000;
border-left:1px solid #000;
}

#header
{
display:block;
height:150px;
background:url(../images/ktms_header.jpg) #000;
background-position:top center;
background-repeat:no-repeat;
margin:0 auto;
}

#footer
{
display:block;
height:50px;
width:750px;
background:url(../images/ktms_footer.jpg) #000;
background-position:top center;
background-repeat:no-repeat;
margin:0 auto;
}

#footer p
{
text-align:center;
margin:8px 10px 0 10px;
color:#000;
font-size:11px;
font-weight:bold;
text-indent:0;
padding:11px 0 3px 0;
}

#footer a, #footer a:visited
{
color:#f8d619;
text-decoration:none;
border-bottom:1px dashed #f8d619;
}

#footer a:hover, #footer a:active
{
color:#339d45;
border-bottom:1px dotted #339d45;
}

#footer a.noborder, #footer a:visited.noborder,
#footer a:hover.noborder, #footer a:active.noborder
{
text-decoration:none;
border:0;
border-bottom:0;
}