html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	background-color: #CCC;
	margin: 0px;
	font-size: 100%;
	color: black;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body, td, th, p, label, ol, ul, li, a, b, strong, i, em {
	font-family: Verdana, Arial, Helvetica, sans-serif, Poppl-Laudatio Regular;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0em;
	padding-left: 0em;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FFF;
}
#header {
	background: #ffffff;
	padding: 0;
}
#sidebarLeft {
	/* background: url(images/stack_of_books_blue.jpg) no-repeat top; */
	padding: 10px;
	width: 200px;
	margin-top: 20px;
	font-size: 0.8em;
}
#sidebarLeft h1 {
	font-weight: bold;
	color: #666;
	padding: 6px 0px;
}
#sidebarLeft a {
	padding: 8px;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	border-right: 1px solid #cccccc;
	border-left-style: none;
}
#sidebarLeft a.current {
	background-color: #F6F7F3;
}
#sidebarLeft a:link, 
#sidebarLeft a:visited, 
#sidebarLeft a:active 
{
	color: #474F49;
}
#sidebarLeft a:hover {
	background-color: #eeeeee;
}

#footer {
	border-top: 2px solid #ccc;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.8em;
	padding-top: 10px;
}
#footer p {
	line-height: 1.5em;
}
#footer a {
	text-decoration: none;
	margin-right: 0.1em;
	margin-left: 0.1em;
	color: #999;
	padding: 2px 4px;
}
#footer a:hover {
	color: #A2B8C6;
}
#navigation {
	background: #999;
	text-align: right;
	padding: 6px 10px;
	margin-bottom: 4px;
	font-size: 0.8em;
	font-weight: bold;
}
#navigation a {
	color: #FFFFFF;
	border: 1px solid #EAF1F7;
	margin-left: 10px;
	padding: 2px 8px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#navigation a:hover {
	background: #cccccc;
	color: #666;
}
#mainContent {
	background: #FFFFFF;
	padding-right: 40px;
	padding-left: 30px;
}
#mainContent h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #039;
	padding-bottom: 1em;
}
#mainContent h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}
#mainContent p {
	margin-bottom: 1em;
	line-height: 1.25em;
}
#mainContent ul, ol {
	margin-left: 0;
  	padding-left: 0;
	margin-bottom: 0.5em;
	line-height: 1.25em;
}
#mainContent li {
	list-style-type: circle;
	padding-left: 18px ;
    text-indent: -18px ;
	margin-bottom: 0.5em;
	list-style: square inside;
}

#tbcTable {
	border: 1px solid #666666;
	margin: 1em 0px;
	padding: 0px;
	width: 100%;
}
#tbcTable th {
	font-weight: bold;
	background: #eeeeee bottom;
	padding: 6px 8px;
	text-align: left;
	vertical-align: bottom;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#tbcTable td {
	border-bottom: 1px solid #999999;
	padding: 6px 8px 10px;
	vertical-align: top;
}
#tbcTable td.noLine {
	border-bottom: none;
	padding: 4px 8px;
	vertical-align: top;
}
#mainContent .smallText {
	font-size: 0.8em;
}

/* Contact Us Form */
#formContact {
}
#formContact table {
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#formContact td {
	vertical-align: top;
	padding-right: 2em;
	padding-bottom: .5em;
}
#formContact label {
	font-weight: bold;
}
#formContact input.textbox {
	width: 23em;
	border: 1px solid #A0C2C4;
}
#formContact textarea {
	width: 23em;
	height: 10em;
	border: 1px solid #A0C2C4;
}

.grayText 		{ color: #CCC; }
.grayTextDark 	{ color: #999; }
.term {
	font-weight: bold;
	color: #339;
}
#mainContent #thanks {
	background: url(images/stack_of_books_blue_sm.jpg) no-repeat right bottom;
	height: 350px;
}
#tableContact {
	margin: 1em 0px;
	padding: 4px;
	width: 100%;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
#tableContact td {
	padding: 8px;
}
strong {
	font-weight: bold;
	color: #039;
}
