@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000B2F;
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:20px
}

.Content {
	background-image:url('images/kvar_14.gif');
	background-repeat:repeat-y;
	padding-left:40px;
	padding-right:40px; background-position-y:50%
}
img 		 {border: none;}
li           { font-size: 10pt; font-family: Verdana; color: #000000 }
UL {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	list-style-type: disc;
	color: #003300;
}
a {
    font-weight: bold;
    color: #000B2F;
    hover,focus: text-decoration:underline; font-family:Verdana; font-size:12pt; text-decoration:underline; color:#000B2F
}
p {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
h1           { font-family: Arial; font-size: 14pt; color: #000B2F; font-weight: 
               bold }
h2           { font-family: Arial; font-size: 14pt; color: #5D9B21; font-weight: bold }
h3           { font-family: Arial; font-size: 12pt; color: #000B2F; font-weight: bold }
h4           { font-family: Arial; font-size: 12pt; color: #5D9B21; font-weight: bold }
h5           { font-family: Arial; font-size: 10pt; color: #000B2F; font-weight: bold }
h6           { font-family: Arial; font-size: 10pt; color: #5D9B21; font-weight: bold }


a:link       { font-family: Verdana; font-size: 10pt; color: #000B2F; text-decoration: underline }
a:visited    { font-family: Verdana; font-size: 10pt; color: #808080; text-decoration: 
               underline }
a:active     { font-size: 10pt; font-family: Verdana; text-decoration: underline; color: 
               #5D9B21; font-weight: bold }
td           { font-family: Verdana; font-size: 12pt }
tr           { font-family: Verdana; font-size: 12pt }
th           { color: #5D9B21; font-family: Verdana; font-size: 12pt; font-weight: bold }

/* ---------- CSS FROM MARC -------------*/

.headerbg {
background-image:url('images/kvar_01.gif');
}

/*============================ Navigation ============================*/


#navbg {width:843px;
height:30px;
background-image:url('images/navbg.jpg');
background-repeat:no-repeat
}

.menu{
	margin-bottom: 0;
}

.menu ul{
	padding: 6px 9px 4px 26px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	text-transform:uppercase;
	font-style:italic;
}

.menu li{
	display: inline;
	margin: 0;
}

.menu li a{
	text-decoration: none;
	padding: 9px 9px 9px 9px;
	margin: 0;
	margin-right: -2px; /*distance between each tab*/
	color:#333333;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu li a:visited{
	text-decoration: none;
	color:#333333;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;

}

.menu li a:hover, .menu li.selected a{
	text-decoration: none;
	color:#FFFFFF;
	background-image:url('images/nav_hover.jpg');
}

.divider {
font-weight:normal;
}
/*======================= End Navigation =======================*/