a {
  color: rgb(74,0,0);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: rgb(255,255,255);
  background-color: rgb(139,77,78);
}

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/img_84.gif); 
  background-color: rgb(104,0,0);
  background-position: left;
  background-attachment: scroll;
  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;
  border: 1px solid rgb(0,0,0);
}

#titleBar  {
	background-color: #C5C2C2;
	padding: 0;
	border-top: 6px solid rgb(187,211,255);  /*(106,94,91);  */
}

#copyright {
  	font-size: 80%;
  	font-weight: bold;
  	text-align: right;
  	background-color: rgb(187,211,255);
	border-top: 1px solid rgb(0,0,0);
	color: #000000;
	padding: 2px .5em;
}

#content {
	background-color: #C5C2C2;
	padding: .1em 1em .25em 1em;
}

#validation {
  padding: 1em 0em;
  text-align: right;
}


/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-image: url(../images/backgrey1.jpg);
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-position: left 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: 180px;
}

.sideBarHdr {
  background-color: #680000;
  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(255,249,241);
}