/* Tom Edwards */

/* Scheme - Delicate */
/* #8baeb4 - Light Blue */
/* #f0efeb - Off White */
/* #0329ae - Dark Blue */
/* #ffffff - White */
/* #000000 - Black */
/* #323232 - Link Unvisitied */

body	{
	font-size: medium ;
	font-family: Verdana, "Andale Mono", sans-serif ;
	color: #000000 ;
	background-color: #E1E1E1 ;
	}

h1	{
	font-family: Arial, "Times New Roman", sans-serif ;
	font-size: 150% ;
	color: #000000 ;
	}

h2	{
	font-family: Arial, "Times New Roman", sans-serif ;
	font-size: 130% ;
	color: #000000 ;
	}

h3	{
	font-family: Arial, "Times New Roman", sans-serif ;
	font-size: 100% ;
	border-width: thin ;
	border-bottom: solid ;
	margin-top: 4px ;
	margin-bottom: 7px ;
	}
	
h4	{
	font-family: Arial, "Times New Roman", sans-serif ;
	font-size: 100% ;
	margin-bottom: 1px ;
	}
	
	
	
strong {
		font-size: 90% ;
	}

table	{
	border-collapse: collapse ;
	}

td, tr, th	{
	border: solid blue ;
	border-width: thin ;
	padding: 2px ;
	margin: 5px ;
	}
.navstrong {
	font-size: 120%
	}

.jello	{
	width: 950px ;
	margin-right: auto ;
	margin-left: auto ;
	padding-top: 0px ;
	padding-right: 0px ;
	padding-bottom: 5px ;
	padding-left: 0px ;
	background-color: #ffffff ;
	}

.header	{
	background-color: #f6f6f6 ;
	padding: 1px ;
	height: 127px ;
	}
	
.sidebar{
	text-align: left ;
	background-color: #f6f6f6 ;
	font-size: 90% ;
	width: 170px ;
	float: left ;
	border-width: 0px ;
	border-style: solid ;
	border-color: #000000 ;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px ;
	margin-left: 0px ;
	margin-right: 1px ;
	margin-top: 10px ;
	}

.nav	{
	background-color: #f6f6f6 ;
	clear: both ;
	font-size: 90% ;
	text-align: center ;
	width: 100% ;
	height: 30px ;
	}

.nav li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
	}


.floatl	{
	float: left ;
	padding: 2px ;
	}

.floatr	{
	float: right ;
	padding-left: 2px ;
	}

.footer	{
	background-color: #edf0f5 ;
	font-size: 80% ;
	text-align: center ;
	margin-top: 15px ;
	clear: both ;
	}

.h3no	{
	font-family: Arial, "Times New Roman", sans-serif ;
	font-size: 120% ;
	border-width: thin ;
	border-bottom-width: 1px ;
	}

.top	{
	font-size: 75% ;
	}

.employee	{	
	width: 710px ;
	font-size: 90% ;
	border-width: thin ;
	float: right ;
	border-style: ;
	border-color: #000000 ;
	background-color: #ffffff ;
	margin-right: inherit ;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-bottom: 5px ;
	margin-left: 10px;
	margin-right: 20px ;
	margin-top: 20px ;
	}

a:link	{
	font-size: 90% ;
	color: #4c8fff ;
	}

a:visited {
	font-size: 90% ;	
	color: #4c8fff ;
	}

a:hover {
	font-size: 90% ;	
	color: #8baeb4 ;
	}