/* CSS Document */

/* LINKS */

a { text-decoration: none; }
a:link { color:#000; }
a:visited { color:#000; }
a:active { color:#000; }
a:hover { color:#000; }

/* LAYOUT */

#topmenu { display: none; }

#container {
        background-color: #FFF;
	background-image: none;
	border: none;
	width: 100%; }

#banner h1 {
        border-bottom: 1px solid #000;
	color: #666;
        text-align: right;
	font-size: 18pt;
        font-weight: normal;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; }

#banner img { display: none; }

	
#content {
	font-family: "Times New Roman", Times, Garamand, serif;
	font-size: 12pt;
	color: #000; }


#right { display: none; }

#footer {display: none;}


/* DEFAULT FONT SIZE */

#content b { font-weight: bold; }

#content p {
	color: #000;
	font-family: "Times New Roman", Times, Garamand, serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 150%;
	text-align: justify;
	margin-bottom: 10px; }

#content p>a:after { 
        content: " <" attr(href) "> "; 
        font-family: Monaco, Courier, monospace;
        font-size: 9pt;
        color: #900; }

#content blockquote { line-height: 150%; }
#content li { line-height: 150%; }

#content h1 { 
	COLOR: #900;
	FONT: 24pt "Times New Roman", Times, Garamand, serif; 
    font-weight: bold; 
    margin-bottom: 0px; }

#content h2 {
	color: #666;
	font-family: "Times New Roman", Times, Garamand, serif;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px; }

#content h3 {
	color: #900;
	font-family: "Times New Roman", Times, Garamand, serif;
	font-size: 18pt;
	border-bottom: none;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px; }

#content p.posted {
	color: #999;
	font-family: "Times New Roman", Times, Garamand, serif;
	font-size: 12pt;
        font-style: italic;
	margin-bottom: 15px;
	line-height: normal; }

.navigation { display: none; }

#navsite { display: none; }

.comments { display: none; }

.photo {
	text-align: left;
	margin-bottom: 20px; }

#options { display: none; }

#comment-data { display: none;}
