body, body td { font-size: 14px; }

/*******  MAIN LAYOUT TABLE  *******/

#public_boundary 
{
	border: none;
	width: 800px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 60px;
}
#public_main_table
{
	border:1px solid slateGray; 
	padding:5px;
}
#public_heading
{
	border-bottom:1px solid slateGray;
	height: 100px;
}

#public_bottom_table{
	background-color: white;
	border-top: 1px solid slateGray;
}
.public_layout 
{
	width: 100%;
}

table.public_menu 
{ 
	width: 100%;  
	padding: 2px;
	background-color: white;
	border-bottom: 1px solid slateGray;
	border-top: 1px solid slateGray;
}

table.public_menu td, table.public_menu td a 
{ 
	text-transform: uppercase; 
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	margin: none;
	padding: none;
}
table.public_menu td a { display: block; width: 100%; height: 100%; }
table.public_menu td a:hover { color: black; text-decoration: none; }

table.public_buttons 
{ 
	margin-top: 30px;
	margin-bottom: 30px;
}
table.public_buttons tr { vertical-align: top; }
table.public_buttons td 
{ 
	text-align: center; 
	padding-right: 20px; 
	padding-left: 20px;
}

/* 4503 */
table.small_public_table
{
	border-collapse: collapse;
	border: none;
	margin: none;
	padding: none;
}

table.small_public_table td, table.small_public_table th
{
	font-size: 12px;
	text-align: left;
	padding-left: none;
	padding-right: 8px;
}
table.small_public_table th { font-weight: bold; }

#loginButton, #registerButton { width: 152px; text-align: center; }

.globalFlyout
{
	background-color: transparent;
	padding-top:5px;
}
.globalFlyout table
{
	background-color: white;
	padding: 3px;
	width: 100%;
	border: 1px solid slateGray;
	color: black;
	font-size: 12px;
}
.globalFlyout td
{
	font-size: 12px;
	font-weight: bold;
}
.globalFlyout td.menuLinkBullet { display: none; }
.globalFlyout td a { color: #666666; }
.globalFlyout td a:hover { color: black; text-decoration: none;}

#menuAdditional { margin-top: 10px; }

#customContent { margin-top: 10px; }

#under_construction
{
	border: 1px solid black;
	text-align: center;
	padding: 10px;
}

#facilityLogo /* 4601 */
{
	margin-top: 10px;
}

/* 4618 */
.sponsorHeading{
	color: #666666; 
	font-size:12px; 
	font-family:Arial; 
	padding-bottom:0px; 
	text-transform: uppercase;
	font-weight: bold;
}
