/* CSS Document */

/************************************** Global ****************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.3;
}
html {
	height: 100%;
}
.copyright {
	font-size: 9px;
	color: #999999;
}



/************************************** Layout and placement ****************************************/

#wrapper {
	width: 720px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top: 0;
	border-bottom: 0;
	/* box model hack Tantek: http://tantek.com/ */
	/* include the rules below for any boxes with fixed widths or heights. */
	/* the width ane/or height below is caluclated by subtracting the border (x2) and padding (x2) from the width and/or height. */
	voice-family: "\"}\"";
	voice-family: inherit;
}

/* end box model hack */
#leftCol {
	width: 105px;
}
#mainnav {
	width: 105px;
}
#midCol {
	width: 424px;
	border-collapse: collapse;
	margin-top: -55px;
}
#midCol_table td, #midCol_table th{
	border-right: 1px solid #fff;
	background-color: #d8d8d8;
}
#body {
	width: 424px;
	margin: 10px 0 10px 15px;
	background-color: #ececec;
	background-image: url(../images/bkg_body_titlebar.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#body p {
	padding: 0 10px 0 10px;
}
#rightCol {
	width: 166px;
}
.cell_padding{
	padding: 2px 5px 5px 10px;
}
#bookReview {
	width: 166px;
	padding: 10px 0 0 0;
	background-color: #d6d6d6;
}
.right_col_top {
	margin-top: 10px;
	background-color: #d6d6d6;
}
.right_col_top p{
	padding: 5px 4px 0 4px;
}
.right_col_bot {
	margin-top: 5px;
	background-color: #d6d6d6;
}
.right_col_bot p{
	padding: 5px 4px 0 4px;
}
.heading_bkg {
	background-image: url(../images/bkg_BookReview_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 28px;
}
.center_image {
	align: center;
}
#footer {
	height: 53px;
	text-align: center;
	background-image: url(../images/bkg_footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.footer_text {
	padding-top: 10px;
}
.img_float_right {
	float: right;
	padding-right: 15px;
}
.img_float_left {
	float: left;
}


/************************************** internal page body content placement ****************************************/
 
#workshops {
	background-color: #efefef;
	width: 424px;
	margin: 10px 0 10px 15px;
}
#workshops p {
	padding: 0 10px 0 10px;
}

/************************************** Main left side Navigation Style ****************************************/

#mainnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/main_nav_arrow.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin-top: 25px;
	margin-left: 10px;
}
#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav li {
	border-bottom: 1px dotted #666;
	padding: 5px 0 5px 15px;
	margin-left: 0px;
}
#mainnav li a:link, #mainnav li a:visited {
	color: #999;
	text-decoration: none;
}
#mainnav li a:hover {
	color: #000;
	text-decoration: none;
}
/************************************** Main left side Sub Navigation Style ****************************************/
#mainnav .subnav a:link, #mainnav .subnav a:visited{
	color: #39f;
}
#mainnav .subnav a:hover{
	color: #000;
}

/************************************** Footer Link styles ****************************************/


#footer a:link, #footer a:visited {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 25px 0 0 0;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}

/************************************** Heading styles ****************************************/

h1 {
	display: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 6px 10px;
}
h3 {
	display: none;
}

.bold_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #79A0C6;
	margin: 15px 0 -8px 10px;
}
.head_qanda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #79A0C6;
	margin: 5px 0 5px 0;
}
.subhead_qanda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 5px 0;
}
hr {
	border: none;
	background-color: #0066CC;
	height: 1px;
	width: 100%;
}

/************************************** Internal Link styles ****************************************/


#midCol a:link, #midCol a:visited{
	font-weight: bold;
	color: #79A0C6;
	text-decoration: none;
}
#midCol a:hover{
	color: #fff;
	text-decoration: none;
}
#rightCol a:link, #rightCol a:visited{
	font-weight: bold;
	color: #79A0C6;
	text-decoration: none;
}
#rightCol a:hover{
	color: #fff;
	text-decoration: none;
}
