/* --- Reset --- */

* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0.5em 0;
}

li,dd {
margin-left:1em;
}

fieldset {
padding:.5em;
}

body {
font-size:76%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3;
color: #000000;
background-color: #FFFFFF;
}

img        { border:0;}

a    { text-decoration: none; color: blue; }

pre {
        color: #000000;
        text-decoration: none;
        background-color: #e0e0e0;
        margin: 0px;
        padding: 10px;
	font-size: 120%;
}

/* --- Layout --- */

body {
text-align:center;
background-image: url(../images/bg-header2.gif);
background-repeat: repeat-x
}

#wrap {
min-width:900px;
max-width:980px;
width:auto !important;
text-align: left;
margin: 0 auto;
}

#content60 {float:left;width:66%;overflow:hidden;}
#content80 {float:left;width:81%;overflow:hidden;}
#content100 {float:left;width:100%;overflow:hidden;}

#header {
  height: 36px;
  background-image: url(../images/bg-header.gif);
  background-repeat: repeat-x
  padding: 0;
}

#footer {
clear:both;
text-align: center;
}

.inside {
padding:10px;
}

#sidebar,#sidebar-2 {
float:left;
width:15%;
overflow:hidden;
}

#sidebar-2 {
text-align: right
border-left: 1px solid #999999;
min-width:170px;
}

/* --- style --- */

#header ul {
/*  position: absolute;
  left: 3px;
  top: 8px; */
  margin-left: 10px;
  text-align: left;
  font-size: 90%;
}

#header ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
}

#header ul li a, #header  ul li a:visited {
  display: block;
  margin: -7px 2px 0 3px;
  padding: 3px .8em 0 .8em;
  color: #efefef;
  background: url(../images/bg-primary.gif) repeat-x;
  height: 12px;
  border: 1px solid #aba9a9;
  border-bottom: none;
  float: left;
  line-height: 10px;
  font-size: 10px;
}

.contentheading {
  font-weight: bold;
  font-size: 130%;
}

.createdate {
  font-size: 90%;
  font-style: italic;
  padding-bottom: 1em;
}

/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

.sectiontableentry2 {
  background       : #f6f6f6;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}
