/* CSS Document */

html {
	background: #333;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: url(images/header_bg.gif) repeat-x;
}
table#topnav #top_home { 
	padding-right: 3px;
}

table#topnav a {
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-top: 15px;
}
table#topnav a:hover {
	text-decoration: underline;
}
table#main {
	margin-left: auto;
	margin-right: auto;
}
.top_nav_spacer {
	width: 1px;
	height: 25px;
	background: url(images/top_nav_divider.gif) no-repeat;
}
#main_sidebar_top, #main_content_top, #main_sidebar_body, #content_body {
	border: #63625F solid;
	border-width: 0 0 1px 0;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main_sidebar_top {	
	font-size: 11px; 
	padding-bottom: 5px;
	font-weight: bold;
}
#main_sidebar_top a {
	text-decoration: underline;
}
#main_sidebar_top a:visited {
	text-decoration: underline;
}
#main_sidebar_top a:hover, main_sidebar_body a:hover {
	text-decoration: none;
}
#main_sidebar_body {
	font-size: 11px;
}
#main_content_top {	
	font-size: 20px; 
	padding-bottom: 5px;
	font-weight: bold;
}
#content a, #sidebar a {
	color: #fff;
	text-decoration: underline;
}
#content_body { 
	font-size: 12px;
	line-height: 135%;
}
p.content_description {
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
}
.footer {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
} 
#sidebar td {
	padding: 6px 0 6px 0;
}
#content td {
	padding: 6px 0 6px 0;
}
*>#sidebar td {
	padding: 3px 0 3px 0;
}
*>#content td {
	padding: 3px 0 3px 0;
}
@media print {
    #content {
		width: 450px;
	}
}
