* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
}
#container {
	width: 780px;
	margin: 0 auto;
	border-width: 0 1px;
	border-style: dotted;
	border-color: #dddddd;
}
.banner, .heading {
	float: left;
}
br {
	clear: both;
}
.banner {
	margin: 10px;
}
a {
	color: #000066;
	font-weight: bold;
}
a:hover {
	color: #003366;
}
h1 {
	font-size: 170%;
	font-family: "Times New Roman", Times, serif;
	color: #996633;
	padding: 15px 0 0 5px;
	word-spacing: 1.5px;
}
h2 {
	float: left;
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0;
	padding: 3px 0 3px 20px;
	border-bottom: 1px dotted #cccccc;
	width: 19.5em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 120%;
	word-spacing: 1.5px;
	clear: both;
	padding: .5em 0 1.3em 50px;
}
h4 {
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
}
h5 { 
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}
h6 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	height: 3.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background: url(images/menu.jpg) repeat-x bottom #d6acac;
	float: left;
	width: 602px;
	list-style-type:none;
}
#menu a {
	font-weight: bold;
	display: block;
	padding: 7px 0;
}
#menu ul {
	float: left;
}
#menu li {
	width: 148px;
	text-align: center;
	float: left;
	display: block;
	background:url(images/bullet.gif) no-repeat 5px 8px;
}
#menu .longer {
	width: 165px;
}
#menu .shorter {
	width: 135px;
}
#main {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px 20px 50px;
	float: left;
	width: 525px;
	text-align: left;
}
#main p {
	display: block;
	width: 515px;
	margin: 0 0 10px 0;
}
#main ul {
	padding-left: 15px;
}
#main li {
	padding: 2px 0;
}
.ad {
	font-size:140%;
	color: #990000;
	font-weight:bold;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
#heading .floatright {
	padding: 20px 15px 0 0;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: 90%;
	border-right: 1px dotted #666666;
	border-left: 1px dotted #666666;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	height: 22px;
	padding: 2px 5px;
}
#sidebar img {
	padding: 5px 0;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
#sidebar {
	font-size: 80%;
	float: left;
	width: 175px;
}
#sidebar .sideleft {
	height: 2.5em;
	width:10px;
	float:left;
}
#sidebar .sidecenter {
	height: 2.5em;
	width:151px;
	float:left;
}
#sidebar .sideright {
	height:2.5em;
	width:10px;
	float:left;
}
#calculator {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left:1px;
	width:158px;
	float:left;
	border: 1px dotted #cccccc;
	padding:10px 5px;
}
#sidebar label {
	clear: both;
	float: left;
	padding: 5px 3px 10px 3px;
}
#sidebar input {
	float: right;
	width: 65px;
	margin: 8px 0;
}
#sidebar .submit {
	float:none;
	width:90px;
	font-size: 100%;
}
.tdheader td, #sidebar .sidecenter {
	background: url(images/big-table.jpg) repeat-x top #e5e5e5;
	vertical-align:bottom;
	border: 0;
	padding: 0;
}
.tdheader .tableleft, #sidebar .sideleft {
	background: url(images/table-left.jpg) no-repeat top #e5e5e5;
}
.tdheader .tableright, #sidebar .sideright {
	background: url(images/table-right.jpg) no-repeat top #e5e5e5;
}
.tdheader h5, .sidecenter h5 {
	padding: 11px 0 5px 0;
}
#footer {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	font-size: 75%;
	clear: both;
	padding: 10px 0 30px 190px;
}
#footer li {
	float:left;
	width: 110px;
	display: block;
}
#footer a {
	display: block;
}