.x
{
	Margin-Right: 10px;
	Background-Color: #EEEEEE;
	Border: 5px solid #EEEEEE;
}
.content
{
	Text-Indent: 0.375in;
	Text-Align: justify;
}
.news
{
	Padding-Top: 0.25em;
	Text-Indent: 0.125in;
	Text-Align: justify;
	Font-Size: smaller;
}
#footer
{
	Height:  1.5em;
	Line-Height: 1.5em;
	Font-Size: 0.625em;
	Background-Color: #888888;
	Text-Align: center;
}

#h1
{
	Font-Size: 21px;
	Font-Weight: bold;
	Line-Height: 26px;
	Color: white;
	Padding-Left: 10px;   /* LC width */
	Padding-Right: 10px;  /* RC width */
}
#h1 .c
{
	Height: 26px;
	Background-Color: #ce000c;
	Position: relative;
	Float: left;
}
#h1c
{
	Text-Indent: 7px;
	White-Space: nowrap;
	Width: 100%;
}
#h1l
{
	Width: 10px;          /* LC width */
	Margin-Left: -100%;
}
#h1r
{
	Width: 10px;          /* RC width */
	Margin-Right: -100%;  /* RC width */
}
/*** IE6 Fix ***/
* html #h1l
{
	Left: 10px;           /* RC width */
}
/*** IE7 Fix ***/
#h1 > #h1l
{
	Left: -10px;          /* -LC width for others */
	Margin-Left: expression(document.all.h1c.offsetWidth*-1+parseFloat(document.all.h1c.currentStyle.paddingLeft)+parseFloat(document.all.h1l.currentStyle.paddingLeft)+parseFloat(document.all.h1l.currentStyle.paddingRight));
}

#h2
{
	Font-Size: 21px;
	Font-Weight: bold;
	Line-Height: 26px;
	Color: white;
	Padding-Left: 10px;   /* LC width */
	Padding-Right: 10px;  /* RC width */
	Width: 130px;
}
#h2 .c
{
	Height: 26px;
	Background-Color: #ce000c;
	Position: relative;
	Float: left;
}
#h2c
{
	Text-Indent: 7px;
	White-Space: nowrap;
	Width: 100%;
}
#h2l
{
	Width: 10px;          /* LC width */
	Margin-Left: -100%;
}
#h2r
{
	Width: 10px;          /* RC width */
	Margin-Right: -100%;  /* RC width */
}

/*** IE6 Fix ***/
* html #h2l
{
	Left: 10px;           /* RC width */
}
/*** IE7 Fix ***/
#h2 > #h2l
{
	Left: -10px;           /* RC width */
	Margin-Left: expression(document.all.h2c.offsetWidth*-1+parseFloat(document.all.h2c.currentStyle.paddingLeft)+parseFloat(document.all.h2l.currentStyle.paddingLeft)+parseFloat(document.all.h2l.currentStyle.paddingRight));*/
}
