body { 	
padding: 0;
margin: 10px 0 0 0;
font: .75em arial, helvetica, verdana, geneva, sans-serif; 
text-align: center;
line-height:16px;
background: #777 url("/research/FCF/images/gradient.png") repeat-x;
}

a { color: #369;}
a:visited { color: #666; }
a:hover { color: #69C; }

p {
padding: 0px;
margin: 12px 0;
}

sup,sub {font-size: 75%}

h1, h2, h3, h4 {
color: #004685;
color: #39c;
font-weight: bold;
}

h1 {
font-size: 1.5em;
margin-top: 4px;
margin-bottom: 12px;
}

h2 {
font-size: 1.25em;
margin: 16px 0;
}

h3 {
font-size: 1.1em;
}

h4 {
font-size: 1em;
}

#container { /* IE6 */
min-width: 735px;
max-width: 1000px;
overflow: hidden;
padding: 0;
margin: 0 auto;
text-align:left;
background: #fff;
border-top: 6px solid #0b4599;
border-bottom: 6px solid #0b4599;
border-right: 1px solid ##000;
border-left: 1px solid #000;
-moz-box-shadow: 0 0 70px 1px #333;
-webkit-box-shadow: 0 0 70px 1px#333;
box-shadow: 0 0 70px 1px #333;
}

#mainContent {
padding: 0;
border-top: 4px solid #3cc;
min-height: 550px;
overflow: hidden;
}

#masthead {
width: 100%;
padding: 0;
height: 70px;
background: #fff;
border-bottom: 1px solid #369;
margin: 0 0 7px;
}

#sklogo {
float: left;
width: 200px;
margin-top: 16px;
margin-left: 7px;
border: 0;
}

#sklogo a img {
border: none;
}

#fcflogo {
float: right;
width: 289px;
margin: 15px 0 0 0;
}


/* LINK TO RESEARCH INSTITUTE */

#research { /* IE 6 */
float: right;
font-size: 11px;
color: #999;
margin-right: -55px;
margin-top: -5px;
}

#research a {
color: #999;
}

#content, #newsarchive { 
margin: 0 75px 12px 225px;
padding: 2px 12px 12px 0;
color: #333;
}

.rightmargin { /* moves right floated element to right of content container */
margin-right: -50px;
}

div#footer { /* IE6 */
width: 1000px;
min-width: 735px;
max-width: 1000px;
margin: 0 auto;
text-align: center;
font-size: 11px;
line-height: 12px;
padding: 7px 0;
border-bottom: 4px solid #3cc;
}

div#footer p {
margin: 0 0 11px 50px;
padding: 0;
}

div#footer span { /* IE6 & 7 */
border-top: 1px dashed #39c;
padding: 7px 50px 0;
}

#footer a {
color: #666;
}

#footer a:hover {
color: #369;
}

.clearDiv {
clear: both;
}

/* UTILITY */

.floatright { /* IE7 */
float: right;
clear: right;
}

.floatleft {
float: left;
}

.clearleft {
clear: left;
}


