﻿html
{
	/*font-family:Bradley Hand ITC;*/
	font-family:Monotype Corsiva;
	font-size:17px;
	/*font-weight:bold;*/
}
body
{
}
#container
{
	width:800px;
	margin: auto;
	margin-top:50px;
}
#footer
{
	width:100%;
	min-width:820px;

}
.MenuItem
{
	text-align:center;
	float:left;
	width:150px;
	background-color:Silver;
}
.LinkItem
{
	text-decoration:none;
	cursor:pointer;
	color:Black;
}
.modalBackground 
{
	background-color:Silver;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:white;
	border-width:3px;
	border-style:solid;
	border-color:silver;
	padding:3px;
	width:250px;
	color:Black;
	font-family:Arial;
}
.imgClass
{
	cursor:pointer;
}
.contactBox
{

	width:200px;
}
.PopupHover
{
	line-height:25px;
}
.popupMenu 
{
	padding:5px;
	position:absolute;
	visibility:hidden;
	background-color:White;
	border:solid 1px Silver;
}
#lowerline
{
	font-size:small;
	color:Gray;
}
