html, body 
{
        height: 100%;
} 

body
{
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #000000;
}

blockquote, h3, p, li
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.6em;
	line-height: 1.6em;
}

blockquote
{
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3
{
	margin: 0 0 10px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2
{
	font-family: Georgia, Times, serif;
}

h1
{
	font-size: 1.6em;
}

.entry-title
{
        font-size:1.5em;
}

.entry-content
{
        font-size: 1.3em;
}

h2
{
	font-size: 1em;
	font-style: italic;
}

hr
{
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small
{
	font-size: 0.9em;
}

a
{
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a:link
{
	color: #d40000;
	text-decoration: none;
}

a:visited
{
	color: ##d40000;
	text-decoration: none;
}

a:hover
{
	color: #d40000;
	text-decoration: underline;
}

a:active
{
	color: ##d40000;
	text-decoration: none;
}

a img
{
	border: none;
}

h1 a, h2 a, h3 a
{
	border: none;
}

h3 a
{
	font: 1.5em Georgia, Times, serif;
}

#site-name a
{
	border: none;
}

#sidebar-2 a, #sidebar-1 a
{
	color: #d40000;
	border: none;
}

#sidebar-2 a:hover, #sidebar-1 a:hover
{
	color: #d40000;
	border: none;
	text-decoration: underline;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#container
{
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	\width: 950px;
	w\idth: 950x;
	background-color: #fff;
        min-height: 100%; 
}

#head
{
	text-align: right;
	background-image: url('/images/pageheader.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 71px;
        margin-bottom: 0px;
}

#site-name
{
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#sidebar-1
{
        padding-top: 25px;
        margin-top: 0px;	
        margin-right: 15px;
	float: left;
	text-align: right;
        width: 150px;
	\width: 150px;
	w\idth: 150px;
}

#sidebar-2
{
	padding-top: 14px;
        margin-left: 10px;
	float: right;
        width: 205px;
	\width: 205px;
	w\idth: 205px;
        text-align: left;
        border-left: dotted 2px;
        min-height: 100%;

}

.section_list
{
	margin: 0 0 0px 0;
	padding: 0;
	list-style-type: none;
        font-size: 1.4em;
}

.section_list ul
{
	list-style-type: none;
}

.section_list li
{
	margin: 0 10px 2px 0;
	padding: 0;
}

#content
{
	margin: 0 20px;
	padding-top: 25px;
        min-height: 100%;
        text-align: justify;
        width: 700px;
}

#foot
{
	 
        background-color: #FFFFFF;
        text-align: center;
        width: 400px;
        height: 25px;
        vertical-align: bottom;
        margin: 0 212.5px;
              
}

#sidebar-2 p, #sidebar-1 p
{
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider
{
	margin: 1em 0;
	text-align: center;
}

.directory
{
	list-style-type: circle;
}

.author
{
	font-size: 0.5em;
}

.published
{
	font-size: .5em;
}

.comments_error
{
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error
{
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview
{
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td
{
	vertical-align: top;
}

#comments-help
{
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

.error-status
{
	font: 1.3em Georgia, Times, serif;
}





#topNav {
	background-image: url(/images/menuback.jpg);
        background-position: 0 32px;
        background-repeat: no-repeat;
        font-weight: bold;
        width: 100%;
        font-size: 1.4em;
}

#topNav ul{
list-style: none;
padding: 3px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}


#topNav ul li{
display: inline;
}

#topNav ul li a{
color: #000000;
padding: 3px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #ffffff; /*bottom border is 3px*/
}

#topNav ul li a:hover, #topNav ul li a.selected{
border-bottom-color: #d40000;
}