body {
    margin:0px; /* good practice to zero the margin and padding of the body element to account for differing browser defaults */
    margin-top:8px;
	padding:0px;
    background-color:#000000;
/*	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, td, table, tr, p, ul, li, ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F0F0F0;
	line-height: 17px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: none;
	margin: 0px;
	padding: 0 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2
{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	margin-top:0;
	padding: 5px 0;
}
h3
{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant:normal;
	color: #CCCCCC;
	text-transform: uppercase;
	margin-top:0;
	padding: 10px 0 0 0;
}
a:link, a:visited, a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 17px;
	font-weight: normal;
	text-decoration:underline;
}
a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	text-decoration:underline;
}
.blue-bold {
	color:#5D83C0;
	font-weight: bold;
}
.blue-bold a:link, .blue-bold a:visited, .blue-bold a:active {
	color:#5D83C0;
	font-weight: bold;
	text-decoration:underline;
}
.blue-bold a:hover {
	color:#5D83C0;
	font-weight: bold;
	text-decoration:underline;
}
.blue-bold-caps {
	color:#5D83C0;
	font-weight: bold;
	text-transform: uppercase;
}
.blue-general {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#5D83C0;
	font-weight: normal;
}
.bullets_white-text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F0F0F0;
	line-height: 17px;
	font-weight: normal;
	margin-right: 10px;
	padding-right:10px;
}
.bullets_white-text a:link, .bullets_white-text a:visited, .bullets_white-text a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 17px;
	font-weight: normal;
	text-decoration:underline;
}
.bullets_white-text a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	padding-left:1px;
	text-decoration:underline;
}
.contentIMAGE_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
}

.contentIMAGE_right {
	float: right;
	border-color:#5D83C0;
	border-width:1px;
	border-style: solid;
	margin-left: 5px;
	margin-bottom: 30px;
} 
.footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	line-height: 17px;
	font-weight: normal;
	text-decoration:none;
}
.footer a:link, .footer a:visited, .footer a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	line-height: 17px;
	font-weight: normal;
	text-decoration:none;
}
.footer a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	text-decoration:underline;
}
.form-input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
}
.gold-bold {
	color:#DEC000;
	font-weight: bold;
}
.gold-normal {
	color:#DEC000;
	font-weight: normal;
}
.green-normal {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#B8C51F;
	font-weight: normal;
}
.headline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 30px;	
}
.head_consulting {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #E86806;
	line-height: 15px;
	padding-top: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;	
}
.head_custom {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0 0 10px 0;
	color: #E86806;	
}
.head_products {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #418DC6;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 30px;	
}
.head_consult {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0 0 10px 0;
	color: #418DC6;
	line-height: 25px;
}
.head_solutions {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #B8C51F;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 30px;	
}
.head_data {
font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0 0 10px 0;
	color: #B8C51F;	
}
.head2_solutions {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: 15px;
	text-transform: normal;
	margin-bottom: 30px;
	text-decoration:none;
}
.head2_solutions a:link, .head2_solutions a:visited, .head2_solutions a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: 15px;
	text-transform: normal;
	margin-bottom: 30px;
	text-decoration:none;
}
.head2_solutions a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 15px;
	text-transform: normal;
	margin-bottom: 30px;
	text-decoration:underline;
}
.head_technology {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #DEC000;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 30px;	
}
.head_virtual {
font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0 0 10px 0;
	color: #DEC000;	
}
.hr-blue {
	background-color:#5D83C0;
	color:#5D83C0;
}
li.square-white {
color:#FFFFFF;
list-style-type:square;
margin-right:10px;
margin-bottom:11px;
}
li.square-white_with_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 11px;
	margin-right: 10px;
	text-decoration:none;
}
li.square-white_without_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-right:10px;
}	
li.square-blue_with_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5D83C0;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 11px;
	margin-right: 10px;
	text-decoration:none;
}
li.square-blue_with_lower_margin a:link, li.square-blue_with_lower_margin a:visited, li.square-blue_with_lower_margin a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 11px;
	text-decoration:underline;
}
li.square-blue_with_lower_margin a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 11px;
	text-decoration:underline;
}
li.square-blue_without_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5D83C0;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-right:10px
}
li.square-blue-applications_with_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #418DC6;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 11px;
	margin-right: 10px;
	padding-right:10px
}
li.square-blue-applications_without_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #418DC6;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-right:10px
}
li.square-green_with_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B8C51F;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 11px;
	margin-right: 10px;
	padding-right:10px
}
li.square-green_without_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B8C51F;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-right:10px
}
li.square-gold_without_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #DEC000;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-right:10px
}
li.square-gold_with_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #DEC000;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 11px;
	margin-right: 10px;
	padding-right:10px
}
li.square-orange_with_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #E86806;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 11px;
	margin-right: 10px;
	padding-right:10px
}
li.square-orange_without_lower_margin {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #E86806;
	line-height: 17px;
	font-weight: normal;
	list-style-type: square;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-right:10px
}
li.number { 
	color: #AB5717; 
}
.orange {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#e86806;
	font-weight: bold;
}
.orange-normal {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#e86806;
	font-weight: normal;
}
.sitemap {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F0F0F0;
	line-height: 20px;
	font-weight: normal;
	margin-right: 0;
}
.sitemap a:link, .sitemap a:visited, .sitemap a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
	margin-right: 0;
	text-decoration:none;
}
.sitemap a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-decoration:underline;
	margin-top: 0px;
}
.sitemap_indented-0 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F0F0F0;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:0px;
}
.sitemap_indented-0 a:link, .sitemap_indented-0 a:visited, .sitemap_indented-0 a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:0px;
	text-decoration:none;
}
.sitemap_indented-0 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:0px;
}
.sitemap_indented-1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:15px;
}
.sitemap_indented-1 a:link, .sitemap_indented-1 a:visited, .sitemap_indented-1 a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:15px;
	text-decoration:none;
}
.sitemap_indented-1 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:15px;
	text-decoration:underline;
}
.sitemap_indented-2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:30px;
}
.sitemap_indented-2 a:link, .sitemap_indented-2 a:visited, .sitemap_indented-2 a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:30px;
	text-decoration:none;
}
.sitemap_indented-2 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 20px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	padding-left:30px;
	text-decoration:underline;
}
.sitemap_subheads {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: normal;
	margin-right: 10px;
	text-transform: uppercase;
}
.sitemap_subheads a:link, .sitemap_subheads a:visited, .sitemap_subheads a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	text-transform: uppercase;
	text-decoration:none;
}
.sitemap_subheads a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	line-height: 30px;
	font-weight: normal;
	margin-right: 10px;
	text-align: left;
	text-transform: uppercase;
	text-decoration:underline;
}
.subheads_white {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	padding-top: 3px;
}
.subheads_blue {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5D83C0;
	line-height: 15px;
	padding-top: 3px;
}
.text-box {
border:#CCCCCC;
border-right-color:#666666;
border-bottom-color:#666666;
border-width:thin;
border-style:solid;
background-color:#999999;
padding:1px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000
}
.text-box a:link, .text-box a:visited, .text-box a:active {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.text-box a:hover {
color:#0066FF;
text-decoration:none;
padding:0px;

}
.header-box {
border:#F0F0F0;
border-width:thin;
border-style:solid;
background-color:#F0F0F0;
padding:4px;
font-size:16px;
font-family:Verdana, Helvetica, sans-serif;
font-weight:bold;
color:#000000
}

.indent_minus-10 {
	text-indent:-20px;
}

/***********************************************/
/* Silicon Space                               */
/***********************************************/
.quote{
	font-style:italic;
}	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*#frame{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}*/

/* Header */

/*#header{
	width:900px;
	height:76px;
	color:#999999;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#header .left{
	float:left;
	margin-left:10px;
	margin-top:20px;
}

#header .right{
	float:right;
	margin-right:10px;
	margin-top:6px;
	text-align:right;
}

#header a{
	color:#999999;
	text-decoration:none;
}

#header a:hover{
	text-decoration:underline;
}

#header .search{
	margin-top:4px;
}*/

/* 3 Columns */

#container3c{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container3c .masthead{
	display:block;
	margin-bottom:20px;
}

