html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, address, big, cite, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3 {
    font-family:georgia,serif;
    margin-top:1em;
    border-bottom: 1px solid;
}

h1 { font-size:2em; }
h2 { font-size:1.5em; }
h3 { font-size:1.2em; }
h4 { font-size:1.1em; }
h5 { font-size:1em; }
h6 { font-size:.8em; }

body {
    background-color:#FFF;
    font: Verdana,Arial,sans-serif;
    margin-top:1.2em;
    min-width:960px; 
}

p {
    margin:1em 0;
}

ol,
dl {
    margin-top:1em;
}

dt {
    font-size:1.1em;
    font-weight:bold;
}
dd {
    margin:0 2em;
}


.info_box {
    border:1px dotted #666;
    padding:.5em;
    float:right;
}

#page { padding-top: 1em; margin: 1em; }

#page h1,
#page h2,
#page h3, {
  clear: both;
}

#page h2 {
  margin-bottom: 1em;
}

#page ol {
    margin-left:2em;
}
#page ul {
    margin-left:1.5em;
}

#header { 
  clear: both;
  border: 1px solid; 
  background-color: #eee;
  margin: 1em 1em 0em 1em;
  padding-bottom: .5em;
}

#header h1 { 
    font-size: 1.5em; 
    color: #000;
    margin: 0;
    padding: .2em;
    font-family:arial,serif;
    border-bottom: 1px solid;
}

#header p { margin: .2em; padding-left: 1em; line-height: 1em;}

/* table */
.pub_table {
   padding:.5em;
   margin:.5em;
}

table
{
  border-collapse:collapse;
  width:100%;
}

td { border:1px solid black; padding:.5em; }

tr.head_row { color: #000; font-weight: bold; background-color: #ccc;}
.announcement { background-color: #00ffff;}

/*tr.d0 td {
	background-color: #CC9999; color: black;
}
tr.d1 td {
	background-color: #9999CC; color: black;
}*/

th { 
  color: #000; 
  font-weight: bold;
  background-color: #ccc;
  border-top: 1px solid white;
  border-left: 1px solid black;
  border-bottom: 1px solid white;
  border-right: 1px solid black;
  padding: .5em;
  height:40px;
}

td { 
  color: #000; 
  background-color: white;
  border-top: 1px solid white;
  border-left: 1px solid black;
  border-bottom: 1px solid white;
  border-right: 1px solid black;
  padding: .5em;
  height:30px;
}

/*tr.alt td 
{
color:green;
background-color:white;
}*/

#footer {
    clear:both;
    color:#999;
    font-size:.8em;
    padding:1em;
    text-align:center;
}
#footer p {
    margin:0;
}

a, a:link, a:visited { text-decoration:none; }
a:visited {color: #147;}
a:link { color: #24f; }
a:hover, a:active { text-decoration:underline; }

blockquote {
    display:block;
    line-height:20px;
    margin:0 1em;
    padding:0 1em;
    border-left:4px solid #369;
    background-color:#F2F2F2;
}

code {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #008099;
}

pre {
  boder:solid 1px blue;
  font-size: 1.0 em;
  color: black;
  margin: 10px;
  background: #eeeeee;
}

.more {
    display:block;
    font-size:.8em;
    text-align:right;
}

/*********
 * Forms *
 *********/
fieldset {
	color:#777;
	margin-top:15px;
	padding:10px;
}

.message,
fieldset,
input,
button,
fieldset textarea,
fieldset select {
	border:1px solid #CCC;
}

legend {
	font-weight:bold;
	padding:5px 10px;
}

input,
button,
fieldset textarea,
fieldset select {
	color:#777;
	font:90% Verdana;
	padding:4px;
	width:430px;
}

option {
	padding:0 10px 0 5px;
}
fieldset label,
fieldset p.label {
	color:#777;
	text-align:right;
	width:145px;
}
fieldset label {
	float:left;
	margin:5px 0;
	margin-right:10px;
}

fieldset p {
	margin:0;
}
fieldset div {
	margin:5px 0;
	position:relative;
}
fieldset div div {
	margin:0;
}
fieldset p.label {
	left:0;
	position:absolute;
}

/* Misc */
.leftbox { float: left; width: 45%; margin-left: 1em;}
.rightbox { float: right; width: 45%; margin-left: 1em;}
.box { margin-left: 1em; }

.left { float: left; }
.right { float: right; }

html,
.bg_color {
    background-color:#EFEFEF;
}

/* simple two level navigation bar */
#nav { padding-left: 1em; list-style: none; }
#nav ul { padding: 0; margin: 0; list-style: none; }
#nav a { display:block; padding: .5em; background-color: #ccc; border: 1px dotted #000; }
#nav a:hover { background-color: #eee; text-decoration:none;}
#nav li { float: left; }
#nav li ul { position: absolute; width: 10em; left: -999em; }
#nav li:hover ul { left: auto; }
#nav li.current_item a { font-weight: bold; border-bottom: 0; background-color: white; }
