/* CSS Document */

body {
    background: none;
	}
a {
    color: #000000;
	}
div#main {
	background-image: none;
	background: #ffffff;
	border: 0;
	width: 700px;
  }

html>body div#main {width: 700px;} 

div#header {
    display: none;
	}

div#prtHeader {
  display: block;
	height: 100px;
	} /*
	
div#prtHeader img {
    display: block;
    float: left:
	} */
	
div#prtHeader h3 {
    margin-bottom: 0;
	}

div#prtHeader h4 {
    margin-top: 0;
	}

html>body div#content {
	background-image: none; 
}

div#content div#menuArea {
    display: none;
	}

div#textArea {
	margin-left: 0;
	border: 0;
	}

html>body div#textArea { 
	background-image: none;
}
		
div#textArea h1, div#textArea h2, div#textArea h3 {
    color: #333333;
	}

div#footer {
    text-align: left;
	}
	
div#footer a { /*
    margin: 0.5em; */
	}

.defaultHeight {
    height: auto;
	}
.accentLine {
   margin-left: 0;
   height: 5px;
   }
.topOfPageLink {
   display: none;
   }