body {
	background-color: #fbf0df;
}

img {
	border: 0;
}

p.contentMain,td.contentMain {
	font-family: "Lucida Grande","Lucida Sans Unicode";
	font-size: 12px;
	color: #575757;
	line-height: 2.0
}

p.footNote {
	font-family: "Lucida Grande","Lucida Sans Unicode";
	font-size: 10px;
	color: #a2a09f;
}

/* header start */

div#headerFrame {
	background-image: url("/images/assets/img_header.png");
	background-repeat: no-repeat;
	width: 740px;
	height: 149px;
}

div#mainFrame {
	background-image: url("/images/assets/filler_body.png");
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}
div#mainFrame1 {
	background-image: url("/images/assets/filler_body_clean.png");
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

div#mainFrame table#uppernav {
	margin-top: 35px;
	margin-left: 60px;
}
div#mainFrame1 table#uppernav {
	margin-top: 35px;
	margin-left: 60px;
}

div#mainFrame a,a:visited,a:active,span {
	font-family: Tahoma;
	font-weight: bold !important;
	font-size: 10px;
	color: #b28383;
	text-decoration: none;
}
div#mainFrame1 a,a:visited,a:active,span {
	font-family: Tahoma;
	font-weight: bold !important;
	font-size: 10px;
	color: #b28383;
	text-decoration: none;
}

div#mainFrame a:hover{
	color: #ff7e00 !important;
}
div#mainFrame1 a:hover{
	color: #ff7e00 !important;
}

div#mainFrame a#contactLink{
	font-family: Tahoma;
	font-size: 12px;
	display: block;
/*	margin-bottom: 5px; */
}
div#mainFrame1 a#contactLink{
	font-family: Tahoma;
	font-size: 12px;
	display: block;
/*	margin-bottom: 5px; */
}


/* header end */

/* left bar start */

div#leftBar {
	float:left;
	width: 141px; /* override value of 230px from the style guide */
	padding-left: 50px;
	padding-right: 12px;
	padding-top: 5px;
	margin-top: 0px;
}

div#leftBar h1.subHeader {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #cc2323;	
	margin: 0;
	margin-bottom: 6px;
}

div#leftBar span.grayText {
	color: #767d81;	
}

div#leftBar p.contentText {
	font-family: "Lucida Grande","Lucida Sans Unicode";
	font-size: 10px;
	color: #a2a09f;
	margin: 0;
}

div#leftBar div.linkContinueContainer {
	width: 100%;
	text-align: right;
}

div#leftBar a,a:visited,a:active {
	font-family: "Lucida Grande","Lucida Sans Unicode";
	font-size: 10px;
	font-weight: normal !important;
	color: #952727;
	text-decoration: underline;
}
div#leftBar a:hover {
	color: #952727;
	text-decoration: none;
}

img.leftBarDivider {
	margin-left: -50px;
}

div#leftBar h1.blogEntryHeader {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #952727;
	margin-top: 0;
	margin-bottom: 2px;
}

div#leftBar span.blogEntryDate {
        font-size: 10px;
	color: #9a9999;
	font-style: normal;

}

div#leftBar span.blogEntryDate {

}

div#leftBar img#bookImg {
	float: right;
	margin-right: -10px;
}

/* left bar end */


/* content div start */

div#contentMain {
	float:right;
	width: 450px !important;
	padding-right: 55px;
	padding-top: 0;
}

h1.subHeader {
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	color: #4c4343;
	margin-top: 0;
}

div#contentOther {
/*	float:right;
	width: 450px !important; */
	background-image: url("/images/assets/filler_other.png");
	background-repeat: repeat-y;
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 0;
	padding-bottom: 35px;
}


ul { 
	list-style-image: url("/images/assets/img_marker.gif");
	padding-left: 15px;
}

li {
	font-family: "Lucida Grande","Lucida Sans Unicode";
	font-size: 14px;
	color: #575757;
	margin-left: 0;
	padding-left: 5px;     /* distance between marker and text */
	margin-bottom: 10px; /* a little spacing between list items */
}

.bigHeader {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 36px;
	color: #f0e7e7;
	margin-top: 0;
	margin-bottom: 30px;
}

/* content div end */


/* footer start */

div#footerFrameMain {
	background-image: url("/images/assets/img_footer.png");
	background-repeat: no-repeat;
	width: 740px;
	height: 60px;
	clear: both;
	margin-top: -1px;
}

div#footerFrameOther {
	background-image: url("/images/assets/img_other_bottom.png");
	background-repeat: no-repeat;
	width: 740px;
	height: 60px;
	clear: both;
	margin-top: -1px;
}


div#footerFrameMain p#copyRight,div#footerFrameOther p#copyRight {
	font-family: "Lucida Grande","Lucida Sans Unicode";
	font-size: 10px;
	color: #c3c3c3;
	margin-left: 235px;
	margin-bottom: 45px;
	margin-top: -1px;
}


/* footer end */