﻿BODY 
{ 
	text-align: center;
	margin-top: 15px;
	background-color: #F6F6F6;
}

/* ------------ LAYOUT ------------ */
#container 
{ 
	width: 775px;
	background-color: #F2F1D5;
	border: solid 2px #002A5C;
}

#logo
{
	width: 168px;
	float: left;
	background-color: #E5E4BA;
	padding: 5px;
	border-bottom: solid 5px #002A5C;
	
}

#header
{
	width: 586px;
	height: 105px;
	float: right;
	background-color: #FFFFFF;
	background-image: url(Images/topBack.jpg);
	background-repeat: no-repeat;
	color: #000000;
	border-bottom: solid 5px #687CA2;
	border-left: solid 1px #002A5C;
	font-family: Verdana;
	font-size: 12pt;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	line-height: 23px;
	vertical-align: middle;
}

#menu
{
	width: 178px;
	background-color: #F2F1D5;
	float: left;
	text-align: left;
	padding-top: 10px;
}

#content
{
	width: 580px;
	float: right;
	background: #FFFFFF url(Images/contentBack.gif) no-repeat top right;
	font-family: Arial;
	font-size: 10pt;
	line-height: 19px;
	padding: 8px;
	text-align: left;
	border-left: solid 1px #002A5C;
	border-bottom: solid 1px #002A5C;
}

#footer
{
	width: 100%;
	clear: both;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F2F1D5;
}

/* ------------ CONTENT ------------ */
.PageTitle
{
	font-family: Verdana;
	color: #002A5C;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}

.PageImage
{
	border: solid 1px #002A5C;
}

.tbStory 
{
	font-family: Arial;
	font-size: 8pt;
}
	
.noUnderline 
{
	text-decoration: none;
}

A 
{
	color: #404B61;
	text-decoration: none;
}

A:hover 
{
	text-decoration: underline;
}

.ResultsTables 
{
	border: solid 1px #566787;
	line-height: normal;
	width: 100%;
	background-color: #FFFFFF;
}

.pnButtons
{
	font-size: 8pt;
	color: #435068;
	font-weight: bold;
	text-decoration: none;
}

.hospitalList 
{
	font-size: 9pt;
}

.editTable 
{
	border: solid 1px #000000;
	background-color: #FFFFFF;
	margin-left: 20px;
}
