body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	margin: 0px;
	font-family: gill sans,verdana,arial,sans-serif,helvetica;
	font-size: 12pt;
}

p,table,td,div,li,ul,ol {
	font-family: gill sans,verdana,arial,sans-serif,helvetica;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
	text-transform:capitalize;
	letter-spacing: 0.2em;
	padding-top: 2em;
	font-family: gill sans,arial,sans-serif,helvetica;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

b,strong {
	font-weight:bold;
}

tt,code,pre {
	font: 0.8em "monotype.com","anadale mono",courier;
}

blockquote {
	padding: 0.5em;
	background-color: #ffe;
	border: 1px solid #eec; 
	text-align: justify;
}

acro {
cursor: help;
border-bottom: 1px dashed #99f;
}


input {
	background-color:#fff;
	border:1px #888 solid;
	color: #555;
	padding: 2px;
}

input[type="submit"] { 
	background-color: #ccc;
	color: #555;
	margin-left: 2px;
	margin-right: 2px;
}

input[type="submit"]:hover { 
	background-color: #cccccc;
	color: #36c;
}

input[type="submit"]:active { 
	background-color: #cccccc;
	color: #9ac;
}

input[type="text"], input[type="password"], textarea { 
	background-color: #cccccc;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  { 
	background-color: #fff; 
}

textarea {
	width: inherit;
}

.indent {
	margin-left: 0.7em;
}

.comment-indent {
	margin-left: 2em;
}

.text-title {
	font-weight: bold;
	padding-left: 0.5em;
	font-size: large;
}

.text-title a {
	text-decoration: none;
	color: #003366;
}

.comment-title {
	font-weight: bold;
	padding-left: 0.5em;
	font-size: medium;
}

.text-date {
	color: #999;
	padding-top: 0.2em;
	padding-left: 2em;
	font-size: small;
}

.text-credit {
	color: #999;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	font-size: x-small;
}

.par-body {
	padding-left: 1.5em;
	font-size: small;
	color: #003366;
	text-align: justify;
}

.table-body {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: small;
	color: #003366;
	text-align: justify;
}

.comment-body {
	padding-left: 2em;
	font-size: x-small;
	color: #444;
	/*
	text-align: justify;
	*/
}

.blurb {
	padding-left: 2em;
	font-size: small;
	color: #444;
	/*
	text-align: justify;
	*/
}
.box-normal {
	border: 2px solid #999;
	margin-left: 5%;
	margin-right: 5%;
	padding: 2em;
	background-color: #fff;
}

.title-main {
	font: 4.2em "arial black",arial,sans-serif;
	padding: 0px;
	margin: 0px;
	margin-left: 25%;
	margin-right: 25%;
	border-bottom: 1px solid #555;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.box-simple {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.content-title {
        font-weight: bold;
		color: #5C9FC5;
        padding-top: 2em;
        padding-bottom: 1px;
        border-bottom: 1px solid #bbb;
        font-size: small;
        letter-spacing: 0.2em;
}

.content-submitted {
	padding-left: 1.5em;
	font-size: small;
	color: #7c7c7c;
	text-align: left;
}

.text-body [href] {
    /* text-decoration: none; */
}
a[href] {
	text-decoration: none;
    color: #003366;
}
a[href]:active {
	text-decoration: none;
    color: #f5f;
}
a[href]:hover {
	text-decoration: none;
    color: #f50;
}
a[href]:visited {
	text-decoration: none;
    color: #003366;
}
.content a[href]:hover {
	text-decoration: underline;
    color: #f50;
}
.text-body a[href] {
    border-bottom: 1px dotted #265ac1;
}
.text-body a[href]:hover {
    border-bottom: 1px dashed #f50; 
}

.blurb img {
		border: 0px solid #fff;
}

.topbar {
    background-color: #003366;
/*    background: #669 url("/images/buchanan-01.png") repeat fixed; */
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px solid #d2eff6;
    border-bottom: 0px solid #d2eff6;
    font-size: 11px;
    text-align: center;
}
.topbar a {
	color: #615b87;
	font-weight: bold;
	text-decoration: none;
}
.topbar a:visited {
	color: #615b87;
}
.topbar a:hover {
	color: #000;
	text-decoration: underline;
} 
.bottombar {
    background-color: #003366;
    /* background: #669 url("/images/buchanan-02.png") repeat fixed; */
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 2px solid #000;
    border-top: 2px solid #d2eff6;
    border-left: 2px solid #d2eff6;
    border-right: 2px solid #d2eff6;
    border-bottom: 2px solid #d2eff6;
    font-size: 9px;
    text-align: center;
}
.titlebar {
    background-color: #5C9FC5;
	height: 38px;
    margin: 0px;
    padding: 0px;
	font-size: 20px;
	color: white;
/*    text-align: center;
  		border: 1px solid #444;
		border-top: 0px solid #444;
		border-bottom: 0px solid #444; */
}
.titletext {
	font-size: 20px;
	color: white;
	text-align: center;
	vertical-align:super;
}
.blackbar {
    background-color: #000;
    color: white;
    margin: 0px;
    padding: 0px;
		font-size: 1px;
		border: 1px solid #000;
}
.menubox {
    background-color: #757f86;
    color: #fff;
    padding: 4px;
    padding-top: 1px;
    border: 1px solid #000;
    border-top: 0px solid #000;
    margin-right: 0.5em;
}
.menubox-item {
        font-weight: bold;
        padding: 3px;
        color: blue;
}
.menubox-item:hover {
        background-color: #fff;
        color: red;
}
.content {
    background-color: #fff;
		margin-left: 5%;
		margin-right: 5%;
		/*
		margin-bottom: 2em;
		border: 1px solid #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border: 1px solid #000;
    padding: 2em;
		*/
    color: #000;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
}
.content-wide {
    background-color: #fff;
		margin-left: 4px;
		margin-right: 4px;
		/*
		margin-bottom: 2em;
    border: 1px solid #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border: 1px solid #000;
    padding: 2em;
		*/
    color: #000;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
}
.box-simple {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.left-table {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
} 
.box-table {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
} 
.text-box {
    text-align: center;
    background-color: #cccccc;
    padding: 0.7em;
    color: #003366;
    font-size: small;
}
.text-table {
    text-align: center;
    background-color: #cccccc;
    padding: 0.7em;
    color: #003366;
    border-bottom: 1px solid #aaa;
}
.text-decoration {
	color: #a9f;
	font-style: italic;
}
.comment-decoration {
	color: green;
}
.more-style {
	font-size: 11px;
	color: #555;
}
.more-link {
	font-weight: bold;
	/* color:	#c96; */
}
.photothubs-highlight {
	color: #000;
}
.photothumbs {
	color: #fff;
}
