body  {
	color: #555555;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.625;
	margin: 0; 
	padding: 0;
	text-align: left; 
}
#container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

#header {
	padding: 24px 0;
	width: 100%;
} 

#leftcol {
	float: left; /* since this element is floated, a width must be given */
	padding-right: 12px;
	width:18%;
}
#rightcol {
	float: left; /* since this element is floated, a width must be given */
	width: 20%;; /* 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 */
}

#content {
	width: 60%;
	float: left;
} 
#footer { 
	width: 100%;
	font-size: 11px;
	clear: both;
} 

.slide_surround, .slide_surround_fade { border: solid #EEE 1px; }

h1 {
	font-weight:700; font-size: 15px;
}

a {
	color: #555555;
	text-decoration: none;
	-moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.2s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
}

a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#myController span.jFlowSelected {
	background:#EEE;
}

#myController p { margin:0; }

img
{  border-style: none;
}

ins { background:#EEE; text-decoration: none; }
