body {
	margin: 20px 0px 0px 20px;
	width: 974px;
}

body, td
{

  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
}
a {
    text-decoration: none;
    color: #CC0000;
    font-weight: bold;
}

/*
 * HEAD
 */
#header,
#support_navigation,
#navigation,
#right,
.glossspan {
	display: none;
}
#central,
#content,
.box,
p.bodytext {
	width: auto;
}
#head {
	float: left;
	padding: 2px 10px;
	background-color: antiquewhite;
}
#service_top {
	float: right;
	background-color: antiquewhite;
	padding: 2px 10px;
	margin-bottom: 8px;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5
{
  font-weight: bold;
  color: #0A378A;
  padding: 0;
  margin: 0;
}
#content h6 {
	font-weight: normal;
}
#content h1 {
    font-size: 18px;
    margin: 0 0 8px 0;
}

#content h1 a.glossary,
#content h2 a.glossary,
#content h4 a.glossary {
    color: #0A378A;
}

#content h2,
#content h3
{
    font-size: 15px;
    margin: 25px 0 10px 0;
}

/*
 * TOP NAVIGATION
 */
#main_nav {
	display: none;
}
#top_navigation {
	clear: both;
	background-color: coral;
	padding: 2px 10px;
	list-style-type: none;
}
#top_navigation ul {
	list-style-type: none;
}
#top_navigation li {
	display: inline;
	padding: 0px 10px;
}
/*
 * MAIN SECTION
 */
#main_section {
	clear: both;
	margin-top: 8px;
}
#left_navigation {
	float: left;
	width: 200px;
	background-color: cornsilk;
	padding: 2px 10px;
	list-style-type: none;
	margin-bottom: 8px;
}
#left_navigation ul {
	list-style-type: none;
	margin-top: 8px;
	padding: 0px 0px 0px 8px;
}
#left_navigation li {
	padding-top: 8px;
}
#content {
	float: left;
	width: 493px;
	padding: 2px 10px;
	margin: 0px 10px 8px 10px;
	background: blanchedalmond;
}
#service {
	float: right;
	width: 200px;
	text-align: right;
	padding: 2px 10px;
	background-color: cornsilk;
	margin-bottom: 8px;
}
/*
 * FOOTER
 */
#footer {
    display: none;
	clear: both;
	text-align: center;
	margin-top: 8px;
	background-color: darkkhaki;
}

/*
 * Search colorization
 */
.tx-psmhighlight-sword-1
{
	background-color: #FFFF00;
}