
/* General Structure */

body { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #000000;
}

td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	padding: 2px;
	border: 0px;
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: bold;
}

img {
	border: none;
	vertical-align: middle;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 1em;
}

li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

sup {
	font-size: 70%;
}

form {
	margin: 0;
	display: inline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
	/* border-bottom: 1px solid #ccc; */
	font-family: arial, verdana, sans-serif;
	color: #2D0979;
}
li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

#header h1 { border: 0; }

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }
	
.subtitle {
	font-style: italic;
}

div.para {
	margin: 1em 0;
}

/*copyright text and links at the bottom of the page */
.footer, .footer a, .footer a:visited, .footer a:hover {
	color: #777;
	text-align:right;
	font-size: 80%;
}

/* standard link colors */ 
/* a:link { color: #0000cc; background-color: transparent; text-decoration:none } */
a:link { color: #0000cc; background-color: transparent; }
a:visited { color: #551a8b; background-color: transparent; }
a:active { color: #ff0000; background-color: transparent; }
a:hover { color: #ff0000; background-color: transparent; }
a:visited.local { 
        text-decoration: none; 
        border-bottom: 1px dotted blue;
}

a.nodec, a:visited.nodec {
	color: #000000;
	text-decoration: none;
}
a.boxlisttext2, a:visited.boxlisttext2, a:link.boxlisttext2 {
    text-decoration:	none;
	background-color:	transparent;
	color:	#000000;
}
a.boxlisttext2:hover {
    text-decoration:	underline;
}

.bordered {
  border: solid; 
  border-width:1px; 
  padding:20px;
}

table.cellbordered tr th, table.cellbordered tr td{
  border-bottom: 1px solid; 
  border-right: 1px solid; 
}

.error {
color: #ff0000; 
background-color: transparent;
}

/* for small text inside a boxlist */
.boxlisttext2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
  text-align:left;
  padding: 0px;
  margin: 0px
}

/* bread crumb div */
.bc {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 90%;
}
em {
/* bolder than normal, less than bold */
        font-weight:             bold;
        font-style:             normal;
}
hr {
border:solid; 
background-color:transparent; 
border-width:1px;  
color: #000000; 
height: 1px;
}

code {
	color: #000000;
	background: #F8FFEA;
}
hr.headersplitter {
	border:1px ; border-style:dotted;
}
.attrib {
	text-align:right; font-style:italic;
}

div#header {
	background: #F7F3F7;
	padding: 0px;
}

div#mainNav {
	background: #F7F3F7;
	padding: 0px;
	padding-left: 8px; 
    border-bottom: solid 1px #2D0979;
}

.sidenote {
	clear: both;
	margin: 0.75em 0.5em;
	padding: 0.2em;
	border: 1px solid;
	float: right;
	width: 200px;
}

ul.compact {
	margin-top: 0.5em;
	margin-left: 0;
	padding-left: 2em;
}

p.compact {
	margin: 0 0;
}
	
