body
{
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	
	margin: 0px;
	padding: 0px;
	background-color: #E7E7E7;
	
	font-family: Verdana;
}

html
{
	height: 100%;
}

table
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

div 
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

a img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a
{
	color: #183DAB;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
}

a:hover, a.hover
{
	text-decoration: underline;
}

p
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
}

h1
{
	font-family: Lucida Sans Unicode;
	font-weight: normal;
	font-size: 16px;
}

ol, ul
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5;
}

table.content
{
	width: 100%;
	height: 100%;
}

table.content tr.top td,
table.content tr.bottom td
{
	height: 8px;
	font-size: 1px;
}

table.content td.left,
table.content td.right
{
	width: 8px;
	font-size: 1px;
}

table.content tr.top td.left
{
	background: url("images/page_border_lt.gif") no-repeat;
}

table.content tr.top td.center
{
	background: url("images/page_border_t.gif") repeat-x;
}

table.content tr.top td.right
{
	background: url("images/page_border_rt.gif") no-repeat;
}

table.content tr.center td.left
{
	background: url("images/page_border_l.gif") repeat-y;
}

table.content tr.center td.right
{
	background: url("images/page_border_r.gif") repeat-y;
}

table.content tr.center td.center
{
	background-color: #FFFFFF;
}

table.content tr.bottom td.left
{
	background: url("images/page_border_lb.gif") no-repeat;
}

table.content tr.bottom td.center
{
	background: url("images/page_border_b.gif") repeat-x;
}

table.content tr.bottom td.right
{
	background: url("images/page_border_rb.gif") no-repeat;
}

td.footer
{
	height: 40px;
	text-align: left;
	vertical-align: middle;
	background: #FBFBFB;
	border-top: 1px solid #DBDBDB;
	padding-left: 31px;
}

td.footer p
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

td.footer a
{
	font-size: 11px;
}

table.header
{
	width: 100%;
	height: 80px;
	
	background: url("images/header_bg.gif") repeat-x;
}

a.header
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.header:hover
{
	text-decoration: underline;
}

input.search_button
{
	position: relative; 
	top: 6px; 
	margin-top: -6px;
	margin-left: -2px;
}

input.text_input
{
	border: 1px solid #A6AEB1;
	height: 21px;
	padding-left: 4px;
}

table.search_form input.text_input
{
	width: 128px;
}

table.topic_list
{
	margin-right: 10px;
}

td.date
{
	width: 37px;
	height: 37px;
	background: url("images/date_bg.gif") no-repeat;
	
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
	
	font-size: 11px;
	color: #FFFFFF;
}

td.topic_title
{
	padding-left: 12px;
		
	text-align: left;
	vertical-align: top;
}

td.topic_title p
{
	margin-top: -3px;
	line-height: 1.3;
	
	font-size: 10px;
	color: #000000;
}

span.small,
span.small a,
a.small
{
	font-size: 10px;
}

a.title
{
	font-family: Lucida Sans Unicode;
	font-size: 20px;
	text-decoration: none;
}

a.title:hover
{
	text-decoration: underline;
}

td.sidebar
{
	width: 200px;
}

td.sidebar table.area
{
	width: 100%;
	margin: 0px;
	padding-left: 20px;
}

td.sidebar table.area td
{
	padding-top: 9px;
	padding-bottom: 9px;
}

td.sidebar h1
{
	color: #3D3D3D;
	margin: 0px;
}

td.sidebar ul
{
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;

	margin-left: 0px;
	padding-left: 0px;
	
	font-size: 11px;
	line-height: 1.7;
	list-style: none;
}

td.sidebar ul a
{
	font-size: 11px;
}

td.sidebar ul span
{
	font-size: 11px;
	color: #000000;
}

td.sidebar ul li
{
	padding-right: 10px;
}

div.ul_container
{
	margin-top: 8px;
	padding-right: 28px;
}

ul.comments
{
	font-size: 12px;
}

li.current-cat
{
	background: #DC9149;
	color: #FFFFFF;
}

li.current-cat a
{
	color: #FFFFFF;
	font-weight: bold;
}

li.current-cat a:hover
{
	text-decoration: none;
}
