body { 
	background-color:#f1f1f1;/*#b4b4b4*/;
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	text-align : left; 
	font-size : 1em; 
}

a {color: #1E3258;}
a:visited {color: #2C4573;}
a:active {color: black;}
a:hover{text-decoration:none;border-bottom:1px dashed black;}

h2 {		
	font-size : 150%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 155%;
}

h3 {
	font-size : 145%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 155%;
	margin-top:0;border-bottom:1px solid black;/*background:url(./images/rel_symbols.jpg) no-repeat; background-position:right;*/
}
	
table.table-content{
	width:744px;
	margin: 0 auto;
}

h1.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color:white;
	border:	0px none;
	padding:0;
	margin:	0;
	font-weight:normal;
}
div.sub_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:white;
	margin:0;
	padding:0;
}

td.main_cell {
	height: 500px;
}

td.nav {
	font-size: 0.72em;
	color:white;
	background-color:black;
	padding: 0.4em;
}

td.nav a{color:white; text-decoration:none;}
td.nav a:visited{color:white;}
td.nav a:hover{text-decoration:underline;}

td.nav_bottom{
	/*background-color:#e9e9e9;
	height:0.1em;*/
}

td.header  {
	background: url("images/17.gif") repeat-y;
	height: 78px;
}

.sidebar{
	border-right: 1px dashed #666666;
	padding: 0.5em;
	vertical-align:top;
	width:11em;
	border:0;
}
.sidebar a{
	font-size:0.8em;
	text-decoration:none;
}

.article-list{
	padding:0.8em;
	margin-left:0.1em;
	padding-left:0;
	padding-top:0.1em;
}

.article-list li{
	padding:0.2em;
	padding-top:8px;
	list-style:none;
	border-bottom: 1px dashed silver;
}

ul.article-list li:hover{
	display:block;
	border-bottom: 1px solid black;
}
ul.article-list a{color:gray;;}
ul.article-list a:visited{color:gray;}
ul.article-list a:hover{color:black;border-bottom:0;}

li.current-article{border-bottom: 1px solid black;}

.body_top{
	/*border-top:1px dashed #666666;*/
	height:100%; 
	width:100%;
}
.main_body
{
	font-size: 0.8em;
	padding:0.8em;
	vertical-align:top;
}

.byline {
  font-size: 100%;
  border-bottom: 1px solid gray;
  margin: -1.2em 0 1em 0;
  padding: 0;
  padding-top:6px;
  width: 100%;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  /*background:url(./images/rel_symbols_small.jpg) no-repeat; background-position:right;*/
}

[class~="byline"] {
  margin-top: -1.4em;
}

.byline a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.byline a:hover {
  color: #AE0000;
  background-color: transparent;
  text-decoration: underline;
}

.footer{
	font-size:0.8em;
	color:white;
	text-align: right;
	vertical-align:top;
	border-top:1px solid gray;
	background-color:black;
	padding:0.2em;
}