@charset "utf-8";

html
{
	height: 100%;
}

body
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height:inherit;
	margin: 20px;
	padding: 0px;
	background-color: #FFFFFF;
}

a
{
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	color: #FF0000;
}

#bodytable
{
	height: 100%;
	width: 100%;
}

#picturetable
{
	height:inherit ;
}


#titlebox
{
	font-size: 42pt;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	height: 150px;
}

.red
{
	color: #FF0000;
}

#content_box
{
	padding-left: 75px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px solid #FFFFFF;
}

h2
{
	font-size: 16px;
	font-weight: bold;
}

.imgborder
{
	border: 1px solid #000000;
}

#paypalbutton
{
	float: right;
}

#map
{
	float: right;
}

#bodytable #picturetable #content_box #map iframe
{
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#titletable
{
	height: 102px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#bodytable #picturetable #topmiddle
{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#bodytable #picturetable #middle
{
	margin: 5px;
}

#bodytable #picturetable #middleleft
{
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}

#bodytable #picturetable #middleright
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

