/* TAGS */

BODY {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 14px;
	height: 100%;
}

P, BLOCKQUOTE {
	line-height: 115%;
}

LI {
	line-height: 120%;
}

A {
	font-weight: bold;
	/* color: #3D5A7D; */
	color: #0000FF; */
	text-decoration: underline;
}

A:hover {
	font-weight: bold;
	/* color: #993333; */
	color: #FF0000;
	text-decoration: underline;
}

SUP {
	font-size: smallest;
	line-height: 100%;
}


/* HEADER */

.shadow1 {
	background-color: #999999;
	border-bottom: 1px solid #BBBBBB;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.shadow2 {
	background-color: #DDDDDD;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.header {
	background: #336633;
	border-bottom: 1px solid #333333;
	padding: 3px 10px 3px 10px;
}

.framework {
	width: 100%;
}

.head {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}


/* FOOTER */

.footer {
	background: #88BB88;
	color: #444444;
	border-top: 1px solid #333333;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 70px;
}

.footertext {
	color: #333333;
	font-size: 16px;
}


/* CONTENT */

H1 {
	color: #114411;
	font-size: 31px;
	font-weight: normal;
	margin-bottom: 0px;
}

H2 {
	color: #114411;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

H3 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 5px;
}

.breadcrumb {
	color: #999999;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 50px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 100px;
}

.deck {
	color: #333333;
	font-style: italic;
	font-size: 16px;
	margin-top: 3px;
}

.byline {
	font-size: 12px;
	margin-top: 16px;
}

.dateline {
	color: #666666;
	font-size: 12px;
}

.footline {
	font-style: italic;
	margin-top: 16px;
}

.subsection {
	color: #666666;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pullquote {
	background-color: #EEFFEE;
	color: #333333;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 35%;
	float: right;
}

.smallcaps {
	font-variant: small-caps;
}


/* IMAGES */

.titleimage {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: 20px;
	margin-left: 30px;
}


/* TABLES */

.caption {
	color: #666666;
	font-size: 11px;
	line-height: 120%;
}

.captiontitle {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}


/* RULES */

.rule {
	border-top: 1px dotted #666666;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

