/********** DEFAULTS, ETC. **********/

* {
	z-index: 0;
	margin: 0;
	padding: 0;
}

p + p { margin-top: 0.8em; }

img {
	border: 0;
}

/********** BODY **********/

@page { size: portait; margin: 0.5in;}

body {
	position: relative;
	color: #111111;
	background: white;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#wrapper {
	position: relative;
	text-align: left;
	margin: auto;
	width: 971px;
}

#container {
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	float: left;
}

/********** HEADER **********/

#header {
   margin-left: 10px;
}

/********** CONTENTS **********/

#page-body {
	float: left;
	width: 953px;
	padding-left: 6px;
}

#column-left {
	float: left;
	width: 684px;
}

#column-right {
	float: left;
	width: 257px;
	margin-left: 6px;
	margin-top: 6px;
}

#contents {
	float: left;
	width: 652px;
	padding: 0px 15px 15px 15px; 
	color: #111111;
}

#contents-top {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ffffff;
}

#contents-title {
	float: left;
	width: 510px;
	margin-bottom: 10px;
	line-height: 35px;
}

#contents-links {
   display:none;
}

#contents-main {
	float: left;
	clear: both;
	line-height: 17.5px;
	padding: 6px;
}

#link-print {
	float: right;
	display: block;
	width: 41px;
	padding-left: 8px;
	background-image: url("../images/link-print.png");
	background-repeat: no-repeat;
}

#link-share {
	float: right;
	display: block;
	width: 41px;
	margin-left: 12px;
	padding-left: 17px;
	background-image: url("../images/link-share.png");
	background-repeat: no-repeat;
}

.body-collapse {
	margin-left: 20px;
}

.bulleted {
	margin-left: 40px;
	text-indent:-10px;
}

.bull {
	display: inline-block;
	width: 10px;
	font-size: 11pt;
}

/********** HEADLINES **********/

h1 {
	font-size: 22pt;
	font-weight: normal;
	font-family: helvetica, geneva, arial, tahoma, verdana, sans-serif;
	letter-spacing: -1px;
	color: #990a1b;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	font-family: helvetica, geneva, arial, tahoma, verdana, sans-serif;
	margin-top: 0.8em;;
	color: #990a1b;
	line-height: 25px;
}

h1 + h1, h2 + h2 {
	margin-top: 0.5em;
}

h2 + p, p + h2 {
	margin-top: 0.8em;
}

.head-collapse {
	text-indent: -18px;
	padding-left: 20px;
}

/********** LINKS **********/

/* Generic links */

a:link {
	color: #990a1b;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #990a1b;
	text-decoration: none;
	cursor: pointer;
}

a:active {
	color: #990a1b;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #d4740c;
	text-decoration: none;
	cursor: pointer;
}

/* Page Option links */

a.page-options:link {
	color: #555555;
}

a.page-options:visited {
	color: #555555;
}

a.page-options:active {
	color: #555555;
}

a.page-options:hover {
	color: #111111;
}

