/* CSS Document */
body {
	background:#fff;
	color:#000;
	margin:0;
	padding:10px;
	font-family: Myriad, "Myriad Pro", Arial, sans-serif;
}
.parent, .line, .sub, #search, .button img, #nav li, #logo, #column1, .side-text, .eg-bar, .iconspan, #top-button, #anchors {
	display: none;
}
#head {
	background: url(../struc/logo-print.jpg) no-repeat top left;
	height: 77px;
	width:auto;
	margin:0;
	border-bottom:#993300 solid 2px;
	padding-bottom:15px;
}
#body {
	width:auto;
	height:auto;
	margin:0 0 0 10px;
	padding:0;
}
.left {
	float:left;
	width:60%
}
.right {
	float:right;
	width:30%;
}
p {
	margin-top: 16px;
	margin-bottom: 16px;
	line-height:120%;
	letter-spacing:110%;
	font-size: 12pt;
}
#body ul {
	list-style-image: url(../struc/bullet.jpg);
	margin-bottom: 16px;
	line-height:120%;
	letter-spacing:110%;
}
h1, h2, h3 {
	font-weight:bold;
	color:#7a2a01;
}
h1 {
	font-size:18px;
	margin:30px 0 0 0;
	font-size: 16pt;
}
h2 {
	font-size:16px;
	margin:25px 0 0 0;
	font-size: 14pt;
}
h3 {
	font-size:14px;
	margin:20px 0 0 0;
	font-size: 12pt;
}
h1 sup {
	font-size:12px;
	margin-top:0;
}
#foot sup {
	font-size:9px;
	margin-top:0;
}
#foot {
	border-top:#993300 solid 2px;
	display:block;
	padding-top:15px;
	margin-top:15px;
}
a {
	text-decoration:none;
	color:#000000;
}
#clear {
    display: block;
    clear: both;
	height:1px;
}
/*************** Img Tags ******************/
img.left {
	float:left;
	margin:0 20px 20px 0;
}
img.right {
	float:right;
	margin:0 0 20px 20px;
	width:auto;
}
img.right2 {
	float:right;
	margin:20px 0 20px 20px;
}
.captionL {
	float:left;
	margin:0 20px 15px 0;
}
.captionR {
	float:right;
	margin:0 0 15px 20px;
}
.captionR, .captionL {
	border:1px #666666 solid;
	background:url(../struc/gray.jpg) repeat-x top;
	padding:8px;
	font-size:9px;
	width:auto;
	height:auto;
	display:inline;
	color:#333333;
}
.captionL img, .captionR img {
	margin:0 0 8px 0;
}
/*************** News ******************/
.date {
	float:left;
	width:10%;
	margin:18px 0 0 0;
	vertical-align:top;
}
.content {
	float:right;
	width:88%;
	margin:18px 0 0 0;
	vertical-align:top;
}
#title {
	font-weight:bold;
	margin:30px 0 15px 0;
}
.media {
	font-weight:bold;
	margin:50px 0 10px 0;
	color: #4C1702;
}
#media {
	width:610px;
	display:inline;
	clear:both;
}
#media-box {
	vertical-align:top;
	display:inline;
	float:left;
	margin:0 30px 0 0;
}