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

body  {
	font: Arial;
	line-height: 20px;
	font-size: 0.85em;
	line-height: 1.4em;
	background-image: url(Slices/background.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: scroll;
	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 */
}
.Body #container { 
	width: 828px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.Body #banner {
	float: left; /* since this element is floated, a width must be given */
	width: 828px; /* 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 */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.Body #mainNav { 
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.Body #contentpanelcontainer { 
	width: 611px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	float: left;
}
.Body #contentpanelleftborder {
	float: left; 
	width: 5px;
	background-image: url(Slices/Panel_LeftBorder.png);
	background-repeat: repeat-y;
}
.Body #contentpanelrightborder { 
	float: right;
	width: 5px;
	background-image: url(Slices/Panel_RightBorder.png);
	background-repeat: repeat-y;
} 
.Body #contentarea { 
	width: 551px;
	background: #FFFFFF;
	padding: 10px 25px;
}
.Body #contentpanelfooter { 
	width: 611px;
	float: left;
} 
.Body #floatingcolumncontainer {
	font-size: 14px;
	color: #FFFFFF;
	width: 217px;
	float: right;
}
.Body #headlines {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 0px 0px 0px 70px;
}
.Body #blogbox {
	font-size: 14px;
	color: #333333;
	padding: 0px 0px 0px 0px;
}
.Body #profiles {
	font-size: 14px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
}
