﻿/* Presentation Stylesheet */ 

body, p { 
    font-family: verdana, sans-serif;            
    font-size: 12px; 
}
a {
    color: #005000;                              
    font-size: 12px;
    text-decoration: underline; 
}
a:visited { 
    color: #907020; 
}
p { 
    padding: 0 15px; 
}
img { 
    border: 0; 
} 
input {
	font-family: monospace;			
	background: white;
	color: blue;
}
textarea {
	font-family: monospace;
}
h1 { 
    color: #005000;                              
    text-align: center; 
}
h2 { 
    color: #990000;                              
    margin: 25px 0 10px 0;
}
h4, h3 { 
    margin:0;                                    
    padding: 5px 0; 
}

/* Classes */
.al-c {
    text-align: center;
}
.alc {
    text-align: center;                          
    width: 600px;
    margin-left: auto;                           
    margin-right: auto;
}
.alr {
	text-align: right;
}
.al-600 {
    text-align: left;                            
    width: 600px;
    padding: 0;                                  
    margin: 10px 0 5px 0;
} 
.dscr {
	color: #008000;
}
.hom {
	border-collapse: collapse;			
	border: 1px solid black;
	width: 700px;					
	margin-left: auto;				
	margin-right: auto;
}
.hom tr {

}
.hom tr td {
	vertical-align: top;				
	padding: 3px;
}
.kit {
	border-collapse: collapse;			
	width: 700px;					
	margin-left: auto;				
	margin-right: auto;
	margin-top: 15px;
}
.kit tr {
	text-align: center;
}
.kit tr td {
	padding: 3px;					
	border: 1px solid maroon;
}
.linkurlwithlinemed { 
    color: #005000;                              
    font-size: 12px;
    text-decoration: underline; 
}
.linkurlwithlinesmall { 
    color: #005000;                              
    font-size: 10px;
    text-decoration: underline; 
}
.nav { 
    color: #F6CC68;                              
    font-size: 11px; 
}
.quote { 
    color: #005000;                              
    font-family: verdana;
    font-size: 12px;                             
    border: 2px solid #990000;
    background-color: #ffe090;                   
    margin: 10px 5px;
    padding: 5px; 
}
.textsmall { 
    font-family:verdana;                         
    font-size:10px; 
}
.textmedium { 
    font-family:verdana;                         
    font-size:12px; 
}

/* CSS Tabs */
#navlist {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 2px solid #900;
    font: bold 12px Verdana, sans-serif;
}
#navlist li {
    list-style: none;
    margin: 0;
    display: inline;
}
#navlist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 2px solid #900;
    border-bottom: none;
    background: #000;
    text-decoration: none;
}
#navlist li a:link { 
    color: #fff; 
}
#navlist li a:visited { 
    color: #ccc; 
} 
#navlist li a:hover {
    color: #fff;
    background: #050;
    border-color: #900;
}
#navlist li a#current {
    color: #900;
    background: white;
    border-bottom: 2px solid #fff;
}