@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-color: #FAF5E2;
	background-image: url(images/mainBK.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
} 
.twoColFixLtHdr #header {
	height: 60px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: auto;
	padding-top: 135px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/BK-sidebar1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 95px;
}
.twoColFixLtHdr #sidebar1b {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 900px;
	padding-top: 135px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/BK-sidebar1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 95px;
}
.twoColFixLtHdr #sidebar1c {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 800px;
	padding-top: 135px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/BK-sidebar1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 95px;
}
.twoColFixLtHdr #sidebar1-d {
	float: left; /* since this element is floated, a width must be given */
	width: 168px;
	height: 220px;
	padding-top: 135px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/BKsidebar1.gif);
	background-repeat: no-repeat;
	background-position: 0px 95px;
}
/* Dave- Notice the overrides in this next style. Remember that took several days to diagnose and repair. 12-16-09 */
.twoColFixLtHdr #mainContent {
	height: auto;
	margin-top: 95px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 42px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 220px;
	#padding-left: 20px;/* override for Microsoft Internet Explorer browsers*/
	_padding-left: 20px;/* override for IE browsers 6.0 and older */
	background-color: #FFFFFF;
	border: 1px solid #9C998C;
	min-height: 700px;
} 
.twoColFixLtHdr #mainContent-d {
	height: auto;
	margin-top: 95px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 42px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 36px;
	background-color: #FFFFFF;
	border: 1px solid #9C998C;
} 
.twoColFixLtHdr #footer {
	background-color: #FAF5E2;
	border: 1px solid #9c998c;
	margin-bottom: 0px;
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* 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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 10px;
	font-size: 1px;
	line-height: 0px;
	background-color: #CAC6B6;
}
.imageRight {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}
.imageRightBorderless {
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageLeft {
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}
.imageLeftBorderless {
	margin-bottom: 10px;
	margin-right: 10px;
}
.navRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FAF5E2;
	background-color: #721817;
	width: 920px;
	line-height: 18px;
	background-image: url(images/bk-nav-row.gif);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ded8c1;
	border-right-color: #9c998c;
	border-bottom-color: #9c998c;
	border-left-color: #9c998c;
}
.twoColFixLtHdr #container #header .navRow .navRowLink {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

a.navA:link {
	color: #000000;
	text-decoration: none;
}
a.navA:visited {
	text-decoration: none;
	color: #000000;
}
a.navA:hover {
	text-decoration: underline;
	color: #2a4074;
}
a.navA:active {
	text-decoration: none;
	color: #000000;
}

