/* 
    Created on : Feb 23, 2021, 1:16:05 AM
    Author     : krismiller
*/

body {
    color: black;
    background-color: whitesmoke;
}

#contentarea {
	width:570px;
	min-height:1400px;
	height:auto !important;
	background-color:whitesmoke;
	left:200px;
	top:0px;
	position: absolute;
	z-index: 20;
	margin: 0px;
	padding: 15px;
}

#left_sidebar {
    width:190px;
    min-height:1400px;
    height:auto !important;
    left:0;
    top:0;
    position: absolute;
    margin: 0px;
    z-index: 10;
    color: #000;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    background: #dddddd ;
}


h1 {
    color: black;
    font-family: Arial;
    text-align: center;
}

h2 {	
    color: red;
    font-family: Arial;
}

h3 {
    font-family: Arial;
}

h4 {
    font-family: Arial;
}

h5 {
    color: blue;
    font-family: Arial;
}

p {
    font-family: Arial;
}

ol {
    font-family: Arial; 
}