/*/////////////////////////////////////////////////////////////////////////////////////*/
html
{
	height: 100%;
}
body
{
	height: 100%;
	background: #555F47 url(images/body_bg.jpg) left top repeat-x;
	background-attachment: fixed;
}
form
{
	margin: 0;
}
h1
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #7B824F;
	border-bottom: 1px solid #7B824F;
}
h2
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #166381;
}
p {margin: 0; padding: 0 0 15px 0;}
td.fac_left
{
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

div.printer_friendly
{
	text-align: center;
	margin-top: 25px;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
table.shell
{
	margin: 80px auto;
	width: 720px;
}
td.shell_main
{
	background-color: #ffffff;
	padding: 2px;
}
td.shell_top
{
	height: 10px;
	background: #ffffff url(images/corner_tile.gif) left top repeat-x;
}
td.shell_bottom
{
	height: 10px;
	background: #ffffff url(images/corner_tile.gif) left bottom repeat-x;
}
td.shell_left
{
	width: 10px;
	background: #ffffff url(images/corner_tile.gif) left top repeat-y;
}
td.shell_right
{
	width: 10px;
	background: #ffffff url(images/corner_tile.gif) right top repeat-y;
}
td.shell_tl
{
	width: 10px;
	height: 10px;
	background: transparent url(images/corner_TL.gif) right bottom no-repeat;
}
td.shell_tr
{
	width: 10px;
	height: 10px;
	background: transparent url(images/corner_TR.gif) left bottom no-repeat;
}
td.shell_bl
{
	width: 10px;
	height: 10px;
	background: transparent url(images/corner_BL.gif) right top no-repeat;
}
td.shell_br
{
	width: 10px;
	height: 10px;
	background: transparent url(images/corner_BR.gif) left top no-repeat;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
table.inner
{
	width: 696px;
}
td.inner_main
{
	background: transparent url(images/inner_tile.gif) left top repeat;
}
td.inner_top
{
	width: 676px;
	height: 10px;
	background: transparent url(images/inner_tile.gif) left top repeat;
}
td.inner_bottom
{
	width: 676px;
	height: 10px;
	background: transparent url(images/inner_tile.gif) left top repeat;
}
td.inner_tl
{
	width: 10px;
	height: 10px;
	background: transparent url(images/inner_TL.gif) right bottom no-repeat;
}
td.inner_tr
{
	width: 10px;
	height: 10px;
	background: transparent url(images/inner_TR.gif) left bottom no-repeat;
}
td.inner_bl
{
	width: 10px;
	height: 10px;
	background: transparent url(images/inner_BL.gif) right top no-repeat;
}
td.inner_br
{
	width: 10px;
	height: 10px;
	background: transparent url(images/inner_BR.gif) left top no-repeat;
}

/*///////////////////////////////////////////////////////////*/
div.main_shell
{
	padding: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}
div.main_shell a:link {color: #7B824F; border-bottom: 1px dotted #166381; text-decoration: none;}
div.main_shell a:visited {color: #7B824F; border-bottom: 1px dotted #166381; text-decoration: none;}
div.main_shell a:hover {color: #166381; border-bottom: 1px solid #7B824F; text-decoration: none;}
div.main_shell a:active {color: #7B824F; border-bottom: 1px dotted #166381; text-decoration: none;}

/*////////////////////////////////////////////////////////////////////////////////////*/
table.books
{
	margin: auto;
}
table.books td
{
	vertical-align: top;
	padding: 5px;
}

/*///////////////////////////////////////////////////////////*/
div.sub_nav
{
	width: 150px;
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	border-right: 1px dotted #7B824F;
	border-bottom: 1px dotted #7B824F;
	border-left: 1px dotted #7B824F;
}
div.sub_nav ul {margin: 8px 0 10px 20px; padding: 0;}
div.sub_nav ul li {padding: 0 0 2px 0; list-style-type: square; color: #7B824F;}
div.sub_nav a:link {color: #166381; border-bottom: 1px dotted #166381; text-decoration: none;}
div.sub_nav a:visited {color: #166381; border-bottom: 1px dotted #166381; text-decoration: none;}
div.sub_nav a:hover {color: #166381; border-bottom: 1px solid #7B824F; text-decoration: none;}
div.sub_nav a:active {color: #166381; border-bottom: 1px dotted #166381; text-decoration: none;}