@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/body_back.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 13px;
	line-height: 18px;
}

a {
color: #4b5d24;
}
a:hover {
text-decoration:none;
}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #21310d;
	background-color: #FFFFFF;
}
#nav_bar {
	background-color: #c42b1d;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #971f14;
	border-bottom-color: #971f14;
}
#nav_bar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav_bar a:hover {
	color: #fff568;
}
p.quoteindex {
	font-size: 12px;
	font-weight: bold;
}
p.quoteindex em {
	font-size: 11px;
	font-weight: normal;
	color: #c43e33;
}
p.quote {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #333333;
}
p.quote em {
	font-size: 10px;
	font-weight: normal;
	color: #c43e33;
	line-height: 12px;
}
.blue_back {
	background-color: #F3FAFE;
	border: 1px solid #c0d9e9;
	width: 240px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 14px;
	padding-top: 8px;
}
#left_colindex {
	float: left;
	width: 230px;
}
#left_colindex img {
	margin-top: 16px;
	margin-left: 35px;
	margin-bottom: 20px;
}
#right_colindex {
	float: left;
	width: 440px;
	padding-top: 20px;
}
#left_col {
	float: left;
	width: 240px;
	/*background-color: #f3fafe;*/
	margin: 20px;
	/*border: 1px solid #c0d9e9;*/
	display: inline;
}
#left_col img {
	margin-top: 10px;
}
#right_col {
	float: left;
	width: 370px;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 24px;
	display: inline;
}
#right_col img {
	float: left;
	margin-bottom: 4px;
	margin-right: 10px;
	margin-top: 6px;
}
#footer {
	font-size: 11px;
	text-align: center;
	margin-bottom: 14px;
	color: #666666;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.downloads {
	font-size: 10px;
}
.downloads a {
	color: #4b5d24;
}
.downloads a:hover {
	text-decoration: none;
}
.downloads strong {
	color: #FFFFFF;
	background-color: #C42B1D;
	padding: 3px;
}
.clear_all {
	clear: both;
}
