@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #680303;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.wrapper {
	margin: auto;
	width: 762px;
	padding: 0px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
.contentText {
	padding-left: 10px;
}

.menu {
	text-align: center;
}
.header {
	text-align: center;
}
.blue {
	color: #014C90;
}

a:link.olink {
	color: #FFFF66;
	text-decoration: none;
}
.btn {
	color: #FFFFFF;
	background-color: #690203;
}

a:visited.olink {
	color: #FFFF66;
	text-decoration: none;
}
a:hover.olink {
	color: #FFFF99;
	text-decoration: none;
}
a:active.olink {
	color: #FFFF66;
	text-decoration: none;
}
.footer {
	color: #FFCB05;
	text-align: center;
	background-color: #1D1D1D;
}
.wrapperIndex {
	margin: auto;
	width: 900px;
	padding: 0px;
}
.orange {
	color: #FF6D00;
}
.purple {
	color: #A401BC;
}
p {
	line-height: 18px;
}
.caution {
	font-size: 10px;
	line-height: 13px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.testimonial {
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-image: url(images/q.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #003399;
	font-style: normal;
	font-weight: bold;
	background-color: #F7F7F7;
	width: 200px;
	margin-left: 7px;
	margin-right: 5px;
}

hr {
	color: #CCCCCC;
	height: 1px;
	padding: 5px;
	width: 50%;
}

#news ul { padding-right: 20px; 

}
