.rbox{display: none;}

#navcontainer
{
	display: none;
}


body
{
	background: #555;
	margin: 0;
	padding: 0;
        font-size: 14px;
        color: #000;
}

div#container
{

	margin-left: auto;
	margin-right: auto;
}

.offset{
 background: black;
}

div#header
{
	display: block;
        height: 40px;
}

.updatesbox
{
	display: none;
}

div#menu
{
	display: none;
}

.leftlinks
{
	display: none;
}

div#info
{
	display: none;
}

div#left
{
	display: none;
}



div#right
{
	margin-left: 10%;
        margin-right: 10%;
	margin-bottom: 40px;
	background: #fff;
        padding: 1em 5em 5em 5em;
        border: 3px solid #470000;
        
}


.featuretitle
{
	font-size: 14px;
text-align: center !important;
	font-weight: bold;

}


br.clear
{
	clear: both;
}

p,bq,blockquote, li,ul{
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.5em;
	text-align: justify;
	}

li{list-style-type:circle;}

li, blockquote, blockquote p{
text-align: left;
}	
	
p {
	text-indent: 0; }

p em, li em, bq em {
	
}

p+p{
 	text-indent: 1.5em;
 	margin-top: 0 }
li{
  text-indent: 0;
} 

p.none{
	text-indent: 0;
} 
  




h4{
    font-family: "Lucida Grande", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1.2em;
    color: maroon;  
    text-indent: 0;
    
}

h5{
    font-family: "Lucida Grande", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1em;
    color: maroon;  
    text-indent: 0;
    
}

.subtitle{
	
    font-size: 1.3em;
    font-family: "Hoefler Text", serif;
    text-align: center;
    margin: 0 1em 0 0;
    font-style: italic;
    letter-spacing: .08em;
    font-weight: normal;
    padding: 0 0 0 0;
   
}

.doctitle{
    font-family: "Hoefler Text", Georgia, "Times New Roman", serif;
    font-size: 1.5em;
    text-align: center;
    line-height: 1em;
    margin: 2em 0 .5em 0;
    letter-spacing: .08em;
    color: maroon; 
    font-weight: normal;
    display:block;

}

/*
#text > p:first-letter{
	font-size: 3em;
	color: maroon;
	float: left;
	margin: .35em 0em 0 0;
}*/

.doctitle:first-letter{
	font-size: 2em !important;
	margin-top: .5em !important;
	font-family: "Hoefler Text", Georgia, "Times New Roman", serif !important;
	color: #555 !important;
        font-weight: normal !important;
}


.attribute{
	font-family: "Hoefler Text", serif;
	font-size: 1em;
	letter-spacing: .08em;
	color: #555;
	text-align: right;
	border-top: 1px solid #ddd;
	margin: 3em 0em 0 0;
	padding: .5em 0 .5em 0;
	font-style: italic;
	
}
	
.attributetext{
    margin-top: -1em;
    padding: 0 1em 0 1em;
    background: #fff;
    float: right;
    font-size: 13px;
    margin-right: 6em;
}	


a:link{
	color: maroon;
        text-decoration:none;
        border-bottom: 1px solid silver;
}

a:hover{
	color: orange;
        border:none;
}

a:visited{
	color: maroon;
}

.indented{
  color: #000;
  background: #fff;
}

p>strong{
    font-family: "Lucida Grande", Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1em;
    color: maroon;
    text-indent: 0 !important;
   
}

.center{
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}
