body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a:link, a:visited {
	color: #000099;
}
a:hover {
	color: #0000CC;
	background-color:#FFFFCC;
}
#container { 
	width: 100%;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
#header { 
	background: #000000; 
	padding: 0px;  
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#mainContent ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position:outside;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
#sidebar1 {
	color: #FFFFFF;
	float: left; 
	width: 20%;
	background: #000000; 
	padding: 0; 
}
#sidebar1 h4, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent { 
	width: 80%;
	margin: 0 0 0 20%;
	padding: 2px 10px 2px 20px; 
}
#mainContent h2 {
	padding: 2px; 	
	background-image: url(../images/Line.jpg);
	background-attachment:fixed;
	background-position: bottom left;
	background-repeat:no-repeat;
} 
#mainContent h4 {
	border-top: 1px solid #CCCCCC;
	background-image: url(../images/subheader.jpg);
	background-attachment:fixed;
	background-position: left top;
	background-repeat: repeat-x;
} 
#footer { 
	padding: 0 10px; 
	color: #000000;
	font-size: .8em;
	background-image: url(../images/subheader.jpg);
	background-attachment:fixed;
	background-position: left top;
	background-repeat: repeat-x;
	margin: 15px 0;
} 
#footer p {
	margin: 0 10px; 
	padding: 10px auto; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE]>
 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 0px; }
#mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */

#float_box {
	position: relative; 
	float: right;
	width: 142px;
	margin: 0;
	border: 1px soild #000000;
	padding: 5px;
}
.navbar{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom-width: 0;
}
.navbar li a {
	font: bold 1.2em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 3px 6px 3px 10px;
	text-decoration: none;
	border-bottom: 1px solid #095CA6;
	margin: 0 5px;
}
.navbar li a:visited, .navbar li a:active{
	color: #ffffff;
}
.navbar li a:hover{
	background-color: #020151;
	color: #FFFF00;
}

#rightboxes {
	float: right;
	margin: 6px 1px 6px 30px;
	padding: 10px 16px;
	width: 225px;
	background-color: #D8DEEA;
	border: 1px solid #999;
	border-top: 2px solid #095CA6;
	border-bottom: 2px solid #095CA6;
}