/* CSS Document */

/* print styles */

a:link, a:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black; 
	background: white;
}

.table_bottom_spacer{
	padding-bottom: 1em;
}
.table_top_spacer{
	padding-top: 1em;
}
#container {
	position:absolute;
	width:90%;
	z-index:1;
	border: 2px solid #000;
	margin-top: 0.5em;
	margin-right: 5%;
	margin-left: 5%;
	padding: 0.5em;
	margin-bottom: 1em;
}
#breadcrumbs {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin: 0.5em;
	padding: 0.25em;
	font-size: 90%;
}
#main_content {
	width: 100%;
}

.blackbottom {
	padding: 0.5em;
	border-bottom-width: 1.5pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 1.2em;
	margin: 0px;
	z-index: 1;
}
.bottom {
	border-bottom-width: 1.5pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0.5em;
	line-height: 1.2em;
	margin: 0px;
}
.horiz_links_menu ul{
	margin: 0px;
	padding: 0px;
}

.horiz_links_menu li{
	display:inline;
	margin: 0.5em;
}

.vertical_list ul,li{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.vertical_list ul{
	margin-top: 0.25em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

.supporters ul {
	margin: 0px;
	padding: 0px;
}
.supporters {
	font-weight: bold;
}
.supporters li {
	display:inline;
	list-style-type: none;
}
.image_float_right {
	float: right;
	clear: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.image_float_left {
	float: left;
	clear: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.subtitle {
	line-height: 30px;
	font-weight: bold;
}

.bold_title {
	font-size: 110%;
	font-weight: bold;
}
.blue_boarder{
	border: 1px solid #39F;
}
.white_boarder{
	border: 1px solid #FFF;
}
.big_bold {
	font-size: 150%;
	font-weight: bolder;
}
#footer ul {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#footer li {
	list-style-type: none;
	font-size: 80%;
}
.right_links dd {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}
.right_links dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#right_column {display: none;}
#left_column {display: none;}
#top_menu {display: none;}
.left_table_column {
	width: 0%;
}
.middle_table_column {
	width: 100%;
}
.right_table_column {
	width: 0%;
}