body, html {
	margin: 0;
        padding: 0;

}

#container {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;

        
}

#masthead {
	display:none;
	       
}


#navigation {

	display:none;
                    
}

#column_l {
	width: 80%;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 80%;
	padding: 10px 18px;
	background-color: #fff;
        
}

#column_r {
	display:none;
}
html>body #column_r {
	display:none;

}


#footer {
	display:none;
        
}
html>body #footer {
	display:none;
        
}

#content p, #content li{
      font: 12pt/20pt "Times New Roman", Times,serif;
}

#content p{
	margin-left:20pt;

}

#content h1, #content h2{
      font: 16pt Georgia, "Times New Roman", Times,serif;
      color: #4b4b4b;
      background-color: transparent;
}

#content h2{
      font: 14pt Georgia, "Times New Roman", Times,serif;
      padding-bottom: 2pt;
      border-bottom:1 pt dotted #cccccc;
}


/* Site typography */
h1 {
	font-size: x-large;
	color: #033387;
        font-family: "Times New Roman", Times, mono;
}
h2 {
	font-size: large;
	color: #033387;
}
h3 {
	font-size: large;
	color: #CD0102;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: medium;
	color: #000;

}

h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #fff;
        
}
#footer a{color: #fff;}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
        font-style:italic;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}