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/background_image2.gif);
  background-color: rgb(207,166,166);
  background-position: 0 0 ;
  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;
}


#main {
  margin: 0px auto;
  text-align: left;
  width: 50em;
}

.news {
  background-color: rgb(74,0,0);
  color: #FFFFFF;
  border-bottom: 1px solid rgb(104,47,47);
  border-top: 1px solid rgb(104,47,47);
	margin: 5px 15px 5px 190px;
	padding: 5px;
  	font-weight: bold;
}
#titleBar  {
	background-color: rgb(123,69,68);
	border-top: 3px solid rgb(74,0,0);
	border-bottom: 2px solid rgb(74,0,0);
	border-left: 1px solid rgb(74,0,0);
	border-right: 1px solid rgb(74,0,0);
	color: #fff0d0;
	font-size: 120%;
	font-weight: bold;
}

#copyright {
  	font-size: 80%;
  	font-weight: bold;
  	text-align: right;
  	background-color: rgb(153,87,88);
  	border-style: solid;
	border-width: 1px;
	color: #fff0d0;
	padding: 2px .5em;
	border-top-color: rgb(207,166,166);
	border-bottom-color: rgb(74,0,0);
	border-left-color: rgb(74,0,0);
	border-right-color: rgb(74,0,0);
}

#content {
	background-color: rgb(255,213,213);
	padding: 0 10px 10px 10px;
	border: 1px solid rgb(74,0,0);
}

#validation {
  padding: 1em 0em;
  text-align: right;
}


/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-image: url(../images/back.jpg);
  background-position: top left;
  background-repeat:repeat;
  background-color: rgb(207,166,166);
  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(74,0,0);
  color: #FFFFFF;
  border-bottom: 1px solid rgb(104,47,47);
  border-top: 1px solid rgb(104,47,47);
  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,255,237);
}
