@import url("reset.css");

body {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #F9F9F9;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 em, h2 em, h3 em {
	font-weight: bold;
	font-style: italic;
}

/* Replaced margin-bottom for gap at bottom of window with padding-bottom since the margin setting did not show up in IE6 */
#oneColFixCtr.outerContainer {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: left;
}

div.virtualPageEdges {
	background: url(/images/templates/main/lredges.png) repeat-y;
}

div.virtualPageBottom {
	padding-bottom: 17px;
	background: url(/images/templates/main/toc-cnrs-blue.png) no-repeat 0 bottom;
}

div.virtualPageContent {
	margin: 0 5px;
	position: relative;
}

/* @group global formats */

a {
	color: #0072cf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	margin-left: 2em;
	list-style-type: decimal;
	list-style-position: outside;
}

ul {
	margin-left: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h2 span, span.nobreak { /* Use span to inhibit breaks */
	white-space: nowrap;
}

img {
	vertical-align: bottom;
	}

/* @end */




/* @group footerzone */

div.footerzone {
	background-color: #0072cf;
	color: lightblue;
	text-align: center;
	padding: 10px 18px 0px 18px;
	clear: both; /* Terminate any floats */
}

div.footerzone a {
	color: lightblue;
}


/* @end */

