﻿ /*
.headerbar {  
 background: url(images/header.png) no-repeat right; 
}
 */
 
a:hover {
color:#0f2344;
}

/*
#footer a:hover {
  color: #880000;
}

#footerbarleft {
  color: #880000;
}

.sectiontitleend {
  color: #880000; 
}

.sectiontitle {
  background: url(images/sectiontitle.jpg) no-repeat left;  
}

.sectiongradient {
  background-image: url(images/sectiongradient.jpg);  
}
Greens 509C61 D5EEB0 
*/

input, select {
  border: solid 1px #0f2344;
}

textarea {
  border: solid 1px #0f2344;
}

.ButtonMediumSmall {
  color: #000000;
}

body { background-color:#0f2344;}
div.bodycontent { background-color:transparent; background-repeat:no-repeat;
}

div.middleColHeader, div.leftColHeader, div#topmenu, div.topmenu{
background: #0f2344; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f2344', endColorstr='#121f27'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#0f2344), to(#121f27)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #0f2344,  #0121f27); /* for firefox 3.6+ */
}

div.middleColHeader, div.leftColHeader{
border-bottom: 2px solid #ff3b00;
}

div#topmenu, div.topmenu{
border: 2px solid #ffffff;
}


div.middleColBox {
border:#000000 solid 2px;
}


