/* definitions to counter IE6 bugs */

* html .ie6_font_size
{
	font-size: 0px;
}

* html .ie6_last_left_float
{
	margin-right: -3px;
}

* html .ie6_last_right_float
{
	margin-left: -3px;
}


/* general definitions */

.list_background
{
	background-color: #dddddd;
}

a
{
	color: #408040;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
}

h3
{
	font-size: 1.17em;
	margin: 1em 0;
}

img
{
	border: 0px;
}

p
{
	margin: 1em 0;
}


/* page structure */

body
{
	background-color: #f2f2f2;
	font: 12px Arial;
	margin: 0px;
}

div#background
{
	background-color: #ffffff;
	padding-bottom: 20px;
}

div#main_column
{
	border: 1px solid #b0b0b0;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	padding: 10px;
	position: relative;
	width: 718px;
}
* html div#main_column
{
	margin-left: 247px;
}

div#page
{
	margin: 0 auto;
	position: relative;
	width: 990px;
}

div#page_footer
{
	background-color: #f2f2f2;
	border-top: 1px solid #b0b0b0;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	padding-top: 10px;
	text-align: center;
}

div#page_header
{
	margin-bottom: 10px;
	padding-top: 10px;
}

div#side_column
{
	float: right;
	width: 240px;
}

img.border_bottom_left
{
	bottom: -1px;
	left: -1px;
	position: absolute;
}

img.border_bottom_right
{
	bottom: -1px;
	position: absolute;
	right: -1px;
}

img.border_top_left
{
	left: -1px;
	position: absolute;
	top: -1px;
}

img.border_top_right
{
	position: absolute;
	right: -1px;
	top: -1px;
}

img.bottom_left
{
	bottom: 0px;
	left: 0px;
	position: absolute;
}

img.bottom_right
{
	bottom: 0px;
	position: absolute;
	right: 0px;
}

img.top_left
{
	left: 0px;
	position: absolute;
	top: 0px;
}

img.top_right
{
	position: absolute;
	right: 0px;
	top: 0px;
}

/* page navigation */

table.page_navigation
{
	margin-bottom: 10px;
}

table.page_navigation td
{
	background-color: #dddddd;
	text-align: center;
	width: 20px;
}

table.page_navigation td.blind_button
{
	background-color: #dddddd;
}

table.page_navigation td a
{
	font: bold 12px Arial, sans-serif;
	text-decoration: none;
}

table.page_navigation td a.highlighted, table.page_navigation td a:hover
{
	color: #000000;
}
