@charset "UTF-8";
.masthead table
{
	width: 100%;
}

.masthead table tr td
{
	padding:0;
}

.masthead table tr td h1, .masthead div h1
{
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

.masthead table tr td h2, .masthead div h2
{
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	margin-top: -10px;
}

.masthead table tr td h3, .masthead div h3
{
	text-align: left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.masthead table tr td h4, .masthead div h4
{
	text-align: left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}

.masthead table tr td table tr td a
{
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.masthead table tr td table tr td a a:link
{
	color: #666;
}

.masthead table tr td table tr td a:hover
{
	color: #CCC;
}

.masthead table tr td table tr td a:active
{
	color: #CCC;
}

.masthead table tr td table tr td a:visited
{
	color: #666;
}

#callstatustable
{
	font-size: 1em;
	color: #666;
	text-align: left;
	text-indent: 5px;
}

#callstatustable td
{
	padding: 4px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}

#callstatustable tr td a
{
	font-size: 1em;
	color: #666;
	text-decoration: none;
}

#contactstable
{
	font-size: 1em;
	color: #666;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	border-collapse: collapse;
	max-width: 750px;
}

#contactstable th
{
	border-left-color: #FFF;
	background-color: #EDEDED;
	border-left-width: 1px;
	border-left-style: solid;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contactstable td
{
	padding: 2px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-style: none;
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-color: #999;
	text-align: center;
	border-left-width: 1px;
}

#contactstable tr td a
{
	font-size: 1em;
	color: #666;
	text-decoration: none;
}
#outertable
{
	text-align: right;
	color: #666;
	font-size: 0.9em;
}

#outertable tr td a
{
	color: #666;
	font-size: 0.9em;
}
#outertable2
{
	text-align: center;
	color: #666;
	font-size: 0.9em;
	width: 100%;
	max-width: 750px;
}

#sidebartable
{
	font-size: 1em;
	color: #666;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
#sidebartable td
{
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#sidebartable tr td a
{
	font-size: 1em;
	color: #666;
	text-decoration: none;

	.dateline
	{
		font-size: 0.7em;
		color: #666;
	}

	#sidebartable tr td table ul
	{
		list-style-type: none;
		vertical-align: top;
		left: 0px;
	}

	#sidebartable2
	{
		text-align: center;
		vertical-align: middle;
		width: 100%;
	}

	#basetable
	{
		text-align: center;
		width: 300px;
	}
	#basetable tr td
	{
		text-align: center;
	}

	#contactstabletop
	{
		width: 100%;
		max-width: 750px;
	}

	#contactstabletop2 tr td
	{
		text-align: center;
	}
	.icon
	display: inline-block;
	margin-right: 5px;
}

a img
{
	/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


@media all and (max-width: 820px)
{
	.masthead table tr td h1
	{
		font-size: 1em;
	}
	
	.masthead table tr td h2
	{
		font-size: 0.9em;
	}
}

