body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}

/* menu */

.menu { font-size: 12px; font-family: Arial, Helvetica; color: #666666;}
a.menu { font-size: 12px; font-family: Arial, Helvetica; color: #666666;}
a.menu:link {color: #333333; text-decoration: none; } 
a.menu:hover {color: #990000; text-decoration: none; } 
a.menu:active {color: #990000; }


/* Copy Rights */

.copyRights { font-size: 11px; font-family: Arial, Helvetica; color: #999999;}
a.copyRights { font-size: 11px; font-family: Arial, Helvetica; color: #999999;}
a.copyRights:link {color: #999999; text-decoration: none; } 
a.copyRights:visited {color: #999999; text-decoration: none; } 
a.copyRights:active {color: #999999; } 


/* Boby Content */

.bodycopy {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

/* navigation */

.navigation {
	float: left;
	margin-left: 1px;
	width: 179px;
}
.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 url(img/bgnavigation.gif) repeat-x;	
	color: #CC6600;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #dfdfdc;
	color: #cc0000;
}

/* h1 */

h1 {
	color: #cc0000;
	font-size: 18px; 
	font-family: Arial, Helvetica;

}
.h2 {
	color: #cc0000;
	font-size: 16px; 
	font-family: Arial, Helvetica;
}
.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;
}

/* Left Navigation */

.navigation {
	font-size: 13px;
	font-family: Arial, Helvetica;
	}


/* 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;
}
