@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 
	0px;  
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

/* Text Styles */

h1 {
	color: #660000;
	font-size: 24px;
	font-style: normal;
	text-align: left;
	font-style: normal; 
	margin-top: 10px;
	}

h2 {
	color: #660000;
	font-size: 16px;
		text-align: left;
	padding: 15px 0px 0px 0px;
	line-height: 20px;
}

h3 {
	color: #660000;
	font-size: 13px;
		text-align: left;
	padding: 15px 0px 0px 0px;

}
h4{ font-size: 12px;}

a:link, a:visited {
text-decoration: none; 
color: #660000; 
font-weight: bold;
}

a:hover, a:hover:visited {
text-decoration: underline
}



.red12 {font-size: 12px}
.blue {
	color: #0000FF;
	font-weight: bold;
}
.blue a { color: #0000FF; font-weight: bold;}
.maroon{
	font-size: 15px;
	color: #710913;
	font-style: italic; font-weight: bold;
}

.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: 20px;
}
.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;
}




/* Frame Styles */

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-bottom: 0px;
	margin-top: 0px;
} 
#header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 9px; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* 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: 0px 12px 0px 12px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right;  
	width: 160px;  
	background: #FFFFFF;  
	padding: 10px 40px 0px 26px; 
 
 
}
#mainContent {
	margin: 20px 0px 30px 40px; 
	padding: 0px 30px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top-color: #000000;
	width: 600px; 
	float: left;
	text-align:left;
	border-right: solid 1px #999999;
} 


#indexbulletlist {padding-left: 250px;}
 
/* Footer */
#footer { 
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666;
	height: 30px;
	color: #fff;
	margin: 0px ;

} 
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
		font-size: 10px;
}
#footerlinks a:link, #footerlinks a:visited {
text-decoration: none; 
color: #cccccc;  
font-weight: normal;
font-size: 10px;
}

#footerlinks a:hover, #footerlinks a:hover:visited {
text-decoration: underline;
color: #cccccc; 
}
 
 
#pr { float: right; margin: 0px 0px 10px 0px; background-color:#380116; border: 1px solid #999999; padding:0px}
.prHeatEx { float: right; margin: 0px 0px 10px 0px; background-color:#380116; border: 1px solid #999999; padding:0px; width: 240px;}
.prProfileFacility { float: right; margin: 0px 0px 10px 10px; background-color:#380116; border: 1px solid #999999; padding:0px; width: 240px;}
#pl { float: left; margin: 0px 5px 5px 0px; background-color:#380116; border: 1px solid #999999; clear: both; }
#pl-sbs { float: left; margin: 0px 5px 15px 0px; background-color:#380116; border: 1px solid #999999;  }
#pr-sbs { float: right; margin: 0px 0px 15px 5px; background-color:#380116; border: 1px solid #999999;  }
.photo-label {padding: 3px 0px 3px 0px; margin: 0px 0px 0px 0px; text-align: center; color:#FFFFFF; font-size: 12px; font-weight: bold;}
.divider {text-align:center; color:#999999}