/* CSS Document */
html, body {
	height: 100%;
}
body {
	background-color: #d74f00;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.sidebar {
	width: 250px;
	background-image: url(../images/sidenav_bg.jpg);
	background-repeat: repeat-y;
}
.sidebar img {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	background-image: url(../images/content_tile.jpg);
	padding-left: 35px;
	width: 650px;
	padding-right: 13px;
}
.footer {
	color: #418b00;
	background-color: #0d3502;
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.content h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #418B00;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CA4700;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin-top: 5px;
}
.content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
.homebttn {
	display: block;
	height: 49px;
	width: 129px;
}
th {
	color: #FFFFFF;
	background-color: #418B00;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.chart {
	border: 1px solid #418B00;
}
.trChart {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.required {
	color: #CA4700;
}
.note {
	font-size: 16px!important;
	color: #FF0000!important;
}
.quote {
	margin: 10px;
	padding: 10px;
	width: 400px;
	background-image: url(../images/whiten.png);
}
.quotext {
	background-image: url(../images/lq.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px!important;

	margin: 0px;
}
.quotesig {
	font-size: 10px!important;
	color: #0D3502!important;
	font-weight: bold;
	background-image: url(../images/rq.png);
	background-repeat: no-repeat;
	background-position: right top;

	padding-right: 25px;
	padding-top: 10px;
	text-align: right;
	display: block;
	margin: 0px;
}
.animatedlink {
}
.smallprint {
	font-size: 10px!important;
	line-height: 10px!important;
	color: #666666!important;
}
