body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.articletitle {
	font-family: Georgia;
	font-size: 20px;
	color: #00abc9;
}
.articletitle-black {
	font-family: Georgia;
    font-weight: bold;
	font-size: 22px;
	color: #000000;
}
.subtitle-orange {
	font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 16px;
	color: #ff6600;
}
.text-blue {
	font: 13px Arial, Helvetica, sans-serif;
    font-style:italic;
	color: #00abc9;
}
.subtitle-black-bold {
	font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #000000;
}
.subtitle-black {
	font: 18px Arial, Helvetica, sans-serif;
	color: #000000;
}
.picture-caption {
	font: 10px Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #000000;
}


#container {
	background-color: #FFFFFF;
	width: 910px;
	margin: 0;
	border-top: 1px #ffffff solid;
}
.heading {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #008FBF;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#logo {
	float: left;
	width: 322px;
	height: 150px;
}
#flash {
	float: right;
	margin: 0;
}
#homebutton {
	float: left;
	padding-left: 30px;
}

#content {
	font: 13px arial, helvetica, sans-serif;
	clear: both;
	width: 890px;
	padding: 10px;
}
#menubar {
	clear: both;
	padding-top: 3px;
}

#menu {
	/*width: 100%;*/
	float: left;	
	padding-left: 5px;
	width: 905px;
}

#menu 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;
}

#menu a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding: 4px 5px;
	padding-left: 10px;
	padding-right: 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #0099CC;
	background: #C9EEFA;
	text-decoration: none;
	cursor: pointer;
}

#menu a:hover {		/*describes specifics of the look of 2nd tier */
	color: #FF9900;
	background: #C9EEFA;
}

#menu ul ul li a {font: bold 12px arial, helvetica, sans-serif}

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

#menu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding-top: 11px;
	padding-bottom: 8px;
	padding-left: 0px;
	font: bold 11px arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: url(images/grad-bg.gif) repeat-x;
	margin: 0;
	text-align: center;
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #C9EEFA;
	background-image: url(images/grad-bg.gif);
}

#menu h3 {  /*nothing in h3 but 1st tier name with link, but needs margin: 0*/
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 0;
	font: bold 11px arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: url(images/grad-bg.gif) repeat-x;	
}

/*
#menu h3 a {  only need to specify attributes here that will be different from the standard <a> defined above
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 3px;
	background: white;
	margin: 0;
	text-align: center;
}
#menu h3 a:hover {	only need to specify attributes here that will be different from the standard <a: hover> defined above
	background: white;
}
*/

#menu li {position: relative;}

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

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

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


