/*
	Need to place the @import statements first. Would make more logical sense 
	to put them after the CSS code here, but does not seem to affect anything.
*/

/* Some suggested "basic" base styles. Can override if necessary. */
@import url("basic.css");

/* Some suggested "layout" base styles. Can override if necessary. */
@import url("layout.css");

/*
	First stylesheet applied after all elements have been reset to common
	values. Now apply desired default values.
*/

body { background: #fff; }

p, ul, ol, dl, blockquote, table, form { margin-bottom: 0.85em; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; font-weight: bold; }

ul, ol { margin-left: 1.5em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

ul ul,
ol ol,
ol ul,
ul ol {
	margin-bottom: 0;
}

li, dt { margin-bottom: 0.2em; }

strong, dl.std dt, th {	font-weight: bold; }
em, cite { font-style: italic; }
a { text-decoration: underline; }

/* Stub declarations. Should be further defined in site stylesheets. */
#h-contain {}
#b-contain {}
#f-contain {}

div.three-col-n, div.three-col-w {}
div.two-col-nl, div.two-col-nr, div.two-col-w {}
div.one-col {}

#col-1, #col-2, #col-3 { float: left; }
