@charset "UTF-8";

/* links */
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
a:active {
	color: #993300;
	text-decoration: none;
}

/* BODY */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/* headers */
h1, h2, h3, h4, h5, h6 {
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	padding-bottom: 3px;
}
h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	padding-bottom: 2px;
	font-size: 14px;
	margin-bottom: 3px;
}
h4 {
	padding-bottom: 2px;
	margin-bottom: 3px;
	font-size: 14px;
}

h5 {
	margin-bottom: 3px;
}

/* Paragraph */
p {
	line-height: 125%;
	font-size: 11px;
	margin-top: 0px;
	color: #333333;
}

/* Blockquote */
blockquote {
	font-weight: normal;
	font-size: 14pt;
	line-height: 125%;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #80614D;
	border: 1px solid #EEE8E1;
	width: 500px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	background-color: #FAF7F5;
	background-image: url(../images/page/quote.gif)
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-image: url(../images/page/quote.gif);
	background-repeat: no-repeat;
}

/* Lists */
ul, ol {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 8pt;
	line-height: 14px;
	padding-top: 0px;
}
ul {
	list-style-image: url(../images/page/bulletSquare.png);
	list-style-type: square;
	margin-top: 0px;
}

dl { padding: 10px; margin: 0; }

dt {
	font-weight: normal;
	color: #666666;
}
dd {
  padding-left: 25px; 
}

/* Table */
table {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* Image - default image has a gray border */
img {
	border: 1px solid #666666;
}
img.img_floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.img_floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.imgFramed {
	background-color: #FAF7F5;
	padding: 4px;
}
img.imgFramed_floatLeft {
	float: left;
	margin-right: 10px;
	background-color: #FAF7F5;
	padding: 4px;
	margin-bottom: 10px;
}
img.imgFramed_floatRight {
	float: right;
	margin-left: 10px;
	padding: 4px;
	background-color: #FAF7F5;
	margin-bottom: 10px;
}
.SubTitle {
	font-size: 10pt;
	font-weight: bold;
	color: #663300;
	margin-top: 10px;
	clear: both;
}

.SubTitle_CAPS {
	font-size: 10pt;
	font-weight: bold;
	color: #663300;
	margin-top: 10px;
	clear: both;
	text-transform: uppercase;
}
.photoCaption {
	font-size: 8pt;
	color: #663300;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 125%;
}
.subHeading {
	font-size: 9pt;
	color: #663300;
	margin-top: 10px;
}
.byLine {
	font-size: 9pt;
	color: #663300;
	margin-top: 10px;
}
.bigType {
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.expandedType {
	font-size: 14px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	letter-spacing: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boxed_1 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	letter-spacing: .05em;
	border: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-top: 5px;
	padding-right: 4px;
	background-image: url(../images/page/50-wht.png);
	background-repeat: repeat;
}

.boxedCopy {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	letter-spacing: .05em;
	border: 1px solid #CCCCCC;
	width: auto;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #FAF7F5;
}
.floatRIGHT { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.floatLEFT { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

