body {
		background-image: url(images/bk.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	}
	
	

h1 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 24px;
	color:#ffffff;
	text-transform:uppercase;
	padding-top: 25px;
	
}
h2 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 22px;
	color:#ffffff;	
	padding-top: 25px;
}
h3 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 16px;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	padding-top: 10px;
}

h4 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 12px;
	color: #000033;
}
h5 {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 12px;
	color: #330033;	
}

.text {
	font-family: arial, helvetica, Georgia, Palatino, "Times New Roman", serif;
	font-size: 13px;
	color: #ffffff;
	background-image: url(images/maintextbk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	line-height: 20px;
	padding-right: 38px;
	text-align: justify;
	
}
.caption {
	font-family: arial, Georgia, Palatino, "Times New Roman", serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
}
.tablebk {
	background-image: url(images/wholebk.jpg);
	background-position: left center;
	background-repeat: repeat-y;
}

.hometext {
	font-family: arial, Georgia, Palatino, "Times New Roman", serif;
	font-size: 12px;
	color:#ffffff;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: justify;
	padding-top: 10px;
}
.testimonials {
	background-image: url(images/testimonials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 414px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 3px;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*------------- links ----------------------*/

a {
	color: #ffffff;	
}
a:link {
	text-decoration: underline;
	color: #ffffff;
	
}
a:visited {
	
	color: #cccccc;
}
a:hover {
	text-decoration: underline;
	color: #cccccc;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}

/*------------- copyright - footer links ----------------------*/


.copyright  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  line-height: 18px;
}
a.copyright:link  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  text-decoration:none;
}
a.copyright:visited  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
  text-decoration:none;
}
a.copyright:hover  {
	font-size        : 9px;
	font-family      : Arial, Helvetica, sans-serif;
	color            : #ffffff;
	text-decoration: underline;
}
a.copyright:active  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #ffffff;
    text-decoration:none;
}


ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.list2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	
}
