html { margin: 0; padding: 0; height: 100.1%; background-color: #fff; }

body {  text-align: left; color: #333; height: 100.1%; font-family: Arial, Helvetica, Sans; margin: 0 auto; padding: 0; }

.white-bg { background-color: #fff; }

.breaker { clear: both; }

div#logo { height: 80px; line-height: 80px;  width: 92%; margin: 0 auto; overflow:hidden; }
div#co-name { height: 80px; line-height: 80px;  width: 92%; font-size: 3.0em;  }

div#content { margin: 5px; width: 85%; }

.generic-list { margin-left: 0; }
.generic-list dd { margin-left: 0; }

dl#cp-products-list { margin: 5px auto; }
dl#cp-products-list dd { margin: 0 10px; }

a { color: #666; }
a:link, a:visited  { text-decoration: none;  }
a:hover  { text-decoration: underline;  }

#general-links-list dd { margin: 3px 0; }

#footer { height: 61px; margin: 0; text-align: center; width: 940px; background: #E0E0E0 url(footer-left-bg.gif) no-repeat scroll left top; }
#footer div.right-bg { background: transparent url(footer-right-bg.gif) no-repeat scroll right top;
	height: 61px; line-height: 61px; }
	
.red-hover:hover { border: 1px solid red; }