#container3c .left{
	float:left;
	width:32%;
}

#container3c .middle{
	float:left;
	width:33%;
	margin-left:10px;
	margin-right:10px;
}

#container3c .right{
	float:right;
	width:32%;
}

/* 2 Columns 5050 */

#container2c5050{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container2c5050 .masthead{
	display:block;
	margin-bottom:20px;
}

#container2c5050 .left{
	float:left;
	width:49%;
}

#container2c5050 .right{
	float:right;
	width:49%;
}

/* 2 Columns 7030 */

#container2c7030{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container2c7030 .masthead{
	display:block;
	margin-bottom:20px;
}

#container2c7030 .left{
	float:left;
	width:69%;
}

#container2c7030 .right{
	float:right;
	width:29%;
}

/* 2 Columns 3070 */

#container2c3070{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container2c3070 .masthead{
	display:block;
	margin-bottom:20px;
}

#container2c3070 .left{
	float:left;
	width:19%;
}

#container2c3070 .right{
	float:right;
	width:79%;
}

/* 1 Column float left*/

#container1c{
	width:880px;
	text-align:left;
	font-size:.8em;
	margin:10px;
}

#container1c .masthead{
	display:block;
	margin-bottom:20px;
}

#container1c .left{
	float:left;
	width:100%;
}

/* 1 Column float right*/

#container1cr{
	width:700px;
	text-align:left;
	margin:10px;
}

#container1cr .masthead{
	display:block;
	margin-bottom:20px;
}

#container1cr .right{
	float:right;
	width:100%;
}

/* imageblock clients*/

#imageblock{
	width:433px;
}

#imageblock .left{
	float:left;
	width:118px;
	text-align:right;
}

#imageblock .right{
	float:left;
	width:305px;
	margin-left:10px;
}

#imageblock p{
	margin-bottom:20px;	
}

/* ======================================================================= */
/* START: Styles for Two Column with Fixed Right Col and Header and Footer */
/* ======================================================================= */

.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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 { 
	background: #000000; 
/*	padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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: 10px 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: 200px; /* 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 */
	background: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #sidebar1 p, ul, li, ol {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.twoColFixRtHdr #sidebar1 a:link, a:visited, a:active {
	font-size: 11px;
	color: #999999;
	text-decoration:underline;
}
.twoColFixRtHdr #sidebar1 a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}
.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: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #footer { 
	padding: 10px 0 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 	
	text-align:center;
}
.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-right: 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;
}

/* ======================================================================= */
/* END: Styles for Two Column with Fixed Right Col and Header and Footer */
/* ======================================================================= */

