.content {
	width: 951px;
}

h2{
	font-weight: normal;
}

h2, h3 ,h4, h5, h6, p, li {
	color: #333;
}

.nivo-caption p{
	color:white;
}
.red {
	color:#B01E24
}

.goal {
	color:#B01E24;
	font-size: 25px;
	margin: 15px
}
.goal p {
	vertical-align: top;
	font-size: 15px;
	display: inline;
}
.num{
	list-style-type: decimal-leading-zero;
}

.footer p {
	color: white;
}

.banner {
	width: 198px;
	height: 20px;
	background-color: #468b54;
	padding: 5px;
}
.banner-left {
	margin-top: 3px;
	margin-left: -15px;
	width: 198px;
	height: 20px;
	background-color: #468b54;
	padding: 5px;
}
.banner2 {
	width: 198px;
	height: 40px;
	background-color: #468b54;
	padding: 5px;
}
.banner2-left {
	margin-top: 3px;
	margin-left: -15px;
	width: 198px;
	height: 40px;
	background-color: #468b54;
	padding: 5px;
}

.banner h1, .banner2 h1, .banner-left h1, .banner2-left h1 {
	color: white;
	font-size: 20px;
	line-height: 20px;
	margin: 0px;
}

.li-none {
	list-style-type: none;
}
.main {
	width: 700px !important;
}
.mid {
	width: 490px;
	float: left;
}
.sidebar {
	width: 190px;
	float:right;
	margin-top: 3px;
	margin-right: -38px;
}
.table {
	border-collapse: collapse;
}
.table th {
	text-align: left;
    padding: 3px 8px;
    font-size: 14px;
    color: #fff;
    background-color: #B01E24;
    font-weight: normal;
}
.table td {
	padding: 10px 10px 0px;
	color: #333;
}
.tablenum{
	width: 100px;
}

.doc {
	vertical-align: middle;
	margin: 2px;
}

ul.dropdown_sub li a {
	color: white;
}

.quote {
	padding: 10px;
	text-align: justify;
}

.button {
	background: #b01e24; /* for non-css3 browsers */
	background: -moz-linear-gradient(top, #b01e24 0%, #781418 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b01e24), to(#781418));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b01e24', endColorstr='#781418');
	border: 1px solid #750e0e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #ae373c;
	-webkit-box-shadow: inset 0 1px 0 0 #ae373c;
	box-shadow: inset 0 1px 0 0 #ae373c;
	color: white;
	padding: 5px;
	color: white;
	font-size: 14px;
}
.button:hover {
	color: white;
	text-decoration: none;
}

.button:active {
	background: #781418;
	border: 1px solid #750e0e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: white;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.contact td {
	padding: 5px 0px;
}

.main_right li {
padding: 8px 2px 8px 4px;
margin-bottom: 4px;
line-height: normal;
}

.conf {
	margin: 5px;
}

.ind {
	border-bottom: #CCC dotted 1px;
	margin: 5px 0px;
}
.news {
	margin: 10px 0px;
}
