body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background-color: #965158;
}
a {
	color: #066AA2;
}
.articletitle {
	font: 28px Arial, Helvetica, sans-serif;
    color: #066AA2;
	
}
.subtitle-blue {
	font: 20px Arial, Helvetica, sans-serif;
	color: #066AA2;
}
.subtitle-red {
	font: 20px Arial, Helvetica, sans-serif;
	color: #EC1E24;
}
.subtitle-yellow {
	font: 20px Arial, Helvetica, sans-serif;
	color: #FEF34C;
}
.subtitle-purple {
	font: 20px Arial, Helvetica, sans-serif;
	color: #9B4B54;
}
.subtitle-brown {
	font: 20px Arial, Helvetica, sans-serif;
	color: #DD8D02;
}
.subtitle-green {
	font: 20px Arial, Helvetica, sans-serif;
	color: #069F06;
}
.subtitle-16-blue {
	font: 16px Arial, Helvetica, sans-serif;
	color: #066AA2;
}
.subtitle-16-red {
	font: 16px Arial, Helvetica, sans-serif;
	color: #EC1E24;
}
.subtitle-16-green {
	font: 16px Arial, Helvetica, sans-serif;
	color: #069F06;
}





.masthead {
	background: url(images/masthead.jpg) no-repeat;
	width: 1000px;
	height: 89px;
}
.search {
	height: 16px;
}
#content {
	background-image: url(images/content_bg.jpg);
	padding: 0px 15px;	
}

#footer {
	background-image: url(images/content_bg.jpg);
	padding: 8px 15px;	
}

#credits {
	background-image: url(images/content_bg.jpg);
	padding: 0px 15px;	
	border-top: 1px solid #000000;
}

#topmenubar {
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	float: left;	
	width: 880px;
	padding-left: 60px;
	padding-right: 60px;
	background-image: url(images/content_bg.jpg);
}

#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 1st tier since they all have links*/
	display: block;
	margin: 0;	
	padding: 9px 4px;
	color: #066AA2;
	font: bold 14px Arial, Helvetica, sans-serif;
	/*background: #FF9300;*/
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}

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

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

#topmenubar h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;		/*describes specifics of the look of 2nd tier since they all have links*/
}

#topmenubar h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding: 4px 6px;
	font: bold 13px Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	color: #ffffff;
	background: #066AA2;
	margin: 0;
	text-align: left;
}
#topmenubar h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	/*color: #FF9300;*/
	color: #066AA2;
	background: #CDD7DC;
}

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

