body {
	background-color: #FFF;
	color: #000;
	font: normal 12px Arial, Helvetica, sans-serif;
}
h1 {
	color: #451470;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	color: #C2A204;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	font-weight: bold;
}
h4 {
	color: #666;
	font-style: italic;
}
p {
	line-height: 18px;
	margin-bottom: 15px;
}
b, strong {
	font-weight: bold;
}
#uxWrap {
	background: #FFF url(../images/background_bar.jpg) repeat-y;
	left: 0;
	margin: 8px auto;
	position: relative;
	top: 0;
	width: 1000px;
}
#uxContent {
	margin: 0 auto;
	width: 900px;
}
#uxHeaderImg {
	display: block;
	height: 112px;
	margin: 0 auto 3px auto;
	width: 1000px;
}
#uxHeaderNav {
	background: #451470 url(../images/menubar_background.jpg) repeat-x;
	border-bottom: 1px solid gray;
	font-size: 12px;
	height: 27px;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	width: 900px;
}
#uxHeaderNav li {
	display: inline;
	margin: 0;
}
#uxHeaderNav li a,
#uxHeaderNav li a:visited {
	background: #451470 url(../images/menubar_background.jpg) repeat-x;
	border-right: 1px solid white;
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 8px;
	text-decoration: none;
}
#uxHeaderNav li a:hover, #uxHeaderNav li a.selected {
	background-color: #CCC;
	background-image: url(../images/menubar_background_down.jpg);
}
#uxHeaderNav li a span {
	background: transparent url(../images/arrow-down.gif) no-repeat right 5px;
	font-weight: bold;
	padding-right: 15px;
}
#uxSubheadImg {
	border-bottom: 4px solid #C2A204;
	display: block;
	height: 100px;
	width: 899px;
}
#uxPrimaryColumn {
	border-right: 1px solid #999;
	float: left;
	margin: 10px 1px 12px 12px;
	min-height: 625px;
	padding-right: 12px;
	width: 655px;
}
#uxSidebarColumn {
	float: left;
	margin: 2px 0 10px 0;
	width: 218px;
}
#uxSidebarColumn iframe {
	border: none;
	height: 625px;
	width: 215px;
}
#uxFooter {
	background: url(../images/site_footer.jpg) no-repeat 0 bottom;
	width: 1000px;
}
#uxFooter div {
	border-top: 4px solid #C2A204;
	font-size: 11px;
	margin: 0 auto;
	padding: 8px 10px 20px 10px;
	width: 880px;
}
.ddsubmenu {
	border: 1px solid #49176D;
	border-bottom: none;
	font-size: 13px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 142px;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenu a {
	background-color: #D1C5DA;
	border-bottom: 1px solid #451470;
	color: black;
	display: block;
	padding: 4px 5px;
	text-decoration: none;
	width: 160px;
}
.ddsubmenu a:hover {
	background-color: #451470;
	color: #FFF;
}
* html .ddsubmenu li { /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}
.ddiframeshim {
	background: transparent;
	display: block;
	border-width: 0;
	position: absolute;
	width: 0;
	height: 0;
	z-index: 500;
}
.simplegrid_table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 655px;
}
.simplegrid_table th {
	background-color: #DED6E4;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.simplegrid_table th,
.simplegrid_table td {
	padding: 7px;
}
.footnote {
	font-size: 11px;
	font-style: italic;
}
.bulletedlist {
	list-style: disc;
	margin-bottom: 20px;
}
.bulletedlist li {
	margin-left: 18px;
}
.newsection {
	border-top: 1px solid #999;
	padding-top: 15px;
}
.backlink {
	background: transparent url(../images/arrow-left-purple.gif) no-repeat 0 0;
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	padding-left: 18px;
	text-decoration: none;
	text-transform: lowercase;
}
.arrowlink {
	background: transparent url(../images/arrow-right-purple.gif) no-repeat 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	padding-left: 18px;
	text-decoration: none;
	text-transform: lowercase;
}