* {
	margin:0;
	padding:0;
}
body {
	background: url(images/main_body_bg.gif) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BCBCBC;
	margin:0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
td {
	color: #333333;
}
p, h1, h2, ul {
	text-align:left;
}
ul {
	list-style-type:none;
	padding: 0 10px;
	margin: 0 0 20px 0px;
}
#main_content li {
	background-image:url(images/red_bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
}
h1 {
	font-size: 16px;
	color: #BA314D;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}
h1 a:link {
	text-decoration:underline;
}
h2 {
	font-size: 14px;
	color: #BA314D;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	color: #093;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	color: #BA314D;
	padding: 0 0 0 10px;
	text-align:center;
	margin: 0 0 0 0;
}
h5 {
	font-size: 24px;
	color: #BA314D;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	text-decoration:italic;
	text-align:left;
}
h6 {
	font-size: 12px;
	color: #ff7f1a;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}
h7 {
	font-size: 11px;
	color: #000000;
	padding: 8px 0 8px 8px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: left;
}
h7 a:link {
	text-decoration:underline;
}
#quote_content {
	font-size: 12px;
	color: #000000;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	padding-left:5px;
}
quote_content a:link {
	text-decoration:underline;
}
p {
	padding-left:10px;
	margin-bottom: 5px;
}
#main_content {
	width:710px;
	margin: 10px 0 0 0;
	float:left;
	background-image: url(images/main_content_red_sides.gif);
}
#main_piccontent {
	margin: 10px 0 0 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#main_content p {
	padding-bottom:10px;
}
#left_box {
	width:246px;
	margin: 10px 10px 15px 10px;
	float:left;
	padding-right: 5px;
	padding-bottom: 10px;
}
#faqbox {
	width:225px;
	float:right;
	clear:both;
	background-color: #B42742;
	color: #fff;
	margin: 0 10px 5px 10px;
}
#faqbox p {
	margin-bottom:0;
	text-align: center;
	padding: 3px;
}
#centerbox {
	text-align:center;
}
#centerbox h1 {
	text-align:center;
}
#centerbox p {
	text-align:center;
	padding: 0 5px;
}
#picbox {
	float:right;
	margin: 0 10px 10px 10px;
	background-color: #f3f3f3;
        padding: 5px;
}
#picbox p {
	margin: 0;
	padding: 0;
}
.smalltext {
	font-size: 12px;
	line-height:16px;
	color: #333;
}
.redtext {
	color:#BA314D;
	font-weight:bold;
}
.footer {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
a:link {
	color: #b82f4b;
	text-decoration: underline;
}
a:visited {
	color: #b82f4b;
}
a:hover {
	color: #7B2032;
}
a:active {
}
.white a:link {
	color: #fff;
}
.white a:visited {
	color: #fff;
}
.white a:hover {
	color: #f5f5f5;
}
.white a:active {
}
#footer {
	padding: 8px;
	text-align: center;
	background: url(images/footer_bg.gif) repeat-x;
}
.right {
	float:right;
	clear:both;
	margin: 0 10px 5px 5px;
	padding: 5px;
	border: solid 1px #f3f3f3;
}
.image-margin-right {
	margin: 0;
	border: 1px solid #f3f3f3;
	padding: 5px;
}
.border {
	padding: 5px;
	border: solid 1px #f3f3f3;
}
/*MENU*/



#navcontainer ul {
	list-style-type: none;
	background-color: #fff;
	color: #036;
	width: 100%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0;
}
#navcontainer li {
	display: inline;
}
#navcontainer li a {
	text-decoration: none;
	background-color: #FFF;
	color: #b82f4b;
	padding: 0.2em 1em;
}
#navcontainer li a:hover {
	background-color: #b82f4b;
	color: #fff;
	text-decoration: none;
}
#navcontainer a.active {
	background-color:#b82f4b;
	color:#fff;
}

