body {
	margin: 0;
	background-color: #eee;
}
body, p, td, div, li, ul, a { 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #fff;
}
body, td {
/*/*/ line-height: 20px; /**/
}
h1, h2, h3 { 
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #fff;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
	
}
h3 {
	font-size: 13px;
}
a { 
	font-weight: bold;
	color: #F3EB18;
	text-decoration: none;
}
a:hover {
	color: #FFC;
	text-decoration: underline; 
}
#mainTable {
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	width: 730px;
}
#header {
	height: 66px;
}
/* #body {
background-color: #FF3300;} */
#navbar {
	display: block;
	width: 175px;
	float: left;
}
/* be nice to Opera 5 */
body>#navbar {width:175px;}
#navbar ul { 
	background-color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
	/*/*/ padding-bottom: 5px; /**?
	border: none;
/*	text-align: right; */
}
#navbar li { 
	margin: 0;
	border-bottom: 1px #fff solid;
}
#navbar li a {
	display: block;
	padding: 5px;
	text-decoration: none;
/*	width: 100%;   fix block style for winIE */
}

html>body #navbar li a {
	width: auto;  /* reset width for macIE */
}

#navbar li a:hover {
	color: #fff;
}

#image { 
	margin-top: 10px;
	text-align: center;
}
#content {
	/*/*/margin-left: 175px;/**/
	/*/*/display: block;/**/
	/*/*/ padding: 10px; /**/
	/*/*/padding-bottom: 0;/**/ /* fix footer spacing in IE5.0 */
	/*/*/ text-align: left;/**/
	border-left: 1px #fff solid;
	border-bottom: 2px #F3EB18 solid;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#subhead { 	margin-bottom: 5px; }
#footer {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 175px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #FFC;
	text-decoration: underline; 
}
.calloutTable {
	display: block;
}
.calloutHeader { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-left: 5px; 
	font-size: 11px; 
	font-weight: bold;
	background-color: #fff; 
	color: #000;
}
.calloutBody {
	border: 1px dotted #fff;
	border-top: none;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	
}
.callout {
	/*/*/border: 1px dotted #fff;/**/
	padding: 5px;
	color: #000;
	background-color: #eee;
}
.border {  
	/*/*/border: 1px solid #fff;/**/
}
#usmtag {
	margin-left: 175px;
}
#usmtag, #usmtag a {
	margin-top: 10px;
	font-size: 11px;
	color: #ccc;
}
input, textarea {
	border: 1px solid #fff;
	background-color: #eee;
}
hr {
	color: #CCC;
	background-color: #ccc;
	height: 1px;
}
ul {
	list-style-type: square;
}
.smallest { font-size: 10px; }

/* Begin USM Tagline */
#usmtag {
width:219px;
height:19px;
	margin: 0 auto;
	position: relative;
	background: transparent url('/data/i/usmtag/black.png') left top no-repeat;
	clear:both;
}
#usmtag a {
	display: block;
	width: 219px;
	height: 19px;
	position: absolute;
	top: -2px;
text-indent:-99999px;
}
