/*---- Layout ----*/
div
{
  padding: 0;
  margin: 0;
}
body
{
  background: white;
  padding: 20px;
  margin: 0;
}

#masthead h1
{
  display: none;
}
#leftcolumn
{
  display: none;
}
#leftColumn
{
  display: none;
}
#rightColumn
{
  display: none;
}
#contentColumn
{
  width: auto;
  margin-left: 79px;
}

#innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
  padding: 10px;
}
#footer
{
  font-size: 8pt;
  clear: both;
}
#innerFooter
{
  text-align: center;
}
#innerContentColumn
{
  overflow: visible;
  height: 100%;	/* fix the Win32 IE float bug */
  margin-right: 70px;
  /*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
  height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
  height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

#masthead, #footer
{
  z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{
  border: solid 1px gray;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
  border: solid 0px #000;
}
#footer
{
  border-top: 1px solid silver;
}
#masthead
{
  display: none;
}
#innerLeftColumn, #innerContentColumn
{

}
#contentColumn
{
  border-left: 1px solid silver;
}

/*---- Visual Elements ----*/
body
{
  background-color: #eee;
  color: #000;
  padding: 20px;
  margin: 0;
}
#pageFrame
{
  background-color: #fff;
  color: #000;
  min-width: 500px;
}

#menuTop
{
  display: none;
}

.news h1
{
  font-family: serif;
  font-size: 16px;
  margin: 0;
}

.news p {
  text-align: justify;
  font-family: serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 20px;
}

p.newsInfo {
  font-size: 12px;
  color: gray;
  font-style: italic;
  margin: 0;
}

.intro p, p.intro {
  text-align: justify;
  font-family: serif;
  font-size: 14px;
  font-style: italic;
  margin: 5px 20px 10px 20px;
}

.intro h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  font-family: sans-serif;
}

.intro .aniarti {
  font-weight: bold;
  color: purple;
}

p.separator {
  border-top: 1px solid black;
  margin: 0;
}

p.readMore {
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-style: italic;
}

.article {
  text-align: justify;
  font-size: 14px;
}

h4 {
 color: navy;
 font-size: 12px;
}

h3 {
 color: navy;
 font-size: 12px;
}

h2 {
 color: navy;
 font-size: 14px;
 border-bottom: 1px solid navy;
}

h1 {
 color: navy;
 font-size: 18px;
}

a, a:link, a:visited
{
  color: black;
  text-decoration: underline;
}

input {
  border-bottom: 1px solid black;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-left: 10px;
}

fieldset {
  border: 0;

}

.formSelectScreen {
  display: none;
}

.formSelectPrint {
}

.formTextareaScreen {
  display: none;
}

.formTextareaPrint {
}

.formButtonScreen {
  display: none;
}

.formButtonPrint {
}
