/* This is the style of your browser text */

body, li {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	color: #575757;
}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #D80E0E;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #575757;
	text-align:left;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	padding-left: 5px;
}

h3 {
	color: #999999;
	font-size: 18px;
}

h4 {
	color: #999999;
	font-size: 16px;
	display: inline;
}

h5 {
	font-size: 20px;
}


.footer-text {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}

.content{
	padding: 20px;
}

a.listlink {
	/* color: #7f8ebf; */
	color: #5E6EA4;
	font-weight:bold;
}

.contentbox {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #575757;
}

.menu-text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.menu-item {
	background-image:url(../images/submenu/item-fill.png)
}

.small-text {
	font-size: 11px;
}

/* =================================================================================================================*/
/* TRANSPARENT PNG IMAGE HACK FOR IE */
img {
	behavior: url(/scripts/pngHack.htc);
}