a.Cat1:link {
	color: #FAF5E2;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.Cat1:visited {
	color: #FAF5E2;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.Cat1:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/navBTNover.jpg);
	background-position: left;
}
a.Cat1:active {
	color: #FAF5E2;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.Cat1on:link {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	background-image: url(images/navBTNover.jpg);
	background-position: left;
}
a.Cat1on:visited {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	background-image: url(images/navBTNover.jpg);
	background-position: left;
}
a.Cat1on:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	background-image: url(images/navBTNover.jpg);
	background-position: left;
}
a.Cat1on:active {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	background-image: url(images/navBTNover.jpg);
	background-position: left;
}
a.Cat2:link {
	color: #FAF5E2;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.Cat2:visited {
	color: #FAF5E2;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.Cat2:hover {
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-position: left;
}
a.Cat2:active {
	color: #FAF5E2;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
a.subNav:link {
	color: #501312;
	text-decoration: underline;
}
a.subNav:visited {
	text-decoration: underline;
	color: #501312;
}
a.subNav:hover {
	text-decoration: none;
	color: #501312;
}
a.subNav:active {
	text-decoration: underline;
	color: #501312;
}
a.subNavon:link {
	color: #2A4074;
	text-decoration: none;
	padding-left: 18px;
	background-image: url(images/subNavDot.gif);
	background-repeat: no-repeat;
}
a.subNavon:visited {
	text-decoration: none;
	color: #2A4074;
	padding-left: 18px;
	background-image: url(images/subNavDot.gif);
	background-repeat: no-repeat;
}
a.subNavon:hover {
	text-decoration: none;
	color: #2A4074;
	padding-left: 18px;
	background-image: url(images/subNavDot.gif);
	background-repeat: no-repeat;
}
a.subNavon:active {
	text-decoration: none;
	color: #2A4074;
	padding-left: 18px;
	background-image: url(images/subNavDot.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContent .Announcement {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 14px;
	width: 300px;
	float: left;
	margin-bottom: 4px;
	background-color: #FAF5E2;
	height: 40px;
	margin-left: 0px;
	padding-top: 26px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	text-transform: uppercase;
}
.leftNav {
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.foot {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
}
.finePrint {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: -1px;
}
.finePrint-b {
	font-size: 9px;
	line-height: 12px;
	color: #999999;
	text-transform: lowercase;
}
.finePrint-c {
	font-size: 9px;
	line-height: 12px;
	color: #999;
	text-transform: none;
}
.iAnnounce {
	position: relative;
	right: 30px;
}

.iFrames {
	border: 1px solid #933D0E;
	margin-bottom: 30px;
}
.site-wrap {
	background-color: #FAF5E2;
	padding: 10px;
	height: 160px;
	font-size: 10px;
	color: #000000;
	width: 900px;
}
.site-wrap2 {
	background-color: #FAF5E2;
	padding: 10px;
	height: 40px;
	font-size: 11px;
	color: #000000;
	width: 900px;
	line-height: 16px;
}
.chapterhead {
	background-color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #561413;
	border: 1px none #CBC7B6;
	text-transform: none;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 0px;
}

.twoColFixLtHdr #container .site-wrap .copyrightiframe {
	margin-top: 20px;
}
.twoColFixLtHdr #container #sidebar1b .sidebar-basement {
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.twoColFixLtHdr #container #sidebar1c .sidebar-basement {
	margin-top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
.twoColFixLtHdr #container #header .logoFlash {
	padding-bottom: 4px;
}
.headingSpecial {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}

.offeringDiv {
	width: 620px;
	background-image: url(images/parchment.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	letter-spacing: 1px;
	height: 320px;
}
.copyrighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #B5B2A3;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	position: relative;
	top: 50px;
}
.resourceListing {
	padding-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #2A4074;
	border-right-color: #2A4074;
	border-bottom-color: #2A4074;
	border-left-color: #2A4074;
	padding-top: 10px;
	margin-left: 0px;
	min-height: 140px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
}
.resourceListingGOING {
	border-top-width: 10px;
	border-top-color: #2A4074;
	background-color: #FFFFCC;
}
.twoColFixLtHdr #container #mainContent .upCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
}
.headingB {
	font-size: 16px;
	text-transform: uppercase;
}
.headingPage {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #2a4074;
}
.headingPageAlt{
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 4px;
}
.books1 {
	float: right;
	margin-right: 260px;
	margin-left: 20px;
	border: 1px solid #666666;
}
.booksList {
	padding-bottom: 20px;
}

.list1 {
	list-style-type: square;
}
.list1b {
	list-style-type: circle;
	font-style: italic;
}
.list2 {
	list-style-type: square;
	left: -25px;
	position: relative;
}
.listFAQ {
	list-style-type: square;
	list-style-image: none;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	color: #561413;
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 20px;
	list-style-position: inside;
}
.twoColFixLtHdr #container #mainContent .Announcement .smallPrint1 {
	font-size: 10px;
	color: #666633;
}
.lowercase {
	text-transform: lowercase;
}
.subTitle {
	font-style: italic;
	text-transform: capitalize;
	color: #000000;
}
.subHeading {
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	color: #561413;
	font-weight: bold;
}
.subHeadingListings {
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	color: #891212;
	font-weight: bold;
	line-height: 12px;
}
.subHeading-b {
	color: #2a4074;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent .listNumeric {
	list-style-type: decimal;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	padding-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .rightlinklist {
	float: right;
	width: 163px;
}
.little-s {
	text-transform: lowercase;
}
.listingLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	height: 18px;
	width: 200px;
}
.twoColFixLtHdr #container #mainContent .resourceListing .degree {
	color: #891212;
}
.twoColFixLtHdr #container #mainContent .box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #243762;
	border-right-color: #243762;
	border-bottom-color: #243762;
	border-left-color: #243762;
}
.twoColFixLtHdr #container .shareDiv {
	float: right;
	height: 22px;
	width: 100%;
	position: relative;
	top: 120px;

	
}
.heavyLine {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CAC7B6;
}

