/***********************************************/
/* SiteStyle#.css                              */
/* Use with N5 system by Illumicom, LLC        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0033FF;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bolder 17px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0001;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	text-align: right;
}

h2{
font: bolder 17px Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #039936;
	text-align: right;
}

h3{
font: bolder 17px Verdana, Arial, Helvetica, sans-serif;
	color: #039936;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0102BE;
	text-align: right;
}

h4{
font: bolder 17px Verdana, Arial, Helvetica, sans-serif;
	color: #0003BC;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6929A4;
	text-align: right;
}
h5{
	font: bolder 17px Verdana, Arial, Helvetica, sans-serif;
	color: #6929A4;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0001;
	text-align: right;
}
h6{
	font: bolder 15px "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
}
#header{
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	height: 72px;
}
#footer{
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	height: 29px;
	margin: 0px;
	padding: 0px;
}
#footertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
}
#testimonials{
	background-image: url(../images/test_back.jpg);
	background-repeat: repeat-y;
	width: 237px;
	text-align: center;
}
#tests{
	width: 186px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3300CC;
	line-height: 17px;
	position: absolute;
	top: 170px;
	right: 35px;
}
#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0px 20px 20px;
}
.boldtext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-transform: none;
	letter-spacing: 1px;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3300CC;
	letter-spacing: 1px;
	text-transform: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
