﻿html, body
{
	padding-left: 20px;
    padding-top:20px;
    margin: 0px;
	background-image:url(media/background.jpg);
	background-repeat:repeat-x;
}
a  {
   text-decoration: none;
   color: #000000;
}

a ins  {
   text-decoration: none;
}
.header
{
	background-color: #0033CC;
	background-image: url( 'media/wkcbanner.jpg' );
	background-repeat: no-repeat;
	height: 109px;
	width: 900px;
}
.footer
{
	background-color: #0033CC;
	background-image: url( 'media/bannerbottom.jpg' );
	background-repeat: no-repeat;
	height: 69px;
	width: 900px;
}
.maintable
{
	background-color: #0033CC;
	width:900px;
	margin-left:auto; 
	margin-right:auto;
}
.main
{
	background-color: White;
	width:720px;
	vertical-align: top;
	padding:15px 5px 15px 5px;
}

.header_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #064583;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;	
}
.font_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}
.smfont_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.sub_divider {
	width: 600px;
	margin-left: 10px;
	margin-top: -20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}
.horizontal_divider
{
	height:300px;
	margin-left:5px;
	margin-right: 5px;
	margin-top:10px;
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color: #999;
}
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-family:Arial;
}

#menu {
        width: 180px;
	position:relative;
        font-size:14px;
        }

#menu li a {
        height: 44px;
        voice-family: "\"}\"";
        voice-family: inherit;
	height: 19px;
        text-decoration: none;
	background:  #0066CC;
     	color: #ffffff;
        display: block;
        padding: 2px 0 0 7px;
	border-bottom: #ffffff;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;

        }
#menu li a:link , a:visited.link {
        color: #000;
        display: block;
        background:  #0066CC;
        padding: 2px 0 0 7px;
        }

#menu li a:hover{
        color: #000;
        background: #ecf3ff;
        padding: 2px 0 0 7px;
        }

#menu li.active a{
        color: #000000;
        background: #ffffff;
        }
        
.divtable
{
	border:solid 1px #000;	
}
.divtable th
{
	border-bottom: solid 1px #000;	
}