body {
  background-image: url(../images/back_brown.gif); 
  background-color: rgb(51,0,0);
  background-position: left;
  background-attachment: scroll;
  background-repeat: repeat;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  text-align: center;
  line-height: 1.21;	
}
a {
  color: rgb(74,0,0);
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: rgb(255,255,255);
  background-color: rgb(74,0,0);
}
img a {
	color: rgb(74,0,0);
	border: 1px solid rgb(148,71,19);
	}
img a:hover {
	color: rgb(74,0,0);
	border: 1px solid rgb(74,0,0);
}
blockquote {
  font-style: italic;
}
h2 {
  font-size: 140%;
  margin-top: 0px;
  color: rgb(74,0,0);
}
h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}
td, th {
  font-size: 10pt;
}
th {
  font-weight: bold;
  text-align: left;
}

ul {
  list-style-type: square;
  list-style-position: outside;
  text-indent: 15px;
}
#main {
  margin: 0px auto;
  text-align: left;
  width: 650px;
}
.news {
	margin: 5px 15px 5px 190px;
	padding: 5px;
	background-color: rgb(111,59,48);
  	color: #FFFFFF;
  	border-bottom: 1px solid #000000;
  	border-top: 1px solid #000000;
  	font-weight: bold;
}
#titleBar  {
	background-color: rgb(247,245,232);
	padding: 0;
}
#footer {
  	font-size: 80%;
  	font-weight: bold;
  	text-align: right;
  	background-color: rgb(255,245,232); 
	border-top: 1px solid rgb(0,0,0);
	color: #000000;
	padding: 2px .5em;
}
#content {
	background-color: #F7F5E8;
	padding: 0 10px 10px 10px;
}
#validation {
  padding: 1em 0em;
  text-align: right;
}
/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-image: url(../images/back_brown.jpg);
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-position: right top;
  background-color: #C4B7A7; 
  border: 1px solid rgb(0,0,0);
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 186px;
}
.sideBarHdr {
	background-color: rgb(0,0,51);
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: bold;
	padding: 2px 1px 2px 4px;
	font-size: 110%;
	text-align: left;
}
.sideBarHdr a {
	display: block;
}
.sideBarTxt {
  padding: 4px .5em 4px .5em;
}
.sideBarSep {
  border-top: 1px solid rgb(15,15,15);
  margin: 2px 0px 2px 0px;
}
.box {
	border: 1px solid rgb(74,0,0);
	margin: 5px auto 3px auto;
	padding: 4px;
	width: 330px;
	background-color: rgb(235,232,217);
}
