/* Text Styles */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #999;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: -2px;
	color: #666;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: -2px;
	color: #666;
}

.caption {
	font-size: 11px;
	line-height: 14px;
	padding-top: 4px;
}

.captionSmall {
	font-size: 9px;
	line-height: 12px;
	padding-top: 4px;
}

.smallsans {
	font-size: 11px;
	line-height: 16px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*  Link Styles */

a:link {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333;
	}

/*  Main Navigation Styles */
	
a.navMain:link {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.navMain:visited {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.navMain:hover {
	color: #333;
	text-decoration: none;
}

a.navMain:active {
	color: #fff;
	text-decoration: none;
}

/*  Secondary Navigation Styles */

a.nav:link {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.nav:visited {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.nav:hover {
	color: #666;
	text-decoration: none;
}

a.nav:active {
	color: #999;
	text-decoration: none;
}

/*  Rule to Highlight current page on Main Nav based on id selector in body tag */

body#home a#navHome,
body#art a#navArt, 
body#press a#navPress,
body#faq a#navFaq,
body#ifm a#navIfm,
body#events a#navEvents,
body#bio a#navBio  {
	color: #000;
}
.productPrice {
	font-size: 16px;
	color: #333333;
}
.sidebarHeader {
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
}
.sidebarText {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
}