body, html
{
	font: 11px verdana, sans-serif;
	color: #333;
	background-color: #003;
	padding: 0px;
	margin: 0px;
	line-height: 135%;
}

#footer
{
	font: 10px verdana, arial, sans-serif;
	color: #666;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 135%;
	margin: 0px 10px 10px 10px;
}

#small
{
	font: 10px verdana, arial, sans-serif;
	line-height: 140%;
}

#red { color: #C00; }
#book_padding { padding: 5px 15px 5px 0; }

img
{
	padding: 0px;
	margin: 0px;
	border: 0;
}

table.container
{
	width: 790px;
	padding: 0px;
	margin: 10px auto 10px auto;
}

td.container_top
{
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	height: 5px;
}

td.container_bottom
{
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	height: 5px;
}

td.container_lhs
{
	background-image: url(images/bg_lhs.png);
	background-repeat: repeat-y;
	width: 5px;
}

td.container_rhs
{
	background-image: url(images/bg_rhs.png);
	background-repeat: repeat-y;
	width: 5px;
	vertical-align: top;
}

td
{
	text-align: left;
	vertical-align: top;
}

table.border
{
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	width: 780px;
	border-style: solid;
	border-color: #002c71;
	border-width: 4px;
}

table.nav
{
	background-color: #69C;
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 24px;
	border-style: solid none solid none;
	border-color: #CBE6FF #0CC #69C #000;
	border-width: 1px 0px 1px 0px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	vertical-align: top;
}

table.content
{
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 20px 25px 0px 25px;
	width: 730px;
	border-style: solid;
	border-color: #CBE6FF;
	border-width: 1px 0px 1px 0px;
}

td.content_lhs
{
	padding: 0px;
	margin: 0px;
	width: 484px;
	border-style: solid;
	border-color: #CBE6FF;
	border-width: 0px 1px 0px 0px;
}

td.content_rhs
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	min-height: 50px;
}

td.content_rhs_bottom
{
	padding: 0px;
	margin: 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #CBE6FF;
	border-style: solid;
	max-height: 100%;
}

#content_lhs { padding: 10px 15px 10px 15px; }

#content_rhs
{
	padding: 10px 15px 10px 15px;
	vertical-align: top;
	min-height: 50px;
	clear: both;
}

#content_rhs_bottom
{
	padding: 10px 15px 10px 15px;
	vertical-align: top;
	clear: both;
}

h1
{
	font-size: 16px;
	color: #002C71;
	line-height: 135%;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	color: #002C71;
	line-height: 135%;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	color: #002C71;
	padding: 0 0 -20px 0;
	line-height: 135%;
	font-weight: bold;
}

h4
{
	font-size: 11px;
	padding: -20px 0 0 0;
	line-height: 135%;
	margin: -10px 0 0 0;
	font-weight: bold;
}

ul { padding: 0px 0px 0px 30px; }

li
{
	list-style-type: default;
	list-style-image: url(images/arrow_grey.png);
	list-style-position: default;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.book
{
	background-color: #CBE6FF;
	padding: 5px 0px 5px 0px;
	margin: 50px 0px 0px 0px;
}

ul.book_bg
{
	background-color: #CBE6FF;
	padding: 10px 10px 10px 25px;
	margin: 5px 0px 10px 0px;
}

li.book
{
	list-style-type: default;
	list-style-image: url(images/arrow_blue.png);
	list-style-position: default;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #FFF;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

li.book_red
{
	list-style-type: default;
	list-style-image: url(images/arrow_red.png);
	list-style-position: default;
	margin: 0px 0px 5px 0px;
}

p.quote { color: #002C71; }

