body {
	background-color: #efefef;
	background-image: url(images/bg-grad.jpg);
	font-family: Arial, Helvetica, sans-serif;
 	background-repeat: repeat-x;
 	background-attachment: fixed;
}

.subnavhide{
	background-color: #005CA0;
}

.nav {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.nav:link {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.nav:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.nav:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
}
.business {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
}

.business:link {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: underline;
}
.business:visited {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: underline;
}
.business:hover {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
.txtnav {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
.txtnav:link {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
.txtnav:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
.txtnav:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: underline;
}

.txtnavblue {
	font-family: Tahoma, Geneva, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-size: 18px;
}
.txtnavblue:link {
	font-family: Tahoma, Geneva, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-size: 18px;
}
.txtnavblue:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-size: 18px;
}
.txtnavblue:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FF0000;
	text-decoration: underline;
	font-size: 18px;
}

.txtnavwhite {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.txtnavwhite:link {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.txtnavwhite:visited {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.txtnavwhite:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: underline;
}
	
.txtbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.txttitle {
	font-family: "Times New Roman", Times, serif;
	color: #0099FF;
	text-decoration: none;
}

.txtwhite {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
.txtsmall {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: xx-small;
	text-decoration: none;
}

.txtsmallwhite {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: xx-small;
	text-decoration: none;
}
	
.txtimportant {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
.list {
	list-style-image: url('images/red-checkmark.png');
	font-size: 10px;
}

.listblue {
	list-style-image: url('images/blue_checkmark.jpg');
}
	
.dottable {
	border: 2px solid #000000;
	background-color: dbe9f0;
}
.txttitlesub {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #0099FF;
}
.txttitledarkblue {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
}

.txttitlered {
	color: #C30;
}


/* wordpress blog style for sidebar */

#sidebar ul, .list li  {

font-color: #0099FF;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
background-color: #ffffff;
text-indent: 5px;
list-style-position: outside;
list-style-type: none;
padding: 6px;
margin: 2px;

}


#sidebar ul li ul li { }
