@charset "utf-8";
body  {
	font: 100% Calibri;
	background: #CCFFFF;
	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;
}
body {
	background-color: #E3E9F1;
}

.twoColFixRtHdr #container {
	width: 877px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */



































	border: 1px solid #FF
&&==;
	text-align: left;
	border-top: solid 3px #FF6600;
	border-bottom: solid 3px #FF6600;
	border-left: solid 1px #FF6600;
	border-right: solid 1px #FF6600;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	padding: 0;
	background-image: url(/img/inadvance-smart-branding-strategies-header.jpg);
	text-align: right;
	padding-right: 10px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	position: absolute;
	top: -100px;
	visibility: hidden;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 10px;
	background-color: #FFFFCC;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #FFFFCC;
	border-top: solid 1px #FF6600;
} 
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	width: 877px;
	top: 787px;
}
.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;
}
.pathcurrent {
	color: #F96F02;
	font-weight: bold;
}
a:link {
	color: #5382C8;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
}
body,td,th {
	color: #333333;
	font-size: 100%;
	font-family: Calibri;
}
h4 {
	font-size: 115%;
	color: #5382C8;
}
h5 {
	font-size: 110%;
	color: #FF6F00;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 1.2pc;
	font-weight: normal;
}
h6 {
	font-size: 105%;
	color: #5382C8;
	letter-spacing: 0em;
	word-spacing: 0.1em;
	font-weight: normal;
}
h3 {
	font-size: 120%;
}
h2 {
	font-size: 125%;
	color: #FF6F00;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}
h1 {
	font-size: 150%;
	color: #5382C8;
}
