* {
	margin: 0;
	padding: 0;
}

body {
	background: #c1a77e url('images/body_bg.gif') repeat-y center;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif; 
}

#siteFrame {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#headerFrame {
	height: 105px;
	text-align: center;
	vertical-align: middle;
	background: #406d32;
}

#headerFrame img {
	border: 0;
}

#infoBar {
	height: 20px;
	background: #333333;
	color: #ffffcc;
	font-weight: bold;
	font-size: .80em;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 5px 0 5px;
}

#dateFrame {
	float: right;
	color: #ffffe6;
	font-weight: normal;
	font-size: .75em;
	padding-top: 2px;
}

#bottomBar {
	clear: both;
	padding: 10px;
	background: #333333;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #ffffcc;
	font-size: .75em;
}

#bottomBar a, #bottomBar a:visited {
	color: #ffffcc;
	text-decoration: none;
}

#bottomBar a:hover {
	text-decoration: underline;
}

#leftBar {
	float:left;
	width: 150px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif; 
	font-size: .75em;
	line-height: 1.5em;
}

#leftBar h5 {
	color: #bbcab7;
	font-size: 1.5em;
}

.lbarContent {
	width: 140px;
	padding: 5px;
	border-bottom: 2px solid #333333;
	color: #fff;
}

.lbarContent a, .barContent a:visited {
	text-decoration: none;
	color: #fff;
}

.lbarContent a:hover {
	text-decoration: underline;
}

.rbarContent {
	width: 140px;
	padding: 5px;
}

.boxHeader {
	width:140px;
	height: 20px;
	background:url('images/box_header.gif') no-repeat top;
}

.boxHeader h5 {
	color: #fff;
	font-size: 1.25em;
	padding-top: 3px;
	text-align: center;
}

.boxContent {
	width: 136px;
	background: #efefef;
	padding: 2px 2px 8px 2px;
	background: #efefef url('images/box_footer.gif') no-repeat bottom;
	margin-bottom: 10px;	
}

.boxContent a, .boxContent a:visited {
	color: #406d32;
	font-weight: bold;
}

.boxContent a:hover {
	color: #0000ff;
}

#rightBar {
	float:right;
	width: 150px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif; 
	font-size: .75em;
	line-height: 1.25em;
}

#pageFrame {
	width: 430px;
/*	float:left;*/
margin-left: 150px;
	padding: 5px;
	padding: 5px 5px 5px 10px;
	font-size: .90em;
}

#pageFrame li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 8px;
}

#pageFrame h1 {
	background: #fff;
	color: #406d32;
}

#pageFrame p {
	margin-bottom: 5px;
	text-indent: 1em;
}

#pageFrame a, #pageFrame a:visited {
	color: #0000ff;
	
}

#pageFrame a:hover {
	color: #406d32;
}

