body {
	margin: 10PX;
	background-color: #F5E8D8;
}

body, p, td, li, ul, div, a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #333;
}

body, td {
/*/*/ line-height: 20px; /**/
}

a {
/*/*/ line-height: 15px; /**/
}

h1, h2, h3, h4 { 
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #600;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
	color: #848412;
}

h4 {
	font-size: 12px;
	color: #000;
}

a { 
	color: #D3A013;
}

a:hover, #navbar a:hover {
	color: #827A27;
	text-decoration: underline; 
}

#mainTable {
}

#header {
}

.bodyid {
	border-left: 1px solid #581112;
	border-right: 1px solid #581112;
	padding: 0;
	background-color: #fff;
	vertical-align: top;
}

#navbar {
	font-weight: bold;
	color: #C60;
}

/* be nice to Opera 5 
body>#navbar {width:175px;}*/

#content {
	text-align: left;
	margin: 10px;
}

#content img {
	border: 1px solid #581112;
}
#footer {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.callout {
	border: 1px solid #CC3;
	padding: 5px;
	background-color: #DFD3D5;
}

.border {  
	border: 1px solid #fff; 
}

#usmtag, #usmtag a {
	font-size: 11px;
	color: #AEA383;
	clear: both;
	text-align: center;
}

input, textarea {
	border: 1px solid #fff;
	background-color: #eee;
}

hr {
	color: #581112;
	height: 1px;
}

ul {
	list-style-type: square;
}

.small { 
	font-size: 11px;
}

.smallest {
	font-size: 10px;
}

p.comment {
border-left: 12px solid #eee;
padding-left: 10px;

}

p.author {
margin-left: 50px;
}