body {
	background-color: #5D5451;
	color: white; font-size: 11px; font-family: Arial, Helvetica, Helv, Verdana;
}

.text
{ color: white; font-size: 11px; font-family: Arial, Helvetica, Helv, Verdana }

img.rand
 { border: 10px solid white;  }

a {
	color: #FFFFCC; text-decoration: none; text-align: justify;
}
a:visited {
	color: #FFFFCC; text-decoration: none; text-align: justify;
}
a:hover {
	color: #000000; text-decoration: none; text-align: justify
}

h2 {
	color: white;
	font-size: 180%;
	margin: 0;
}

h3
{ color: white; font-size: 13px; font-weight: bolder; font-family: Arial, Helvetica, Helv, Verdana;
  margin-bottom: 0px;
}

h4 {
	color: white;
	font-size: 110%;
}

td.right
{
	text-align: right;
}

td.pageFooter {
	clear: both;
	background-color: #705B53;
	width: 738px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid white;
}

td.pageHeader {
	padding: 1ex;
	margin: 0 1px 1ex 1px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background: black;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

td.pageMain {
	padding: 1ex;
	margin: 0 1px 1ex 1px;
	text-align: center;
	background: #705B53;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

h1#pageTitle {
	color: #fff;
	font-size: 270%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul#bloglist {
	background-color: #705B53;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #9ae;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #78a;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #9ae;
}


.pageSubTitle {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

}
.bSmallHead {
	font-size: 80%;
	color: #fff;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #fff;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #fff;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.submit,
input.reset {
	background-color: #5D5451;;
	color: #ffffcc;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover {
	color: #000;
	text-decoration: underline;
}

/* Styles for sidebar (right) */
.bSideItem {
	margin: 2ex;
	padding: 0 0 2ex 0;
	border-bottom: 1px solid #fff;
    color: white; font-size: 11px; font-family: Arial, Helvetica, Helv, Verdana	
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
