﻿/* white */
body {
  /* background: #71090b url(../imgs/darkkacki4.jpg) repeat scroll left top;
  color: #111188;
  */
  background-color:rgb(0, 0, 127);  
  background-position: top center ; 
  background-repeat: no-repeat; 
  /*background-image: url(../imgs/blue206.jpg); */
  background-image: url(../imgs/fh1000-2.webp);
}
blockquote {
	border-color: #CC9900;
}
#main {
/*	background: #e9e9e9 url(../imgs/defaultwhitepage.jpg) repeat-x scroll left top;
	background-position: center top;
	border-color: #CC9900; */
  background-color:transparent; 
}

#links {
	border-color: #333333;
	background: #555555 none repeat scroll 0% 50%;
	color: #0902c9;
}
#footer {
  border-color: #71090B;
  background: #71090B url(../imgs/defaultwhitepage.jpg) repeat-x scroll left top;
  color: #505000; /*#d9e1d1;*/
}
#links a{
	background: transparent none repeat scroll 0% 50%;
	color: #0902c9;
}
#links a:hover {
	background: transparent none repeat scroll 0% 50%;
	color: #FF00ff;
}
#footer a{
  background: transparent none repeat scroll 0% 50%;
  color: #0044AA; /*#83b82e;*/
}

#footer a:hover{
  background: transparent none repeat scroll 0% 50%;
  color: #880088; /*#83b82e;*/
}

#logo {
	/*background: #ff0000 url(../imgs/redheader.jpg) repeat-y scroll 0% 50%;*/
  color: #66bbFF;
}

h1, #column1 h1 {
	border-color: #996600;
	background: transparent none repeat scroll 0% 50%;
	color: #996600;
}
h1, #column2 h1 {
  border-color: #996600;
  background: transparent none repeat scroll 0% 50%;
  color: #996600;
}
h1, #column3 h1 {
  border-color: #996600;
  background: transparent none repeat scroll 0% 50%;
  color: #996600; /*#00d4ff;*/
}

#content, #column2, #column2 a {
  border-color: #0099ff;
  background: transparent none repeat scroll 0% 50%;
  color: #0099ff;
}
#content{
  border-color: #0902c9;
  background: transparent none repeat scroll 0% 50%;
  color: #0902c9;
}
#column3, #column3 a {
  border-color: #0902c9;
  background: transparent none repeat scroll 0% 50%; /* url(../imgs/graysteelcolumn.jpg) repeat-x scroll left top; */
  color: #0902c9;
}

#column3box
{
  color:#ffffff;
  border-width:10px;
  /* 
  box-shadow: 5px 5px 20px #000; 
  border-image: url(../imgs/blueborder.png) 10 fill stretch  ;
  behavior: url(scripts/PIE.htc);
  */
  -moz-box-shadow: 5px 5px 20px #000;
  -webkit-box-shadow: 5px 5px 20px #000;
  -webkit-border-image: url(../imgs/blueborder.png) 10 stretch ;
  -moz-border-image: url(../imgs/blueborder.png) 10  stretch   ;
  
}


#column1box a:link, #column1box a:visited
{
 color:#88ffff;
  text-decoration:none;
}

#announcements a:hover, #column2 a:hover {
  border-color: #ffff00;
  background: transparent none repeat scroll 0% 50%;
  color: #ffff00;
}
#column3 a:hover {
  border-color: #ff00ff;
  background: transparent none repeat scroll 0% 50%;
  color: #ff00ff;
}

#column1 {
  background: transparent; /* #9b9a9f url(../imgs/graysteelcolumn.jpg) repeat-x scroll left top; */
  color: #0000BB; 
  border-color: #8087A0;
}

.column2table, .column3table {
  background: #9b9a9f url(../imgs/graysteelcolumn.jpg) repeat-x scroll left top;
  color: #0000BB; 
  border-color: #8087A0;
}
#column2 {
	color: #484d5c; /*#ffae2c;*/
}
#column3 {
  color: #484d5c; /*#ffae2c;*/
}
