@charset "UTF-8";
/*IDs*/
body {
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #787878;
}
p {
	padding-bottom: 9px;
}

/*headings*/
.h1 {
	font: 18px/36px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFF8E5;
	text-align: right;
	padding-top: 67px;
	padding-right: 44px;
}
.h1strong {
	font-weight: bold;
	font-style: italic;
}
.h2 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #4D0000;
	font-style: italic;
	font-weight: bold;
}
.h3 {
	font: 13px/28px Georgia, "Times New Roman", Times, serif;
	color: #787878;
	font-style: italic;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.h4 {
	font: bold 10px/18px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #4D0000;
	letter-spacing: 2px;
	padding-top: 6px;
}
.h4_navhead {
	font: bold 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	width: 129px;
	height: 27px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 18px;
	padding-bottom: 9px;
	margin-left: 10px;
}

/*text*/
.p2 {
	padding-bottom: 36px;
}
.p_imageNoCaption {
	padding-bottom: 17px;
}
.p_imageCaption {
	padding-bottom: 5px;
}
.p_intro {
	font: 15px/27px Georgia, "Times New Roman", Times, serif;
	color: #787878;
	padding-bottom: 9px;
}
.p_space {
	font-size: 6px;
	line-height: 9px;
	color: #FFF8E5;
	margin: 0px;
	padding: 0px;
}
.strong {
	font-weight: bold;
}
.em {
	font-style: italic;
}
.no-em {
	font-style: normal;
}
.all_caps {
	text-transform: uppercase;
}
.caption {
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
	color: #999;
	padding-top: 7px;
	margin-left: 2px;
	margin-bottom: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.footer {
	font: 9px/9px Georgia, "Times New Roman", Times, serif;
	color: #787878;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 2px;
	display: block;
	width: 748px;
	height: 24px;
	float: right;
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	padding-top: 12px;
	margin-right: 10px;
	padding-right: 32px;
}

/*lists*/
.ul {
	text-align: center; /*removes indent Mozilla and NN7*/
	list-style: none;
	display: block;
	width: 129px;
	height: 395px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 10px;
}
.li {
	font: 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.li_h4 {
	font: bold 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 9px;
}

/*links*/
a:link {
	text-decoration: none;
	color: #4D0000;
}
a:visited {
    text-decoration: none;
	color: #4D0000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	color: #FF6600;
}

/*Customized link definitions. Thus, “a:link {}” would become both “span.Feature a:link {}” and “td.Content a:link {}” to accommodate HTML links in both locations in the document tree. This unorthodox approach adds a good deal code, but ensures that styles are applied only to the elements.*/
a.leftnav:link {
	text-decoration: none;
	color: #999999;
}
a.leftnav:visited {
	text-decoration: none;
	color: #999999;
}
a.leftnav:hover {
	text-decoration: none;
	color: #FF9900;
}
a.leftnav:active {
	color: #FF6600;
}

h1 a:link {
	text-decoration: none;
	color: #FFF8E5;
}
h1 a:visited {
	text-decoration: none;
	color: #FFF8E5;
}
h1 a:hover {
	text-decoration: none;
	color: #FF9900;
}
h1 a:active {
	color: #FF6600;
}