@charset "utf-8";
/* -- NEW STUFF -- */
.content {
	margin-right: -1px;
	width: 80%;
	clear: left;
	float: left;
} /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */

.contentfull {
	margin-right: -1px;
	clear: left;
	float: left;
	width: 100%;
	margin-top: 0px;
	
} /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
#wrapper {
	width: 100%;
	border-width: 1px;
	border-style: none;
	max-width: 960px;
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
		clear: none;
	float: none;
}
.header {
	background-color: #3444A6;
}
.mytopmenu {
	background-color: #C7D8FF;
}

 END Load styles #wrapper {

}
.text-white {
color: #FFF;
.style29 {font-size: 14pt}
}

[if lte IE 7] 
<style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #FFFFFF;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.headercontainer
{
	width: 50%;
	text-align: center;
	color: #0F6;
	margin: auto;
	clear: left;
	float: right;
	top: 20px;
	right: 10px;
	position: fixed;
}
article {
	font-size: 0.95em;
	width: 33%;
	display: block;
	clear: none;
	float: left;
	height: auto;
}
.left-container{
	width: 225px;
	overflow: hidden;
	color: #FFF;
	margin-top: -15px;
	margin-right: 10px;
	margin-bottom: 5;
	margin-left: 0;
	clear: left;
	float: left;
}
.right-container{
	width: 225px;
	overflow: hidden;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5;
	margin-left: 10;
	clear: right;
	float: right;
}
.bbb-container {
	clear: left;
	float: left;
	margin-right: 10px;
	width: 225px;
}
.box-left {
	clear: left;
	float: left;
	width: auto;
	margin: 10px;
}
