body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background: #FCF3F5;
	padding-top: 3px;

}
p, td {
	font: 13px Arial, Helvetica, sans-serif;
}
.articletitle {
	font: 30px Arial, Helvetica, sans-serif;
    color: #AC0636;
	
}
.subtitle {
	font: 16px Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #000000;
}
.subtitle-red {
	font: 20px Arial, Helvetica, sans-serif;
	color: #AC0636;
}
.picture-caption {
	font: 10px Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #000000;
}
a {
	color: #81092C;
}
#logo {
	float: left;
	width: 257px;
	height: 125px;
}
#topnav {
	float: right;
	margin: 0;
	padding: 0;
	height: 125px;
	width: 743px;
	background: url(/images/masthead-bg.jpg) no-repeat;
}
.search {
	height: 16px;
}

#topmenubar {
	/*width: 100%;*/
	float: left;	
	width: 733px;
	margin-top: 7px;
	padding-left: 165px;	
}

#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: 28px;*/
}

#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: #740524;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}

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

#topmenubar ul ul li a {font: 13px 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: 5px;
	padding-bottom: 6px;
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	color: #FFFFFF;
	background: url(/images/nav_bg.jpg) repeat-x;
	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: #F6E6EA;
	background: url(/images/nav_bg.jpg) repeat-x;
}

#topmenubar li {position: relative;}

#topmenubar ul ul {
	position: absolute;
	z-index: 500;
	width: 200px;  /*if added, could make the second tier longer than the first tier*/
	left: -9px;  /*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;}


#leftmenu {
width: 218px;
}

#leftmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

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

#leftmenu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: 14px Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	width: 218px;
	background: #4D4A83;
}
#leftmenu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #F6E6EA;
}

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

#leftmenu h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: 13px Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 4px;
	margin-right: 12px;
	color: white;
	background-color: #4D4A83;
	text-decoration: none;
	width: 180px;
}
#leftmenu h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #4D4A83;
	background-color: #F6E6EA;
}

#leftmenu li {
position: relative;
}

#leftmenu ul ul {
position: absolute;
top: 0;
left: 100%;
/*right: 100%;  use this for menu flying out to the right */
width: 100%;
}

div#leftmenu ul ul 
{display: none;}

div#leftmenu ul li:hover ul 
{display: block;}


