﻿/* black */
body {
	background: #000000 url(../imgs/darkgray4x.jpg) repeat scroll left top;
	color: #000044;
}
blockquote {
	border-color: #ffcf00;
}
#main {
  background: #000044 url(../imgs/defaultblackpagex.jpg) repeat-x scroll left top;
  background-position: center top;
  border-color: #ffbb22;
}

#links {
	border-color: #FFFFff;
	background: #555555 none repeat scroll 0% 50%;
	color: #FFFFff;
}
#footer {
  border-color: #A0A1AA;
  background: #A0A1A5 url(../imgs/defaultblackpage.jpg) repeat-x scroll left top;
  color: #bbbbbb; /*#d9e1d1;*/
}
a:link {
	background: transparent none repeat scroll 0% 50%;
	color: #FFFFff;
}

/* visited link */
a:visited {
    color: #0088ff;
}

/* selected link */
a:active {
    color: #8888FF;
}

a:hover {
	background: transparent none repeat scroll 0% 50%;
	color: orange; /*#44ccff;*/
}

#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%;*/
  color: #FFFFFF;
 }

h1, #column1 h1 {
  border-color: #000000;
  background: transparent none repeat scroll 0% 50%;
  color: #ffffff;
}
h1, #column2 h1 {
  border-color: #888888;
  background: transparent none repeat scroll 0% 50%;
  color: #FFFFFF;
}
h1, #column3 h1 {
  border-color: #888888;
  background: transparent none repeat scroll 0% 50%;
  color: #FFFFFF; /*#00d4ff;*/
}

#content, #column2, #column2 a {
  border-color: #ffcf29;
  background: transparent none repeat scroll 0% 50%;
  color: #0099ff;
}
#content, #column3, #column3 a {
  border-color: #ffcf29;
  background: transparent none repeat scroll 0% 50%;
  color: #ffffff;
}
#announcements a:hover, #column2 a:hover, #column3 a:hover, #column3 .column3table a:hover {
  border-color: #ffcf00;
  background: transparent none repeat scroll 0% 50%;
  color: #ff00ff;
}
.column2table, .column3table, #column1{
  background: #000044 url(../imgs/blacksteelcolumn.jpg) repeat-x scroll left top;
  color: #ffffff;
  border-color: #ffcf00; 
}
#column3 .column3table a {
  background: transparent none repeat scroll 0% 50%;
  color: #9999ff;
}

#column2 {
  color: #DDDDFF; /*#ffae2c;*/
}
#column3 {
  color: #DDDDFF; /*#ffae2c;*/
}

.imgfade {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}

.imgfade:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}