body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	padding-top: 6px;
	background-color: #F0F0F0;
}
p, td {
	font: 13px Arial, Helvetica, sans-serif;
}

.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.sectionblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0966A6;
}
.sectionsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.heading {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #0966A6;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#container {
	background-color: #FFFFFF;
	width: 960px;
	margin: auto;
	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: 91px;
	height: 186px;
}
#topright {
	width: 960px;
	margin: 0;
}
#homebutton {
	float: left;
	padding-left: 30px;
}

#content {
	font: 13px arial, helvetica, sans-serif;
	clear: both;
	width: 960px;
}

#menutop {
	/*width: 100%;
	float: left;*/	
	width: 960px;
}
#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: #0966A6;*/
	height: 28px;
}
#menutop a {  /*describes specifics of the look of 2nd tier since they all have links*/
	display: block;
	margin: 0;
	padding: 4px 4px;
	padding-right: 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #595959;
	background: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#menutop a:hover {		/*describes specifics of the look of 2nd tier */
	color: #FFF;
	background: #0966A6;
}

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

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

#menutop h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	padding-top: 5px;
	padding-bottom: 6px;
	/*padding-left: 0px;*/
	font: bold 13px arial, helvetica, sans-serif;
	/*text-transform: uppercase;*/
	color: #76787B;
	/*background: #0966A6;*/
	margin: 0;
	text-align: left;
	border-bottom: 0px;		
}
#menutop h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #0966A6;
	background: #ffffff;
}

#menutop h3 {  /*nothing in h3 but 1st tier name with link, but needs margin: 0*/
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin: 0;
	font: bold 13px arial, helvetica, sans-serif;
	/*text-transform: uppercase;*/
	color: #76787B;
}

#menutop li {position: relative;}

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

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

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


#menubar {
	clear: both;
	padding-top: 0px;
}

#menu {
	/*width: 100%;*/
	float: left;	
	width: 960px;	
}

#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;
	height: 43px;
	background: url(images/grad-bg.gif) repeat-x;
}

#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: #fff;
	background: #595959;
	text-decoration: none;
	cursor: pointer;
}

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

#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: 13px;
	padding-bottom: 13px;
	padding-left: 0px;
	font: bold 13px arial, helvetica, sans-serif;
	/*text-transform: uppercase;*/
	border-bottom: 0px;
	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 li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 200px;  /*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;}
