@charset "utf-8";
/* CSS Document */





/* CONTEXTUAL CLASSES */

body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

DIV.homesleftmargin {
	margin-left:70px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

DIV.homesleftmargin2 {
	margin-left:48px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

DIV.indexHeader {
	margin: 0px 80px 0px 100px;
}

DIV.indexMain {
	margin: -8px 80px 250px 100px;
	background-color: #FFF;
	font-size: 16px;
	line-height: 21px;
	min-width:820px;
}

DIV.main {
	margin: 0px 80px 350px 100px;
	background-color: #FFF;
	font-size: 16px;
	line-height: 21px;
}

sup {
	vertical-align:text-top;
}

ul.orangeBullet {
	list-style:circle solid;
	color:#B67615;
	margin-left:10px;
	margin-top:-0.5px;
	font-size:8pt;
}

ul.greenBullet {
	list-style:circle solid;
	color:#769483;
	margin-left:10px;
	margin-top:-0.5px;
	font-size:0.7em;
}

ul.rustBullet {
	list-style:circle solid;
	color:#74383a;
	margin-left:10px;
	margin-top:-0.5px;
	font-size:0.7em;
}


/* ID SELECTORS */

#bulletText {
	color:#000;
	font-size:16px;
	line-height:24px;
}

#orangeBackground {
	background-color:#B67615;
}

#orange {
	color:#B67615;
	text-decoration:none;
}

#orange a:hover {
	text-decoration: underline;
	color: #000;
}

#orange a:visited {
	color: #600;
}

#greenBackground {
	background-color: #769483;
}

#green {
	color: #769483;
	text-decoration:none;
}

#green a:hover {
	text-decoration: underline;
	color: #000;
}

#green a:visited {
	color: #600;
}

#rustBackground {
	background-color: #74383a;
}

#rust {
	color: #74383a;
	text-decoration:none;
}

#rust a:hover {
	text-decoration: underline;
	color: #000;
}

#rust a:visited {
	color: #600;
}



/* CLASSES */

.BodyCopyLeading {
	line-height: 18pt;
	font-weight:bold;
	margin-left:38px;	
}

.columnHeaders {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-variant:small-caps;
}

.columnHeadersIndex {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-variant:small-caps;
	margin-left:12px;
}

.columnText {
	margin-left:12px;
	margin-right:8px;
}

.endpagesText {
	line-height:21px;
	margin-top:6px;
}

.endpagesText a {
	text-decoration:none;
	color:#B67615;
}

.endpagesText a:hover {
	text-decoration:underline;
	color:#74383a;
}

.footer a {
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.headerLinks {
	margin: -14px 80px 15px 0px;
	font-size:16px;
	text-align:right;
}	

.homenames {
	font: 21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

.minititle {
	font-family:"Times New Roman";
	font-size: 18px;
	font-style: italic;
	letter-spacing:1px;
}

.storyLink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-variant:small-caps;
}

.threeColumns {
	border-left-width:2px;
	border-left-style:solid;
	border-left-color: #999;
}

.topLinks {
	margin:30px 80px -14px 0px;
	font-size:16px;
	text-align:right;
}	

.topLinksOrg a:hover{
	text-decoration: none;
	color: #000;
}

.topLinksOrg a:visited {
	text-decoration: none;
	color: #666;
}

.UpperCaseSM {
	font: 500 small-caps 20px Georgia, "Times New Roman", Times, serif;
}

