/* GLOBAL SETTINGS */
h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
}

p
{
    margin: 0px;
    padding-top: 10px;
}

body
{
	background: #FFF;
    margin: 0px;
    padding: 0px;
    /* border-top: 15px solid #9E1B1B; */
    /* border-bottom: 15px solid #9E1B1B; */
}

p, blockquote, li, h3, h4, form, small
{
    color: black;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

ul
{
    margin-top: 5px;
}


#container
{
    background-color: #FFFFFF;
	width: 100%
	\width: 100%
	w\idth: 100%
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#head
{
       /* border-bottom: #9E1B1B 1px solid; */
}

#content
{ 
         /* for white space with vertical line */
         /* margin-top: 10px; */

    padding-top: 100px;

}


#accessibility
{
	position: absolute;
	top: -10000px;
}

img
{
     border: none;
}

a
{
	color: #764A11;
	text-decoration: none;
	border-bottom: none;
}

.comment_header
{
    color: black; 
    border-bottom: 1px black solid;
}

.img
{
        border: none;
}



h1
{
    color: #9E1B1B;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2.5em;
    font-weight: normal;
}

h2
{
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	font-style: italic;
}

h3
{
    color: #9E1B1B;
    font-size: 1.0em;
    line-height: 1.5em;
    font-weight: bold;
    padding-top: 0px;
}

h3 a
{
	color: #9E1B1B;
    border-bottom: 1px #9E1B1B solid;
}

h4
{
    text-align: right;
    font-weight: bold;
    padding-top: 10px;
}

#clear
{ 
    clear: both;
}

h1 a, h2 a
{
	border: 0px;
}


#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}


