@charset "UTF-8";
body  {
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(images/bg_grad3.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	padding: 0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0
	px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 10px 10px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar1 h2{
	text-align: left;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;

}

.thrColFixHdr #sidebar1 p{
	text-align: left;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
}

#EDnurse {
	text-align: center;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #ED9F9F;
}

.thrColFixHdr #EDnurse a:link {
	text-decoration: none;
}

.thrColFixHdr #EDnurse a:visited {
	text-decoration: none;
	color: #8D2B54;
}

.thrColFixHdr #EDnurse a:hover {
	text-decoration: none;
	color: #DA6F9C;
}

.thrColFixHdr #EDnurse a:active {
	text-decoration: none;
	color: #DA6F9C;
}

#sidenavigation {
	width: 165px;
}

#sidenavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidenavigation li {
  border-bottom: 1px solid #ED9F9F;
}

#sidenavigation li a:link, #sidenavigation li a:visited  {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #33517A;
	color: #FFFFFF;
	text-decoration: none;
}

#sidenavigation li a:hover {
	background-color: #CCCCCC;
	color: #333333;
}

* html #sidenavigation li a {
  width: 100%;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	border-right-color: #999999;
	border-right-width: 1px;
	text-align:left;
}

.thrColFixHdr #sidebar2 h1{
	text-align: left;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.thrColFixHdr #sidebar2 p{
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.thrColFixHdr #sidebar2  a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8D2B54;
}

.thrColFixHdr #sidebar2 a:link {
	text-decoration: none;
}

.thrColFixHdr #sidebar2 a:visited {
	text-decoration: none;
	color: #8D2B54;
}

.thrColFixHdr #sidebar2 a:hover {
	text-decoration: none;
	color: #DA6F9C;
}

.thrColFixHdr #sidebar2 a:active {
	text-decoration: none;
	color: #DA6F9C;
}

.thrColFixHdr #mainContent {
	max-width: 500px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
} 

.thrColFixHdr #mainContent h1{
	text-align: center;
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: bold;
} 

.thrColFixHdr #mainContent h2{
	text-align: center;
	font: 115% Verdana, Arial, Helvetica, sans-serif;
	color:#8D2B54;
	font-weight: bold;
} 
.thrColFixHdr #mainContent h3{
	text-align: left;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color:#8D2B54;
	font-weight: bold;
} 
.thrColFixHdr #mainContent h4{
	text-align: left;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	color:#8D2B54;
	font-weight: bold;
} 
.thrColFixHdr #mainContent h5{
	text-align: left;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: bold;
} 
.thrColFixHdr #mainContent h6{
	text-align: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight: bold;
} 


.thrColFixHdr #mainContent p{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: inherit;
}

.thrColFixHdr #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8D2B54;
}

.thrColFixHdr #mainContent a:link {
	text-decoration: none;
}

.thrColFixHdr #mainContent a:visited {
	text-decoration: none;
	color: #8D2B54;
}

.thrColFixHdr #mainContent a:hover {
	text-decoration: none;
	color: #DA6F9C;
}

.thrColFixHdr #mainContent a:active {
	text-decoration: none;
	color: #DA6F9C;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.indent {
	padding-left: 30px;
}

.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 500px;
}
.datatable td {
	border: 1px solid #D6DDE6;
	padding: 0.3em;
	line-height: 2.0;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 0.3em;
}
.datatable caption {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding: 0.4em 0 0.8em 0;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}


.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	line-height: 2.0;
	color: #666666;
	text-align: center;
}

.thrColFixHdr #footer a:link {
	text-decoration: none;
	color: #8D2B54;
}
.thrColFixHdr #footer a:visited {
	text-decoration: none;
	color: #8D2B54;
}
.thrColFixHdr #footer a:hover {
	text-decoration: none;
	color: #DA6F9C;
}
.thrColFixHdr #footer a:active {
	text-decoration: none;
	color: #DA6F9C;
}


.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;
}

.centered {
	text-align: center;
}
