* {
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, "Lucida Grande", sans-serif;
	background-color: #3f5475;
	font-size: 12px;
}

a
{
	color: #2f3753;
	border-bottom: 1px dashed #bbb;
	text-decoration: none;
}

a:hover
{
	border-bottom: 1px dashed #3f5475;
}

big
{
	font-weight: bold;
	line-height: 40px;
}

#header
{
	background-image: url(/images/top_bg.gif);
	height: 44px;
	border-bottom: 1px solid white;
}

#header #title
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header h1
{
	font-size: 36px;
	line-height: 44px;
	font-weight: bolder;
	color: white;
	letter-spacing: -0.11em;
}

#header h1 a
{
	color: white;
	text-decoration: none;
	border: none;
}

#navbar
{
	height: 30px;
	background: #000;
}

#navbar ul
{
	list-style: none;
	height: 30px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#navbar ul li
{
	display: block;
	width: auto;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	list-style: none;
}

#navbar ul li.right
{
	float: right;
}

#navbar ul li a
{
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
	text-decoration: none;
	border: none;
}

#navbar ul li a:hover, #navbar ul li.active a
{
	background: #acd;
	color: black;
}

#shadow
{
	position: absolute;
	width: 100%;
	top: 75px;
	background-image: url(/images/shadow.png);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow.png',sizingMethod='scale');
	height: 5px;

}

#body
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #2f3753;
	border-right: 2px solid #2f3753;
	padding-top: 1px;
	background: #fff url(/images/sidebar.gif) repeat-y left;
}

#sidebar
{
	width: 199px;
	padding: 8px 10px 16px 10px;
	float: left;
}

#sidebar h2
{
	margin: 8px 0px 2px 0px;
	font-size: 14px;
	border-bottom: 1px solid black;
}

#sidebar h2 a
{
	color: #3f5475;
	text-decoration: none;
	border: none;
}

#sidebar ul.tree
{
	clear: both;
	margin-top: 8px;
	font-size: 14px;
}

#sidebar ul.tree, #sidebar ul.tree ul
{
	background: url(/images/sidebar_list_bg.gif) repeat-y;
	background-position: 3px 2px;
	list-style: none;
}

#sidebar ul.tree ul
{
	
}

#sidebar ul.tree li
{
	margin-top: 3px;
	margin-bottom: 3px;
}

#sidebar ul.tree ul li
{
	font-size: 0.9em;
	padding-left: 18px;
	background-image: url(/images/h_dotted.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

#sidebar ul.tree ul ul li:last-child, #sidebar ul.tree li.last
{
	background-image: url(/images/h_dotted_last.gif);
	background-position: 0px 6px;
}

#sidebar ul.tree li a
{
	padding-left: 12px;
	background-image: url(/images/sidebar_link_unread.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2e3753;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#sidebar ul.tree li a:hover
{
	background-image: url(/images/sidebar_link_hover.gif);
	text-decoration: underline;
}

#sidebar ul.tree li a.active
{
	background-image: url(/images/sidebar_link_read.gif);
}

#sidebar ul.ljet {
	margin-top: 20px;
	font-size: 11px;
}

#sidebar ul.ljet li {
	margin-top: 10px;
	list-style-type: none;
}

#content
{
	padding: 20px 20px 20px 20px;
	margin-left: 230px;
	font-size: 13px;
}

#content h1
{
	font-size: 20px;
	margin-bottom: 10px;
}

#content h1 big
{
	text-transform: uppercase;
}

#content h2
{
}

#content h3
{
	margin: 10px 0;
	font-size: 18px;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-indent: 2em;
	line-height: 1.1em;
	text-align: justify;
	margin-top: 5px;
}

#content a
{
	color: #3f5475;
}

#content a:visited
{
	color: #2f3753;
}

#content ul, ol {
	margin-left: 4em;
}

#content ul li {
	display: list-item;
}

#content ul li ul {
	margin-left: 3em;
}

#content ul li ul li {
	display: list-item;
}

#footer
{
	clear: both;
	height: 20px;
	min-height: 20px;
	padding: 5px;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	background-color: #eaeaea;
	color: #707099;
	line-height: 20px;
}

#subfooter
{
	width: 890px;
	margin: 0 auto;
	clear: both;
	padding: 5px;
	border-bottom: 1px solid #b0b0b0;
	background-color: #eaeaea;
	color: #b0b0b0;
	font-size: 11px;
}

/* blockquote styles */
blockquote
{
	background-color: #dbffd1;
	border-top: 1px dotted #a1d97e;
	_border-top: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	border-bottom: 1px dotted #a1d97e;
	_border-bottom: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	padding: 12px;
	padding-left: 36px;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(/images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote.info, blockquote.error, blockquote.allgood
{
	background-position: 10px center;
}

blockquote.info
{
	background-image: url(/images/blockquote_info.gif);
}

blockquote.error
{
	background-image: url(/images/blockquote_error.gif);
	background-color: #ffded5;
	border-top: 1px dotted #d99d80;
	border-bottom: 1px dotted #d99d80;
}

blockquote.allgood
{
	background-image: url(/images/blockquote_allgood.gif);
}

blockquote p, #content blockquote p
{
	margin: 0px;
	text-indent: 0px;
}

/* end of blockquote styles */


.left {
	float: left;
}

.right
{
	float: right;
}

strong
{
	color: #3f5475;
}

table
{
	border: 1px solid #3f5475;
	border-collapse: collapse;
	font-size: 12px;
}

table th, td
{
	border: 1px solid #3f5475;
	padding: 2px 1px 2px 3px;
}

table th, td span
{
	font-size: 10px;
}

table td.p10
{
	padding-left: 20px;
}

.blank
{
	clear: both;
	border: 1px solid;
}

#content p.pright
{
	text-align: right;
	margin-bottom: 30px;
}
