@charset "UTF-8";
body  {
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #e1e1e1;
}
.twoColFixRtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EBEBEB;
	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. */
} 
.twoColFixRtHdr #header {
	height: 318px;
	background-color: #FFF;
	padding: 0;
} 
.twoColFixRtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 267px;
	background-image: url(../images/sidebar_blend.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	
}
* html #content {
	overflow: visible;

}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 20;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	width: 600px;
	overflow: hidden;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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;
}
.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;
}
.headline {
	color: #900;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.6em;
	letter-spacing: -1px;
	line-height: 24px;
}
.body {
	color: #333;
	font-size: 14px;
	line-height: 17px;
}
.twoColFixRtHdr #container #mainContent #body {
	color: #333;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 18px;
	color: #900;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0.3em;
}
.twoColFixRtHdr #container #sidebar1 #sidebarboxes {
	background-color: #FFF;
	margin: 10px;
	padding: 20px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar2 h3 {
	color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar2 .body {
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.3px;
	padding: 12px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar2 {
	background-image: url(../images/sidebar_grey_head_bckgrnd.png);
	background-repeat: repeat-y;
	margin: 20px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar2 .capt {
	font-weight: normal;
	font-size: 12px;
	color: #FFC;
	font-style: italic;
}
.twoColFixRtHdr #container #mainContent .callouts {
	color: #000;
	font-size: 14px;
	background-color: #FFF;
	padding: 10px;
	border: 2px dotted #600;
}
.twoColFixRtHdr #container #mainContent .bullets {
}
.twoColFixRtHdr #container #nav {
	background-color: #000;
	height: 30px;
	width: 950px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.image_wrap {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent .callouts .image_wrapR {
	float: right;
}
.twoColFixRtHdr #container #sidebar1 #sidebar2 .body img {
	margin-top: 20px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent .headlinesml {
	font-size: 18px;
	color: #900;
	letter-spacing: -1px;
}
.twoColFixRtHdr #container #mainContent .photo_capt {
	color: #900;
	font-size: 13px;
}
.twoColFixRtHdr #container #mainContent.disclmer {
	font-size: 12px;
	color: #900;
}
.twoColFixRtHdr #container #nav .type {
}
.hover {
	text-decoration: underline;
}

