@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #e6e6cf;
	line-height: 15px;
	background-image: url(../../intro/images/bkgdFade.png);
	background-repeat: repeat-x;
}
.bodyText1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 0px;
	width: 300px;
	margin-bottom: 10px;
}
.bodyTextCaption {
	color: #F2F2E6;
	padding-top: 6px;
	padding-bottom: 15px;
	padding-left: 9px;
	padding-right: 35px;
	font-size: 10px;
	line-height: 15px;
	background-image: url(../../intro/images/bkgdFade.png);
	background-repeat: repeat-x;
}
.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #798093;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
}
.mainBody #container {
	width: 900px;
	text-align: left;
	margin: auto;
	padding: 0px;
}
#banner {
	height: 172px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878160;
}
#mainBlock {
	background-image: url(../../intro/images/layout_intro2.jpg);
	margin: 0px;
	padding-bottom: 0px;
	height: 710px;
	background-repeat: no-repeat;
}
.content {
	margin-right: 0px;
	margin-left: 35px;
	padding-top: 0px;
}
.linkPanel {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #625D4C;
	padding-top: 10px;
	padding-left: 4px;
}
p {
	margin-top: 0px;
}
.navBkgd {
	background-image: url(../../daily/images/grfx/banner_navBkgd.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.subnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.subnavRule {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #878160;
}
.titleContent {
	font-size: 42px;
	letter-spacing: 0px;
	padding-bottom: 10px;
	padding-top: 15px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #FFFFD4;
}
a:active {
	text-decoration: none;
}
.contactLink {
	padding-left: 46px;
	line-height: 14px;
	color: #625D4C;
	font-size: 12px;
}
.contactLink p a {
	font-family: Arial, Helvetica, sans-serif;
}
.subHead1 {
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 25px;
}
.subText1 {
	padding-right: 40px;
	padding-top: 10px;
}
.horizontalRule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #878160;
}
.horizontalRuleTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #878160;
	font-size: 5px;
	margin-top: 20px;
	line-height: 6px;
}
.horizontalRuleArchive {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #878160;
	font-size: 5px;
	margin-top: 10px;
	line-height: 6px;
}
.quoteText {
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.bodyTextCaption2 {
	color: #868478;
	padding-top: 4px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
}
.subHead2 {
	font-size: 24px;
	padding-bottom: 5px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

