/* Main.css - Main Layout Stylesheet */

body {
	font-family:Futura, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	padding-bottom: 1em;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

img.side {
	padding:0.5em;
}
.noborder {
	border: none;
}

ul, ol {
	margin-bottom: 1em;
}

ul li, ol li {
	margin-left: 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


a {
	color: #FF6600;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}


h1, h2, h3, h4 {
	color: #666;
	margin-bottom: 10pt;
}

h1 {
	font-size: 18pt;
}


h2 {
	color:#e45b00;
	font-size: 12pt;
	
}

h3 {
	font-weight: bold;
}

h4 {
	text-decoration: underline;
}


/* Layout */


#top-nav, #column-left, #header, #footer, #print-button {
	display: none;
}


ol {
	list-style: upper-roman;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-alpha;
}

ol ol ol ol {
	list-style: decimal;
}

ol.decimal {
	list-style: decimal;
}



