a {
  color: rgb(104,0,0);
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: rgb(255,255,255);
  background-color: rgb(54,83,61);
}

.red {
  color: rgb(104,0,0);
  font-weight: bold;
  text-decoration: none;
}

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);
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

body {
  background-image: url(../images/leaves.jpg); 
  background-color: rgb(104,0,0);
  background-position: left;
  background-attachment: scroll;
  background-repeat: repeat;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  text-align: center;
  line-height: 1.21;
  margin: 0 auto auto 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;
}
.gray {
	font-size: 10px;
	color:#666666;
	margin-left: 22px;
	font-style: italic;
}

ul {
  list-style-type: square;
  list-style-position: outside;
  text-indent: 15px;
}
.tagline {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	background-image: url(../images/longbar2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: scroll;
	color: #000000;
	padding: 2px 10px 2px 2px;
}



#main {
  margin: 0px auto;
  text-align: left;
  width: 750px;
  border: 1px solid rgb(0,0,0);
}

#titleBar  {
	padding: 0;
    border-top: 15px solid #D5D5D5;
}

#copyright {
  	font-size: 80%;
  	font-weight: bold;
  	text-align: right;
  	background-color: #680000;
	border-top: 1px solid rgb(0,0,0);
	color: #FFFFFF;
	padding: 2px .5em;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
#copyright a {
	color: #CCCCCC;
}

#content {
	background-color: #D5D5D5;
	padding: .1em 1em .25em 1em;
}

#validation {
  padding: 1em 0em;
  text-align: right;
}


/*---------------------------------------------------------------------------*/
/* Styles for side bar.                                                      */
/*---------------------------------------------------------------------------*/

#sideBar {
  background-image: url(../images/backgray.jpg);
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-position: left top;
  background-color: #ffffff; 
  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 {
	text-decoration: none;
}


.sideBarHdr {
  background-color: #680000;
  background-image: url(../images/flower.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #FFFFFF;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  font-weight: bold;
  padding: .5em;
}

.sideBarTxt {
  padding: 4px 0 4px 0;
  margin: 2px 4px 2px 4px;
}

.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);
}