/*
// +----------------------------------------------------------------------+
// | Copyright (c) 2006 Craftsman Book Company                            |
// |                                                                      |
// | http://www.build-smarter.com                                         |
// |                                                                      |
// +----------------------------------------------------------------------+
*/

BODY {
  background-color: #FFFFFF;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 0px;
  font-family : Arial, Verdana, sans-serif;
}

TD.main, P.main, P {
  font-size: 12px;
  font-family : Arial, Verdana, sans-serif;
}

A {
  color: #800000;
  text-decoration: underline;
}

A:visited {
  color: #004080;
  text-decoration: underline;
}

A:active {
  color: #004080;
  text-decoration: underline;
}

FORM {
  display: inline;
}

.smallText {
  font-size: 10px;
}

/* Header */

TABLE.headerFrame {
  background: #ffffff;
  background-repeat: repeat-x;
  width: 620px !important;
  vertical-align:top;
}

TD.headerFrameLeft {
  background: #336699;
  background-repeat: repeat-x;
  width: 138px !important;
  position: center;
  vertical-align:top;
}

TD.headerFrameMargin{
  background: #ffffff;
  background-repeat: repeat-x;
  width: 14px !important;
  position: left;
  vertical-align:top;
}

TD.headerFrameContent {
  background: #ffffff;
  background-repeat: repeat-x;
  width: 458px !important;
  position: left;
  vertical-align:top;
}

/* Content */

TABLE.contentFrame {
  background: #ffffff;
  background-repeat: repeat-x;
  width: 620px !important;
  vertical-align:top;
}

TD.contentFrameMargin {
  background-repeat: repeat-x;
  width: 14px !important;
  position: left;
  vertical-align:top;
}

TD.contentFrameRight {
  background-repeat: repeat-x;
  width: 458px !important;
  position: left;
  vertical-align:top;
}

TABLE.content {
  width: 100% !important;
  position: left;
  vertical-align:top;
}

TD.contentOneCol {
  width: 100% !important;
  position: left;
  vertical-align:top;
}

TD.contentTwoColLeft {
  position: left;
  vertical-align:top;
}

TD.contentTwoColRight {
  width: 139px !important;
  position: left;
  vertical-align:top;
}

TD.contentTwoColMargin {
  width: 14px !important;
  position: left;
  vertical-align:top;
}

TABLE.chapterMenu {
  width: 100% !important;
  position: left;
  vertical-align:top;
  font-size: 10px;
}

A.chapterNavLink:link {
  color: #004080; 
  text-decoration: none;
  font-size: 10px;
}

A.chapterNavLink:active {
  color: #004080; 
  text-decoration: none;
  font-size: 10px;
}

A.chapterNavLink:visited {  
  color: #004080; 
  text-decoration: none;
  font-size: 10px;
}

A.chapterNavLink:hover {
  color: #000000; 
  text-decoration: underline;
  font-size: 10px;
}

/* Menu */

TD.contentMenu {
  background: #336699;
  background-repeat: repeat-x;
  width: 138px !important;
  position: center;
  vertical-align:top;
}

A.menuNavLink:link {
  color: #ffffff; 
  text-decoration: none;
  font-size: 10px;
}

A.menuNavLink:active {
  color: #ffffff; 
  text-decoration: none;
  font-size: 10px;
}

A.menuNavLink:visited {  
  color: #ffffff; 
  text-decoration: none;
  font-size: 10px;
}

A.menuNavLink:hover {
  color: #ffffff; 
  text-decoration: underline;
  font-size: 10px;
}

/* Footer */

TABLE.footerFrame {
  background: #336699;
  background-repeat: repeat-x;
  width: 620px !important;
  vertical-align:top;
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff; 
  font-size: 10px;
}

TD.footerFrameLeft {
  width: 250px !important;
  vertical-align:top;
}

TD.footerFrameRight {
  width: 370px !important;
  vertical-align: middle;
}

TABLE.footerCopyright {
  background: #ffffff;
  background-repeat: repeat-x;
  width: 620px !important;
  vertical-align:top;
}

A.FooterNavLink:link {
  color: #ffffff; 
  text-decoration: underline;
  font-size: 10px;
}

A.FooterNavLink:active {
  color: #ffffff; 
  text-decoration: underline;
  font-size: 10px;
}

A.FooterNavLink:visited {  
  color: #ffffff; 
  text-decoration: underline;
  font-size: 10px;
}

/* CBC ads */
TD.ad {
	border: dotted 1px steelblue;
	font-size: 13px;
	padding: 5px;
	width: 140px;
}
A.adlink {
	color: steelblue;
	text-decoration: none;
}
A.adlink:visited {
	color: steelblue;
}
A.adlink:hover {
	color: steelblue;
}
IMG.adimg {
	border: none;
}