td.header {
	padding: 10px;
	height:50px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.lhm {
	border-right: 2px solid #000000;
	padding: 4px;
	height: 100%;
}
table.container {
	border: 2px solid #000000;
	background-color:#FFFFFF;
	width: 100%;
}
td.rhm {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	font-size: x-small;
	padding: 4px;
}
table.content {
	width: 100%;
	height: 100%;
}
table.rhm {
	margin: 10px;
	width: 130px;
	border: 2px solid #C9CDD3;
}
td.rhmcontent {
	padding: 4px;
	font-size: x-small;
}
td.rhmfooter {
	border-top: 2px solid #C9CDD3;
	background-color: #E9EDF3;
	font-size: x-small;
}
td.graybar {
	border-right: 2px solid #C9CDD3;
	padding: 0px;
	text-align:right;
	vertical-align: bottom;
	height:100%;
}
td.center
{
	padding:10px;
}
table.twocolumn, table.onecolumn {}
td.leftcolumn {
	border-right: 2px solid #C9CDD3;
	padding-left: 10px;
	padding-right: 10px;
	width:50%;
}
td.rightcolumn {
	padding-left: 10px;
	width:50%;
}

/********* area specific ***********/
.news_header, .links_header
{
	font-weight: bold;
	display:block;
	width:100%;
	border-bottom:2px solid #000000;
}
.news_date
{
	font-size: x-small;
	font-weight: bold;
}
.news_summary, .links_summary
{
	margin-bottom: 9px;
	text-align: justify;
}
.news_readmore, .links_readmore
{
	text-align: right;
	line-height: 200%;
}

/********* general text ***********/
.text_highlight, h2, h3, h4, h5, h6
{
	font-weight: bold;
	font-size: small;
	margin: 0;
	padding: 0;
}

/********* links ***********/
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #9C0000;
	text-decoration: underline;
}
a:active {
	color: #9C0000;
	text-decoration: underline;
}
a.lhm { display: block; margin:0px; margin-bottom: 0.5em; line-height: 1em; }
a.lhm:link {
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
a.lhm:visited {
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
a.lhm:hover {
	font-weight:bold;
	color: #660000;
	text-decoration: none;
}
a.lhm:active {
	font-weight:bold;
	color: #660000;
	text-decoration: none;
}
a.lhm_menulvl2:link {
	margin-left: 12px;
	font-weight:bold;
	color: #990000;
	text-decoration: none;
}
a.lhm_menulvl2:visited {
	margin-left: 12px;
	font-weight:bold;
	color: #990000;
	text-decoration: none;
}
a.lhm_menulvl2:hover {
	margin-left: 12px;
	font-weight:bold;
	color: #DD0000;
	text-decoration: none;
}
a.lhm_menulvl2:active {
	margin-left: 12px;
	font-weight:bold;
	color: #DD0000;
	text-decoration: none;
}
a.rhmfooter:link {
	background-color:#E9EDF3;
	color: #000000;
	text-decoration: none;
	width:100%;
	height:100%;
	display:block;
}
a.rhmfooter:visited {
	width:100%;
	background-color:#E9EDF3;
	color: #000000;
	text-decoration: none;
	width:100%;
	height:100%;
	display:block;
}
a.rhmfooter:hover {
	width:100%;
	background-color:#C9CDD3;
	color: #000000;
	text-decoration: none;
	width:100%;
	height:100%;
	display:block;
}
a.rhmfooter:active {
	width:100%;
	background-color:#C9CDD3;
	color: #000000;
	text-decoration: none;
	width:100%;
	height:100%;
	display:block;
}
body { 
	margin:0px; 
	padding:20px; 
	background-color:#F5F1Ff;
	background-image: url('images/background.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
img {border : 0px none;}
/* form design and fixes for IE */
form { margin-bottom: 0px }
input, textarea, select, option
{
	border : 2px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.imagebutton
{
	border : none;
}
.radio
{
	border : none;
}
.checkbox
{
	border : none;
}

/* CMS specific classes */
/* errorbox text, highlighting for each class of error */
.errorlevel1 { color : #000000; }
.errorlevel2 { color : #660000; }
.errorlevel3 { color : #aa0000; }
.errorlevel4 { color : #ff0000; }
/* for tables with alternating rows */
.rowlight { background-color : #ffffff; padding: 4px; }
.rowdark  { background-color : #E9EDF3; padding: 4px; }
.table_content { width: 100%; border: 2px solid #990000; }
.table_invisible, .invisible { border: none; width: 100%; border-collapse: collapse; border-spacing: 0px; empty-cells: hide;}
.table_media { margin: 0px 0px 10px 10px; background-image: url('images/background.gif'); border: 2px solid #C9CDD3; text-align:center; }
h1 { font-size : large; font-weight: bold; padding:0; margin: 0;}
.text_heading { font-size : large; font-weight: bold; padding-bottom: 26px; margin: 0;} 
h1 { font-size : large; font-weight: bold; padding-bottom: 26px; margin: 0;}
.text_heading h1 { padding-bottom: 0 !important; }
.news_header h1 { padding-bottom: 0 !important; }
h1 img { padding:0px; margin:0px; }
.text_small { font-size : x-small; }
.currentlink { font-weight : bold; }
th { text-align: left; }
ol ol, ul ul { margin-left: 10px; }
table br {height: 0;}
