@charset "utf-8";
body  {
	background: #666666;
	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: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.twoColFixLtHdr #container {
	width: 995px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/Template/bkgPage.gif);
	background-repeat: repeat-y;
	background-position: left;
} 
.twoColFixLtHdr #header {
	height: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C30;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 39pt;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #header h2 {
	color: #C30;
	margin-top: 10px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	font-size: 20pt;
	font-weight: lighter;
	text-align: right;
}
.twoColFixLtHdr #container #header h4 {
	font-size: 11pt;
	font-style: italic;
	font-weight: lighter;
	padding: 0px;
	float: left;
	margin-top: 37px;
	margin-bottom: 0px;
	margin-left: 220px;
	width: 600px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #E4DDE5;
	background-image: url(images/Template/MenuImageFront.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 500px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
} 
.twoColFixLtHdr #footer {
	background-color: #AB9EB8;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6C9CE;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.small_date {
	color: #003;
	font-size: 16pt;
}

.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;
}
.twoColFixLtHdr #container #sidebar1 #SepsisMenu #M1 {

}
.twoColFixLtHdr #container #header h1 a {
	text-decoration: none;
	color: #003;
}
.twoColFixLtHdr #container #mainContent h1 {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #C30;
	padding-left: 5px;
	font-size: 170%;
}
.twoColFixLtHdr #container #mainContent h2 {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C30;
	padding-left: 5px;
	font-size: 130%;
}
.twoColFixLtHdr #container #mainContent h3 {
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C30;
	font-size: 110%;
}
.twoColFixLtHdr #container #mainContent  p {
	line-height: 140%;
}
.twoColFixLtHdr #container #mainContent ul {
	list-style-image: url(images/Template/Bullett.gif);
}
.twoColFixLtHdr #container #mainContent li {
	margin-top: 5px;
	margin-bottom: 8px;
}
.twoColFixLtHdr #container #mainContent #Contact label {
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #mainContent #Contact label input, .twoColFixLtHdr #container #mainContent #Contact label textarea {
	clear: left;
	float: left;
}
.brdrTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C30;
}
.brdrRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C30;
}
.twoColFixLtHdr #container #mainContent .reg {
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 40px;
}
.twoColFixLtHdr #container #footer a {
	color: #003;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.twoColFixLtHdr #container #footer a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 #UnderMenu {
	margin-top: 95px;
}
.twoColFixLtHdr #container #sidebar1 #UnderMenu ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url(images/Bullett.gif);
}
.twoColFixLtHdr #container #sidebar1 #UnderMenu ul li {
	margin-bottom: 8px;
}
hr {
	color: #C30;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.Session {
	color: #FFF;
	background-color: #868396;
}
.Hotel {
	font-size: 110%;
	font-weight: bold;
	color: #C30;
}
.twoColFixLtHdr #container #mainContent #Sub {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-color: #685666;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FB7E55;
	border-right-color: #992904;
	border-bottom-color: #992904;
	border-left-color: #FB7E55;
}
.twoColFixLtHdr #container #mainContent #Sub a {
	font-size: 120%;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #Sub a:hover {
	color: #003;
	background-color: #DBC1CA;
}
.twoColFixLtHdr a#Cadet {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.twoColFixLtHdr a:hover#Cadet {
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent #RegLinks tr td a {
	color: #FFF;
	background-color: #A699B3;
	display: block;
	height: 70px;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	border: 2px solid #EA9FA4;
	text-decoration: none;
	background-image: url(images/Template/SEPSIS_2010_RegLink.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #mainContent #RegLinks tr td a:hover {
	background-color: #675876;
	background-image: url(images/Template/SEPSIS_2010_RegLink_hover.jpg);
}
