﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "comic Sans MS";
	font-size: 14px;
}

hr { height: 25px; background:url(images/hr.jpg) top left no-repeat; border:0; outline:none}



UL LI 
{ 
list-style-image: url(images/spade.gif);
list-style-type: disc; color: #000000;
}

UL LI LI 
{ 
list-style-image: url(images/heart.gif);
list-style-type: circle; color: #000000; 
}

UL LI LI LI 
{ 
list-style-image: url(images/diamond.gif);
list-style-type: square; color: #000000; 
} 

#masthead {
	min-width: 600px;
}

#logo {
	float: left;
	width: 200px;
}
#manager {
	float: right;
	width: 200px;
	z-index: auto;
	
	}

#header {
	margin-left: 200px;
	margin-right:220px;
	font-size: 36px;
	font-family: "comic Sans MS";
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	margin: auto;
	float: left;
	width: 200px;
}

#page_content {
	margin-left: 200px;
	margin-right: 10px;
}

#footer {
	clear: both;
}
.address {
	font-family: "comic Sans MS";
	font-size: 12px;
}
p {
	margin-right: 200px;
}
h4 {
	margin: 0px 0px 0px 8px;
}
.leftcol {
	margin-right: 8px;
	margin-left: 8px;
}
#explanation {
	margin: 10px;
	padding: 10px;
	background-color: #CCFFCC;
	color: #000000;
	font-family: "comic Sans MS";
	z-index: 171;
	position: relative;
	width: 500px;
	height: 100px;
	font-size: 14px;
	display: none;
}
#explanation062710 {
	margin: 10px;
	padding: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: "comic Sans MS";
	z-index: 171;
	position: relative;
	width: 400px;
	height: 100px;
	font-size: 14px;
	visibility: hidden;
}
#explanation070410 {
	margin: 10px;
	padding: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: "comic Sans MS";
	z-index: 171;
	position: relative;
	width: 400px;
	height: 100px;
	font-size: 14px;
	visibility: hidden;
}
.makeMeBold {
	font-weight: bold;
}

