/* darkcrystal blue */
body {
	background: black url(../imgs/websitevertmask.jpg) repeat-y scroll left top;
	color: #ffffff;
}
blockquote {
	border-color: #0000BB;
}
#main {
  background: transparent  url(../imgs/fh1000-2.webp) no-repeat center top;
	border-color: #3366FF;
}

#footer {
  border: 1px solid lightblue;
  background-color: #0001e3;
  width:  750px;
  text-align: center;
  margin-left: 100px;
  /*background: #A0A1A5 url(../imgs/defaultblackpage.jpg) repeat-x scroll left top;*/
  color: #bbbbbb; /*#d9e1d1;*/
}

#footer a{
  background: transparent none repeat scroll 0% 50%;
  color: #8888FF; /*#83b82e;*/
}

#footer a:hover{
  background: transparent none repeat scroll 0% 50%;
  color: #FFFF88; /*#83b82e;*/
}

#logo {
  /*background: #ff0000 url(../imgs/redheader.jpg) repeat-y scroll 0% 50%;*/
  font-family: sans-serif; font-weight: bold;
  color: #bbccdd;
 }

#column1 h1, #column2 h1, #column3 h1 {
  border-color: #0000ff;
  background: transparent none repeat scroll 0% 50%;
  color: #FFFFFF;
}

#announcements h1{
  color: #0000bb;
  border-bottom: 1px solid blue;
}

#content, #column2, #column2 a {
  border-color: #0099ff;
  background: transparent none repeat scroll 0% 50%;
  color: #0099ff;
}
#content, #column3, #column3 a {
  border-color: #363636;
  background: transparent none repeat scroll 0% 50%;
  color: #ffffff;
}
#announcements a{
  background: transparent;
  color: #0000FF;
}
#announcements a:hover, #column2 a:hover, #column3 a:hover, .column3table a:hover {
  border-color: #363636;
  background: transparent none repeat scroll 0% 50%;
  color: #00bb88;
}

.column2table, .column3table, #column1{
  background: #a7923d url(../imgs/goldcolumn.jpg) repeat-x scroll left top;
  color: #0000BB;
  border-color: #2090FF; /*#edc36e;*/
  empty-cells: show;
}
table.column2table td, th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: transparent;
}
table.column3table td, th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: transparent;
    empty-cells: show;
}
.column3table a {
  background: transparent none repeat scroll 0% 50%;
  color: #0099ff;
  border-color: #0099ff; 
}
}
#column2 {
	color: #EDC36E; /*#ffae2c;*/
}
#column3 {
	color: #EDC36E; /*#ffae2c;*/
}
