﻿/* ltblue */
body {
  background: #09186f url(../imgs/darkblue4.jpg) repeat scroll left top;
  color: #111188; /*med-dark blue */
}
blockquote {
  border-color: #8087a0; 
}
#main {
  background: #b1c1e3 url(../imgs/defaultltbluepage.jpg) repeat-x scroll left top;
  background-position: center top;
  border-color: #8087A0;
}

#links {
  border-color: #007870;
  background: #transparent none repeat scroll 0% 50%;
  color: #007870; /*magenta d8b7d9*/
} 

#footer {
  border-color: #A0A1AA;
  background: #A0A1A5 url(../imgs/defaultltbluepage.jpg) repeat-x scroll left top;
  color: #444444; /*#d9e1d1;*/
}
#links a{
  background: transparent none repeat scroll 0% 50%;
	color: #0099ff;
}
#links a:hover {
	background: transparent none repeat scroll 0% 50%;
	color: #FFFF00;
} 

#footer a{
  background: transparent none repeat scroll 0% 50%;
  color: #0044AA; /*#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: #FFFFFF;
  background: transparent none repeat scroll 0% 50%;
  color: #0000dd;
}
h1, #column2 h1 {
  border-color: #000000;
  background: transparent none repeat scroll 0% 50%;
  color: #FFFFFF;
}
h1, #column3 h1 {
  border-color: #000000;
  background: transparent none repeat scroll 0% 50%;
  color: #FFFFFF; /*#00d4ff;*/
}

#content, #column2, #column2 a {
  border-color: #000088;
  background: transparent none repeat scroll 0% 50%;
  color: #000088;
}
#content, #column3, #column3 a {
  border-color: #000088;
  background: transparent none repeat scroll 0% 50%;
  color: #000088;
}

#announcements a:hover, #column2 a:hover {
  border-color: #f711fd;
  background: transparent none repeat scroll 0% 50%;
  color: #f711fd;
}
#column3 a:hover {
  border-color: #f711fd;
  background: transparent none repeat scroll 0% 50%;
  color: #f711fd;
}

.column2table, .column3table, #column1{ /* for printing */
  background: #FFFFFF url(../imgs/bluesteeltable.jpg) repeat scroll left top; 
  color: #0000BB; 
  border-color: #8087A0;
}

#column2 {
  color: #0000BB; /*#ffae2c;*/
}
#column3 {
  color: #0000BB; /*#ffae2c;*/
}
