html,body
{   border: 0;
    margin: 0;
    padding: 0;
}
a:link
{   color: #666666;
    text-decoration: none;
}
a:visited
{   color: #666666;
    text-decoration: none;
}
a:hover
{   color: #999999;
    text-decoration: none;
}
body
{   padding: 0 340px 0 340px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: .7em;
}
#jello1
{   margin: 0 auto 0 auto;
    padding: 0;
    width: 92%;
    max-width: 390px;  /* version for IE is at the bottom of this style block */
}
#jello2
{   background: white;
    margin: 0 -340px 0 -340px;
    min-width: 680px; /* Critical Safari fix! */
    position: relative;
}

/* Holly hack for IE \*/
* html #jello2 { height: 0; }
/* */

/* helps IE get the child percentages right. */
#jello3 { width: 100%; }

#wrapper
{   width: 92%;
    background: #FFFCEB;
    border: dotted 2px #666666;
    padding: 10px;
    margin-left: 2%;
    margin-right: 2%;
}
#col1
{   width: 51%;
    float: left;
    display: inline;
    text-align: left;
    margin-left: 1%;
}
#col2
{   width: 44%;
    margin-right: 1%;
    text-align: left;
    display: inline;
    float: right;
}
#footer
{   font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    clear: both;
}
#intfooter
{   clear: both;
    height: 60px;
}
.spacer
{	font-size: 1px;
}
.mid
{	vertical-align: middle;
    border: 0;
}
.CCspace1
{   float: right;
    height: 265px;
    width: 141px;
}
.CCspace2
{   float: left;
    height: 265px;
    margin-left: -160px;
    width: 282px;
}
.CCpullout
{   width: 282px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
}
.title
{	font: italic large "Arial Black", Arial, Verdana, sans-serif;
}
.foot1
{	float: left;
	width: 20%;
    text-align: left;
    margin-top: 15px;
    margin-left: 1%;
}
.foot2
{   float: left;
	width: 57%;
    text-align: centre;
}
.foot3
{   float: left;
	width: 20%;
    text-align: right;
    margin-top: 15px;
    margin-right: 1%;
}