body{
	background:#000;
	padding:0px;
	margin:0px;
	text-align:center;
}

p, h1, h2, h3, a, td, li {
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
p, h1, h2, h3 {
	margin:0 0 10px 0;
}
td {
	margin: 0;
	background: #fff;
}
a {
	text-decoration:underline;
	color:#c00;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size:14px;
	padding-top:10px;
}
h2 {
	font-size:12px;
	padding-top:10px;
}
h3 {
	font-size:12px;
	padding-top:10px;
}
ol {
	margin-right:40px;
}
li {
	margin-bottom:10px;
}
.aboutstuff, .emergingcredit {
	color: #333;
	font-size: 10px;
	text-align: center;
}
.emergingcredit a, .aboutstuff a{
	color: #333;
	font-decoration: none;
}
.aboutstuff a{
 	font-size: 10px;
}
.emergingcredit a{
	font-size: 12px;
}
.emergingcredit a:hover {
	font-decoration: underline;
}


#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color: #fff;
	background-image:  url(../images/page_bg.gif);
}

#contentheader {
	height: 128px;
}
#crumb {
	position: relative;
	left: 170px;
	top: 110px;
	color: #666;
}

#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}

#contentbody {
	width:570px;
	padding:0 0 0 20px;
	float: left;
	background: transparent;
}

#contentbody p {
	text-align: justify;
	font-size: x-small;
}

#contentfooter {
	height: 18px;
	color: #fff;
}
#contentfooter p, #contentfooter a {
	font-size: 9px;
	font-style: normal;
	padding: 5px 0 0 5px;
	color: #FFF;
	font-decoration: none;
}
#contentfooter a:hover, #contentfooter a:active {
	font-decoration: underline;
	color: red;
}

#menu {
	border: none;					/*trick used to get Netscape 4.x to display color on entire background*/
	width: 150px;
	float:left;
	background: transparent; /*set background color on div, because it cannot be set on ul*/
}
/*
Netscape does not recognize many properties declered on li, so most all are declared on ul.
Sets color, margin and font for menu.
*/
#menu ul {
	/*Netscape incorrectly applies color set on ul elements to the bullet of the list and not 
	to the text, so we can take advantage of that to hide our bullets*/
	color: #FFFFFF;					/*sets color of list bullet to color of background to hide it*/
	margin: -10px 0px 3px -35px;	/*use negative margins to close indenting of list*/
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
/*
set spacing between list items
*/
#menu li {
	margin-bottom: 0px;
}
/*
Transforms first level links to uppercase and sets color to dark grey 
*/
#menu ul a {
	color: #666666;
}
/*
Adjusts margin for second level list items
*/
#menu ul ul {
	margin: 0px 0px 0px -37px;
}
/*
Removes uppercase transform for second level links. Color and font are inherited.
*/
#menu ul ul a {
}
/*
Changes font for third level list items and adjusts margin
*/
#menu ul ul ul {
	font-size: 11px;
	margin: 0px 0px 5px -39px;
}
/*
Changes color for third level links 
*/
#menu ul ul ul a {
}
