/* CSS Document */

body{
	margin:0px;
	background-color:#000;
	text-align: center;
}
.homeimg1{
background-image:url(../images/homeimg1.jpg);
background-repeat:no-repeat;
background-position:left top;
}
.homeimg2{
background-image:url(../images/homeimg2.jpg);
background-repeat:no-repeat;
background-position:left top;
}
.homeimg3{
background-image:url(../images/homeimg3.jpg);
background-repeat:no-repeat;
background-position:left top;
}
.graybordertop{
background-image:url(../images/graybordertop.jpg);
background-repeat:repeat-x;
background-position:left top;
}
.grayborderbottom{
background-image:url(../images/grayborderbottom.jpg);
background-repeat:repeat-x;
background-position:left top;
}
.grayborderleft{
background-image:url(../images/grayborderleft.jpg);
background-repeat:repeat-y;
background-position:left top;
}
.grayborderright{
background-image:url(../images/grayborderright.jpg);
background-repeat:repeat-y;
background-position:left top;
}
.footerlogo{
background-image:url(../images/footerlogo.jpg);
background-repeat:no-repeat;
background-position:left top;
}
.whiteborderleft{
background-image:url(../images/whiteborderleft.jpg);
background-repeat:repeat-y;
background-position:left top;
}
.whiteborderright{
background-image:url(../images/whiteborderright.jpg);
background-repeat:repeat-y;
background-position:left top;
}
.whitebordertop{
background-image:url(../images/whitebordertop.jpg);
background-repeat:repeat-x;
background-position:left top;
}
.headingtextbg{
background-image:url(../images/headingtextbg.jpg);
background-repeat:repeat-x;
background-position:left top;
}
.contenttext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	line-height: 20px;
}
.contenttext a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#990000;
text-decoration:none;
border-bottom:1px dotted #999;
}
.contenttext a:hover{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000000;
text-decoration:none;
border-bottom:1px Solid #000000;
}
.copyrighttext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
text-decoration:none;
line-height: 18px;
}
.copyrighttext a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
text-decoration:none;
line-height: 18px;
}
.copyrighttext a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
text-decoration:underline;
line-height: 18px;
}
.orangeheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #EF5704;
	text-decoration: none;
}
.contenttextblack {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	line-height: 20px;
}
.contenttext img {
	border: 3px solid #C0C0C0;
}
.line {
	border-bottom: 1px dotted #C0C0C0;
}
