/* common */

html								{ height: 100%; }
body								{ height: 100%; width: 660px; margin: 0; padding: 0 50px; font-size: 12px; line-height: 14px; background-color: #fff; font-family: Verdana, serif; }

td, form, input, label,
p, ul, li, h3, h4		 			{ margin: 0; padding: 0; }
h3, h4								{ font-weight: normal; }
img									{ border: 0; }
.nobr								{ white-space: nowrap; }
table								{ border-collapse: collapse; border-spacing: 0; }
td									{ vertical-align: top; }
ul									{ list-style-type: none; }

a									{ color: #007fbf; text-decoration: none; }

div#layout							{ position: relative; min-height: 100%; xborder: 1px solid red; }
* html div#layout					{ height: 100%; }


div#header							{ xclear: both; height: 117px; margin-top: 10px; xborder: 1px solid red; overflow: auto; position: relative; }
#header a.home						{ float: left; xmargin: 6px 0 0 20px; margin: 0 15px 0 -6px; }
#header h3							{ font-size: 18px; line-height: 20px; margin-top: 18px; width: 420px; }

div.dt								{ position: absolute; color: #3d79cc; left: 154px; bottom: 10px; font-size: 14px; }
* html div.dt						{ left: 156px; }
div.dt span							{ margin-right: 12px; font-weight: bold; }

div#curr_link						{ margin: 15px 0; }

div#text p							{ margin-bottom: 8px; x-text-align: left; }

#ref_links h3						{ margin-bottom: 15px; font-size: 16px; font-weight: bold; }
#ref_links li						{ overflow: auto; clear: both; margin-bottom: 11px; }
#ref_links div						{ float: left; }
#ref_links div.dt					{ width: 105px; margin: 0 11px 0 0; font-size: 11px; }
#ref_links div.text					{ width: 430px; font-size: 12px; font-weight: bold; }

h3.orange							{ margin-bottom: 15px; color: #e19001; font-size: 16px; font-weight: bold; }


div#footer							{ position: absolute; left: 0; bottom: 40px; width: 100%; text-align: right; }
div#footer span						{ margin-right: 15px; text-align: right; font-size: 10px; }

div.spacer							{ clear: both; height: 85px; }
div.clear							{ float: none ! important; clear: both ! important; height: 0; font-size: 0; line-height: 0; }
div.hr								{ float: none; clear: both; height: 0; margin: 20px 0; font-size: 0; line-height: 0; border-top: 1px solid #e6ebf2; }

