

/* General colors and formatting */

body {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 10pt;
    color: rgb(0, 0, 0);
    background-image: url('bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 185px center;
}

h1 {
    font-weight: bold;
    font-size: 14pt;
}

h2 {
    font-weight: bold;
    font-size: 12pt;
}

a:link {
    text-decoration: underline;
    color: rgb(0, 0, 255);
}

a:active {
    text-decoration: underline;
    color: rgb(255, 0, 0);
}

a:visited {
    text-decoration: underline;
    color: rgb(153, 51, 153);
}

table {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 10pt;
    color: rgb(0, 0, 0);
}

/***************************************************/

/* divs */

#kmpm_header {
    font-weight: normal;
    text-align: left;
    color: white;
    width: 830px;
    background: #000000;
    background-image: url('kmpm_header4.png');
    background-repeat: no-repeat;
    background-position: center right;
}

#kmpm_topmenu {
    font-weight: bold;
    font-size: 8pt;
}

#kmpm_page {
    position: relative;
}

#kmpm_menu {
    position: absolute;
    top: 0px;
    width: 180px;
    background: #fcf2e4;
}

/*#kmpm_doc_container {
    position: absolute;
    top: 0px;
    width: 580px;    
    height: 400px;
    margin-left: 210px;
    overflow-y: scroll;
    overflow-x: hidden;
}*/

#kmpm_doc {
    position: absolute;
    top: 0px;
    min-width: 250px;
    max-width: 580px;
    margin-left: 210px;
}

#kmpm_staff_photo {
    margin: 0 8px 0 0;
    float: left;
    font-weight: bold;
    text-align: center;
}

#kmpm_footer {
    clear: both;
    font-size: 8pt;
    text-align: center;
}

#kmpm_header hr {
    border: 0;
    width: 640px;
    color: white;
    background-color: white;
}

#kmpm_header h1 {
    font-weight: bolder;
    font-size: 24pt;
    text-decoration: none;
    color: white;
}

#kmpm_header a:link {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

#kmpm_header a:visited {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

#kmpm_header a:active {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

#kmpm_header a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

#kmpm_menu a:link {
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

#kmpm_menu a:visited {
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

#kmpm_menu a:active {
    font-weight: bold;
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

#kmpm_menu a:hover {
    font-weight: bold;
    text-decoration: underline;
}

/***************************************************/

/* special table headers (mostly from old site)*/

.benton_header {
	font-size: 11pt;
	font-weight: bolder;
	color: black;
	background: rgb(255,128,0)
}

.boone_header { 
	font-size: 11pt;
	font-weight: bolder;
	color: black;
	background: yellow
}

.carroll_header { 
	font-size: 11pt;
	font-weight: bolder;
	color: black;
	background: lime
}

.cass_header { 
	font-size: 11pt;
	font-weight: bolder;
	color: white;
	background: blue
}

.clinton_header { 
	font-size: 11pt;
	font-weight: bolder;
	color: white;
	background: fuchsia
}

.fountain_header { 
	font-size: 11pt;
	font-weight: bolder;
	color: white;
	background: maroon
}

.montgomery_header { 
	font-size: 11pt;
	font-weight: bolder;
	color: black;
	background: aqua
}

.tippecanoe_header { 
	font-size: 11pt;
	font-weight: bolder;
	color: white;
	background: green
}

.warren_header { 
	font-size: 11pt;
	font-weight: bolder;
	color: black;
	background: red
}

.white_header
{ 
	font-size: 11pt;
	font-weight: bolder;
	color: black;
	background: rgb(128,128,255)
}

/***************************************************/

