body {
  background-image: url(../images/back4.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: 10pt;
  text-align: center;
  line-height: 1.21;	
}

a {
  color: rgb(72,31,3);
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: rgb(52,23,5);
  background-color: #FFFFFF;
}

img a {
	color: rgb(74,0,0);
	border: 1px solid rgb(52,23,5);
	}
	
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(72,31,3);
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}


td, th {
  font-size: 10pt;
}

th {
  font-weight: bold;
  text-align: left;
}

ul {
   list-style-image: url(../images/black_arrow.gif);
  list-style-type: square;
  list-style-position: outside;
  text-indent: 15px;
}


#main {
  margin: 0px auto;
  text-align: left;
  width: 702px;
  border: 1px solid #CBBFA7;
}

#titleBar  {
	padding: 0;
}

#copyright {
  	font-size: 80%;
  	font-weight: bold;
  	text-align: right;
  	background-color: rgb(203,191,167);
	border-top: 1px solid rgb(0,0,0);
	color: #000000;
	padding: 2px .5em;
}

#content {
	background-color: #F7F5E8;
	padding: 0 1em .25em 1em;
}

#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: left top;
  background-color: #CBBFA7;
  border: 1px solid rgb(0,0,0);
  border-top-width: 0px;
  float: left;
  font-size: 9pt;
  margin: 0em 1em 0em 0em;
  width: 180px;
}

#sideBar a {
	display: block;
}

.sideBarHdr {
  background-color: rgb(72,31,3);
  color: #FFFFFF;
  border-bottom: 1px solid #000000;
  border-left: 10px solid rgb(56,72,46);
  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(52,23,5);
  margin: 2px 0px 2px 0px;
}
.box {
	border: 1px solid rgb(74,0,0);
	padding: 5px 10px;
	width: 295px;
	background-color: rgb(235,232,217);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
}
.frame {
	border-top: 1px solid rgb(122,73,40);
	border-bottom: 1px solid rgb(122,73,40);
	border-left: 10px solid rgb(56,72,46);
	border-right: 10px solid rgb(72,31,3);
	margin: 20px 0px 20px 200px;
	padding: 5px;
	font-weight:bold;
	color: #341705;
	text-align: center;
}

