body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background: #F3D6DB;
	/*background: #D97F8E url(images/background.gif) repeat-x;*/
}
p, td {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.articletitle {
	font: 24px Arial, Helvetica, sans-serif;
    color: #C02942;
}
.title {
	font: 18px Arial, Helvetica, sans-serif;
    color: #C02942;
}
.subtitleblack {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #000000;
}
a {
	color: #C02942;
}
.news {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.blockheadings {
	background-color: #C02942; 
	color: #fff;
	font: bold 13px Arial;
	padding-top: 3px; 
	padding-bottom: 3px;
	padding-left: 3px;
}
#logo {
	float: left;
	width: 382px;
	height: 81px;
	padding-bottom: 2px;
}
#topnav {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-bottom: 4px;	
}
.search {
	height: 16px;
}

#menutop {
	/*width: 100%;
	float: left;*/	
	width: 320px;
}
#menutop ul {	/*controls placement of 1st level - top */
	list-style: none;
	margin: 0; /* -right controls space between buttons */
	padding: 0;
	/*width: 6em; controls width of top and second tier menus - use if all widths are the same*/
	float: left;
	background: #C02942;
	height: 28px;
	color: #ffffff;
}
#menutop a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding-top: 2px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #C02942;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}
#menutop a:hover {		/*describes specifics of the look of 2nd tier */
	color: #EFD686;
	background: #C02942;
	text-transform: uppercase;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

#topmenubar {
	/*width: 100%;*/
	float: left;	
	width: 988px;
	/*margin-top: 4px;*/
	padding-left: 2px;	
}

#topmenubar ul {	/*controls placement of 1st level - top */
	list-style: none;
	margin: 0; /* -right controls space between buttons */
	padding: 0;
	/*width: 6em; controls width of top and second tier menus - use if all widths are the same*/
	float: left;
	height: 26px;
}

#topmenubar a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;	
	padding: 4px 4px;
	color: #FFFFFF;
	background: #C02942;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

#topmenubar a:hover {		/*describes specifics of the look of 2nd tier */
	color: #C02942;
	background: #ffffff;
	/*background: #EFD686;*/
}

#topmenubar ul ul li a {font: 12px Arial, Helvetica, sans-serif}

#topmenubar h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#topmenubar h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding: 0;
	padding-top: 3px;
	padding-bottom: 6px;
	font: 13px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	color: #FFFFFF;
	background-color: #C02942;
	margin: 0;
	text-align: center;
}
#topmenubar h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	/*color: #FF9300;*/
	color: #EFD686;
	background: #C02942;
	text-transform: uppercase;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 4px;
}

#topmenubar li {position: relative;}

#topmenubar ul ul {
	position: absolute;
	z-index: 500;
	width: 220px;  /*if added, could make the second tier longer than the first tier*/
	left: 0px;  /*controls left offset */
}

div#topmenubar ul ul,
div#topmenubar ul li:hover ul ul,
div#topmenubar ul ul li:hover ul ul
{display: none;}

div#topmenubar ul li:hover ul,
div#topmenubar ul ul li:hover ul,
div#topmenubar ul ul ul li:hover ul
{display: block;}

