body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 12.5px;
	font-weight: normal;
	background-color: #fabc76;
	background-image: url(../images/istaart_bg_repeat.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}
p {
	font-size: 12.5px;
	color: #585858;
	margin: 0px 15px 15px 28px;
	line-height: 18px;
} 

p.home {
	color: #585858;
	margin: 0px 55px 15px 28px;
	line-height: 18px;
	
} 
.homesubtitle {
	margin-top:25px; 
	margin-bottom:0px; 
	margin-left:26px;
	font-weight: bold;
	color: #434445;
}
a:link, a:visited, a:active {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #6699FF;
	text-decoration: underline;
}

.blue24px {
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 24px;
	color: #004b8f;
}
.blue14px {
	margin-top: 0px;
	font-size: 14px;
	color: #004b8f;
}
ul {
	margin-left: 10px;
	padding-left: 30px;
	padding-right: 25px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 18px;
	font-weight: normal;
	color: #585858;
	padding-bottom: 10px;
}
h1 {
	font-size: 29.79px;
	color: #000000;
	padding: 10px 15px 0px 28px;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	color: #585858;
	margin: 10px 15px 0px 28px;
}
img.printlogo {
	margin: 0;
	padding: 0;
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
/* footer styles */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	padding-top: 12px;

}
a.footer:link, a.footer:visited, a.footer:active {
	text-decoration: none;
	color: #364179;
		line-height: 20px;
}

a.footer:hover {
	text-decoration: underline;
	color: #364179;
}

p.footer {
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
}
/* end of footer styles */

/* drop down menu navigation styles */
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	z-index:100;
	margin-top: -29px;
	height: 29px;
}
#dropmenulink {
	width: 100%;
	display: block;
	padding: 0;
	text-decoration: none;
	color: #336789;
}
#dropmenuNolink {
	width: 100%;
	display: block;
	padding: 0;
	text-decoration: none;
	color: #336789;
	height: 29px;
}
#dropmenudiv a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 3px 0px;
	margin-top: 1px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #ec3700;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ec3700;
	text-decoration: underline;
}
/* menu items without a dropdown */
#dropmenuNolink a{
	margin: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 4px 0px;
		margin-top: 1px;
	text-align: center;
	text-decoration: none;
	color: #336789;
}

/*  this is the new and improved CSS for the top navigation tabs */
/*  each tab has an on and off state  */
/*  there are 2 divs - ones with dropdown menu items and some without*/
/*  Example:  Home has no dropdown menu, so it would be noDropOn or noDropOff and dropmenuNolink */
#dropmenudiv a.dropOn, #dropmenudiv a.noDropOn {
	background:none;
	border-bottom: 0;
	color: #336789;
	
}
#dropmenudiv a.dropOn:hover, #dropmenudiv a.noDropOn:hover {
	background:none;
	border-bottom: 0;
	color: #336789;
	
}
#dropmenuNolink a.dropOn, #dropmenuNolink a.noDropOn {
	background:none;
	border-bottom: 0;
	color: #336789;
}
#dropmenuNolink a.dropOn:hover, #dropmenuNolink a.noDropOn:hover {
	background:none;
	border-bottom: 0;
	color: #336789;
	
}
#dropmenudiv a.dropOff, #dropmenudiv a.noDropOff {
	background:none;
	border-bottom: 0;
	color: #ffffff;
}
#dropmenuNolink a.dropOff, #dropmenuNolink a.noDropOff {
	background:none;
	border-bottom: 0;
	color: #ffffff;
}
#dropmenudiv a.dropOff:hover, #dropmenudiv a.noDropOff:hover {
	background:none;
	border-bottom: 0;
	color: #ffffff;
	text-decoration:underline;
}
#dropmenuNolink a.dropOff:hover, #dropmenuNolink a.noDropOff:hover {
	background:none;
	border-bottom: 0;
	color: #ffffff;
	text-decoration:underline;
}
#dropmenudiv a.dropOff:visited, #dropmenudiv a.noDropOff:visited {
	background:none;
	border-bottom: 0;
	color: #ffffff;
}
#dropmenuNolink a.dropOff:visited, #dropmenuNolink a.noDropOff:visited {
	background:none;
	border-bottom: 0;
	color: #ffffff;
}

/* end of navigation styles */





