body {
	background-color: #7F0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AC0101;
}
a:hover {
	text-decoration: none;
	color: #AC0101;
}
a:active {
	text-decoration: none;
}

/* Boby Content */
.headlines {
	color: #7F0000;
	font-size: 17px;
	font-family: Arial;
	font-weight: normal;
	line-height: normal;

}
.sub_headlines {
	color: #666666;
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
}

.boby_copy {
	color: #333333;
	font-size: 13px;
	font-family: Arial, Helvetica;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.bodycopy {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-style: normal;
	line-height: normal;
	font-weight: normal;

}

.breadcrumbs { color: #666666; font-size: 11px; font-family: Arial, Helvetica;}
a.breadcrumbs { font-size: 11px; font-family: Arial, Helvetica;}
a.breadcrumbs:link {color: #476d94; text-decoration: none; } 
a.breadcrumbs:visited {color: #476D94; text-decoration: none; } 
a.breadcrumbs:hover {color: #476d94; text-decoration: underline; } 
a.tbreadcrumbs:active {color: #476d94; }

.h1 {
	color: #9EAB9B;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.h2 {
	color: #666666;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.h3 {
	color: #666666;
	font-size: 11px;
}
.h4 {
	color: #666666;
	font-size: 10px;
}
.h5 {
	color: #666666;
}
.h6 {
	font-size: 9px;
	color: #666666;
}

a.hover {
	color: #476d94;
	text-decoration: underline;
	}

/* Begin Various Tags & Classes */

/* Block Quote */
.blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* Acronym */
.acronym, abbr, span.caps {
	cursor: help;
	}

.acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
	.alt {
	margin: 0;
	padding: 10px;
	}

/* End Various Tags & Classes*/

/* High light */
.highlight_yellow { background-color: #FFFAD0; } 
.highlight_blue { background-color: #E3EBFB; } 


/* Testimoniails */
.testimoniails 
{ 
	background-color: #f4f7fa;
	color: #000000; 
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;

} 

/* Side Title */
.SideTitle 
{
	background-color: #f4f7fa;
	color: 333333;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
}

/* navigation */

.navigation {
	float: left;
	margin-left: 1px;
	width: 181px;
}
.navigation h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #e8e8e6;
	list-style: none;
}
.navigation li a {
	background: #fbfbfb;	
	color: #666666;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #e8e8e6;
	color: #333333;
}

/* Copy Rights */

.copyRights { font-size: 11px; font-family: Arial, Helvetica; color: #666666;}
a.copyRights { font-size: 11px; font-family: Arial, Helvetica; color: #666666;}
a.copyRights:link {color: #666666; text-decoration: none; } 
a.copyRights:visited {color: #666666; text-decoration: none; } 
a.copyRights:active {color: #7c7c7e; } 


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

.shadow img {
	background-color: #fff;
	border: 1px solid #666;
	margin: -4px 4px 4px -4px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}
/* Horizontal Rules */
.hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 95%;
	border: 0;
}
.sanfont02 { font-size: 8px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont02-5 { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont03 {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #333333;
}
.sanfont03-5 { font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont04 {
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #333333;
}
.sanfont04-5 { font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont05 { font-size: 20px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont06 { font-size: 24px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont07 { font-size: 28px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont08 { font-size: 32px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont09 { font-size: 36px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanfont10 { font-size: 40px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.serfont02 { font-size: 8px; font-family: "Times New Roman", Georgia, Times }
.serfont02-5 { font-size: 10px; font-family: "Times New Roman", Georgia, Times }
.serfont03 { font-size: 12px; font-family: "Times New Roman", Georgia, Times }
.serfont03-5 { font-size: 14px; font-family: "Times New Roman", Georgia, Times }
.serfont04 { font-size: 16px; font-family: "Times New Roman", Georgia, Times }
.serfont04-5 { font-size: 18px; font-family: "Times New Roman", Georgia, Times }
.serfont05 { font-size: 20px; font-family: "Times New Roman", Georgia, Times }
.serfont06 { font-size: 24px; font-family: "Times New Roman", Georgia, Times }
.serfont07 { font-size: 28px; font-family: "Times New Roman", Georgia, Times }
.serfont08 { font-size: 32px; font-family: "Times New Roman", Georgia, Times }
.serfont09 { font-size: 36px; font-family: "Times New Roman", Georgia, Times }
.serfont10 { font-size: 40px; font-family: "Times New Roman", Georgia, Times }

.Testimonials {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #7F0000;
}
