@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 970px;
	background-image: url(images/bkg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#TopNav {
	padding-top: 5px;
	background:#FFF;
	height: 25px;
	}

#header {display: none;}

#headerPrint {display: none;}

#header2 {display: none;}

#bordertop {
	margin: 0;
	background: #ACF6FF;
	height: 18px;
}
#logo {display: none;}

#logo2 {display: none;}

#name {
	position: absolute;
	top: 215px;
	left: 100px;
	z-index:3;
	}
#name2 {
	position: absolute;
	top: 167px;
	left: 125px;
	z-index:3;
	}
#sidebar {display: none;}

#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #B26C26;
	text-align: center;
	font-weight:lighter;
	line-height: 140%;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #B26C26;
	font-weight: lighter;
	line-height: 130%;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	margin-top:55px;
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 15px 20px;
	}
#mainContent { 
	margin: 0 0 0 300px;
	padding: 0 20px; 
} 
#mainContent2 { 
	margin: 0 0 0 270px;
	padding: 0 20px 0 20px; 
	border-left: 1px #1352B0 solid;
} 
#boxright {
	position: relative;	
	width: 400px;
	margin: 30px 30px 30px 75px;
	text-align: center;
	float: right;
	bottom: -25px;
	z-index:2;
}	
h1 {
	color: #1352B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	}
#newsfeature_right {
	float: right;
	}
#newsfeature_left {
	float: left;
	}
.newsfeature {
	width: 307px;
	padding: 0px;
	border-left: #1352B0 solid 1px;
	}
.newsfeature h1 {
	color: #1D67E7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:lighter;
	padding: 5px 20px 5px 20px;
	height: 42px;
	background-image:url(images/news_header_bkg.jpg);
}
.newsfeature h2 {
	padding: 0px 20px 0px 20px;
	color: #1352B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.newsfeature p {
	padding: 0px 20px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 135%;
	}
.newshead {
	color: #1352B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
}
.newsbold {
	color: #1352B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}
h2 {
	color: #1352B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
h3 {
	color: #1352B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
h4 {
	color: #1352B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 135%;
	}
a:link {color: #A45200}
a:visited {color: #A45200; text-decoration:none;} 
a:focus {color: #A45200; text-decoration:none;} 
a:hover { color: #106FFF}
a:active { color: #A45200; text-decoration:none;} 

#nurseHome {display: none;}

#nurseHome2 {display: none;}

#date {
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A45200;
	margin: 30px 30px 15px 0px;
	}
#footer { 
	background-image: none;
	border-top: none;
	background-color: #FFF;
	height: 80px;
	z-index: 1;
} 
#footer p {
	margin: 0;
	padding-right: 10px;
	padding-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	line-height: 1.5em;
	color:#333333;
	text-align:right;
	}
table {
border-collapse: collapse;
}
th, td
{
padding: .5em;
}
tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 135%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

