﻿

#container {
    /*text-align:left;*/
    padding-left: 10px;
    /*width: 1000px;*/
    width: 800px;
    height: 1000px;
    /*background-color:white;*/
    /*background-color:black;*/
	background-color:#003058;
    margin-left: auto;
    margin-right: auto;
	/*position: relative;*/
    /*position: centre;*/
	/*overflow: visible;*/
}

#banner {
	/*background-color: navy;*/
    /*background-color: black;*/
	background-color:#003058;
	height: 36px;
	width: 100%;
	text-align: center;
	color: white;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 48px;
	font-style: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}

#bannersmall {
	/*background-color: navy;*/
    /*background-color: black;*/
	background-color:#003058;
	height: 24px;
	width: 100%;
	text-align: center;
	color: white;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}

table {
	/*color: white;*/
        color: black;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 18px;
}

th
{
    text-align: left;
}

#left {
    text-align:left;
    padding-left: 2%;
    width: 12%;
    /*background-color:blue;*/
    background-color:black;
    float: left;
	position: relative;
	height: 100%;
	margin: 0;
	color: white;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 20px;
}

#content {
    text-align:left;
    padding-left: 1%;
    padding-right: 1%;
    background-color:white;
	border-color: black;
        float: left;
	/*width: 84%;*/
        width: 773px;
	height: 89%;
	/*position: relative;*/
}

p {
	margin-top: 0;
	margin-bottom: 1.5px;
	font-family: Arial, Verdana, Sans Serif;
	text-indent: 5%;
}

#labinfo{
	padding-left: 2%;
	width: 98%;
	/*height: 27%;   this would need to be adjusted if container height is adjusted*/
	height: auto;
	text-align:left;
    border-color: black;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	font-family: Arial Bold, Verdana, Sans Serif;
	font-size: 20px;
	color: black;
}

#labinfo p{
	font-family: Arial Bold, Verdana, Sans Serif;
	
	
}

h1 {
    font-size: 20px;
	/*color: green; */
	color: #9C302C;
	font-style: bold;
	text-indent: 0%;
	font-family: Arial Bold, Verdana, Sans Serif;
	margin-bottom: 1px;
	text-align: left;
	}

h2 {
	font-size: 14px;
	color: navy; 
	font-style: bold;
	font-family: Tahoma, Verdana, Sans Serif;
	text-indent: 0%;
	margin-bottom: 0px;
	/*margin-top: 1px;*/
}

h3 {
	font-size: 12px;
	text-indent: 0%;
	font-family: Tahoma, Verdana, Sans Serif;
	/*margin-bottom: 1px;*/
	margin-top: 0px;
}

#upcoming {
    padding-left: 2%;
	width: 98%;
	height: 25%;
	/*background-color:pink;*/
	border-color: black;
	border-bottom: 2px solid;
	overflow-y: scroll;
	
	
}

#images{
	padding-left: 2%;
	width: 98%;
	/*height: 42.8%;*/
	height: auto;
	/*background-color:black;*/
	text-align: center;
}

body {
/*    background-color: #d0e4fe;*/
    background-color:#848484;
	/*background-color:#003E6F;*/
	/*background-color:#00336C;*/
	
	
}


