﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	font-size: 21px;
}

a:link {
	text-decoration:none;
	color: #666;
}
a:visited {
	text-decoration:none;
	color:#666;
}
a:active {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
#container {
	min-width: 600px;
}

#page_content {
	margin-left: 32px;
	text-align:center;
}

#bg_top{
	background-image:url('images/bgTop.gif');
	background-repeat:no-repeat;
	height:30px;
	min-height:30px;
	margin-top:32px;
}
#bg {
	width:766px;
	min-width:766px;
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
	text-align:left;
	padding-left:20px;
}
#inner {
	background-image:url('images/leftcol.gif');
	background-repeat:no-repeat;
	width:470px;
	min-height:977px;
	padding-bottom:10px;
	padding-left:224px;
}
#bg_bottom{
	background-image:url('images/bgBottom.gif');
	background-repeat:no-repeat;
	height:20px;
	min-height:20px;
	margin-bottom:64px;
	text-align:center;
}

.nr {
	font-family:Arial, Helvetica, sans-serif;
	min-width:32px;
	padding-right: 30px;
	float:left;
	text-align:right;
	font-weight: bold;
}

.txt {
	font-family:"Times New Roman", Times, serif;
	border-bottom:2px #949698 solid;
	padding-top:32px;
	padding-bottom:32px;
}

#reader {
	width:400px;
	margin-left:182px;
	padding-top:16px;
}
#reader_text {
	float:left;
	text-align:left;
	color:#949698;
	font-size:medium;
}