body {
	background-color: #B81145; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    font-family: "verdana", "arial", sans-serif;
}

p, li {
    font-family: "verdana", "arial", sans-serif;
	font-size: 15px;
	line-height: 130%; 
}

a, img {
	border: 0px;
	margin-top: 0;	
}

   
a:link {
	text-decoration: none;
	font-weight: bold; 
	color: #B81145; 
	background-color: transparent; 
	font-family: "verdana", "arial"; 
	line-height: 140%; 
}

a:visited {
	text-decoration: none; 
	font-weight: bold; 
	color: #B81145; 
	background-color: transparent; 
	font-family: "verdana", "arial"; 
	line-height: 140%; 
}

a:hover {
	text-decoration: none; 
	font-weight: bold; 
	color: #B81145; 
	background-color: transparent;  
	font-family: "verdana", "arial";
	line-height: 140%;
}

h2 {
	color: #B81145; 
    font-size: 22px; 
    font-weight: bold; 
	line-height: 110%;  
   }
   
h3 {
	color: #B81145; 
    font-size: 18px; 
    font-weight: bold; 
	line-height: 110%; 
   }    
   
h4 {
	color: #B81145; 
    font-size: 14px; 
    font-weight: bold; 
	line-height: 110%; 
    font-family: "verdana", "arial", sans-serif; 
}

.textalignleft {
	text-align: left;
}

.textalignright {
	text-align: right;
}	

.alignright {
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	
}

.alignleft {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.greentext {
	color: #008000;
}

.dkgreentext {
	color: #2f4521;
}

.redtext {
	color: #b60050;
}

.yellowtext {
	color: #fdb924;
}

.blacktext {
	color: #000000;
}	

.lefttext {
	text-align: left;
}

.centertext {
	text-align: center;
}

.footertext {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}

.footertext a {
	color: #FFFFFF;
	text-align: center;	
	text-decoration: none;
}

.red_second_line {
	color: #B81145; 
    font-size: 17px; 
    font-weight: bold; 
	font-style: italic; 
    font-family: Georgia, "Times New Roman", Times, serif; 
}

.maincontent {
	width: 840px;
	/* height: 1425px; */
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.navbar {
	width: 840px;
	height: 25px;
	background-color: #b60050;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
	position: relative;
	top: -4px;	
}

.single_column {
	width: 800px;
	/* height: 1100px; */	
	/* float: left; */
	padding: 20px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;	
}

.left_column {
	width: 540px;
	/* height: 1100px;	*/
	float: left;
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;	
	text-align: left;
}

.right_column {
	width: 260px;
	padding: 3px;
	padding-top: 10px;
	float: left;
	background-color: #ffffff;	
	text-align: center;
	vertical-align: bottom;
}

.right_column_home {
	width: 260px;
	height: 400px;
	padding: 5px;
	padding-top: 10px;
	float: left;
	background-color: #ffffff;	
	text-align: center;
	vertical-align: bottom;
}

.testimonial_box {
	width: 650px;
	background-color: #F5E3B8;
	padding: 10px;
	border-style: solid;
	border-color: #B81145;
	border-width: 3px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;		
}

.melontable {
	width: 750px;
	background-color: #ee7f63;
	padding: 15px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;	
}

.form_container {
	width: 450px;
	background-color: #ff9ace;
	border-style: solid;
	border-color: #ef7d63;
	border-top-width: 15px;
	border-bottom-width: 15px;	
	border-right-width: 8px;
	border-left-width: 8px;	
	padding: 10px;
	margin-left: auto;
	margin-right: auto;			

.clearfloats {
	clear: both;
	
}

.copyright {
	width: 840px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.yellowstripe {
	width: 840px;
	height: 6px;
	background-color: #fdb924;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;	
}

.footer {
	width: 840px;
	height: 25px;
	background-color: #b60050;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.footer_links {
	color: #ffffff;
	font-size: 10px;	
}	

.lower_right_corner {
	position: relative;
	bottom: -325px; 
}

.red_underline {
	color: #b60050;
	border-bottom: 1px solid #99002b;
}

.yellowbox {
	background-color:#FFFFaa;
}