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);
}

body {
  background-image: url(../images/back4.gif); 
  background-color: rgb(51,0,0);
  background-position: left;
  background-attachment: fixed;
  background-repeat: repeat;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  line-height: 1.21;	
}

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: 50em;
}

.news {
	margin: 5px 15px 5px 190px;
	padding: 5px;
	background-color: rgb(110,52,15);
  	color: #FFFFFF;
  	border-bottom: 1px solid #000000;
  	border-top: 1px solid #000000;
  	font-weight: bold;
}
#titleBar  {
	background-color: rgb(247,245,232);
	padding: 0;
}

#copyright {
  	font-size: 80%;
  	font-weight: bold;
  	text-align: right;
  	background-color: rgb(255,245,232); /*rgb(247,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: fixed;
  background-repeat: repeat-y;
  background-position: left top;
  background-color: #C4B7A7; /*rgb(255,245,232);  */
  border: 1px solid rgb(0,0,0);
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 180px;
}

.sideBarHdr {
  background-color: rgb(110,52,15);
  color: #FFFFFF;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  font-weight: bold;
  padding: 0px .5em 0px .5em;
}

.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);
}
