@import "common.css"; /* Do Not Edit this line */

/* IMPORTANT NOTE: MAKE SURE ANY DIV YOU CREATE HAS A 	height:100%; TAG WITH IT TO PREVENT IE HIDING TEXT BUG!

/*===============================================================================================*/
/* =Site colors */
/*===============================================================================================*
Site Background:  #CCD6D8  /  R-204  G-214  B-216
Breadcrumb (and other) gold-yellow:  #DDC766  /  R-221  G-199  B-102
NavMenu Level 2 blue:  #C6D3F3  /  R-198  G-211  B-243
NavMenu Background pale yellow:  #EFF3B6 /  R-239  G-243  B-182
Accent/Image Red: #990000  /  R-153  G-0  B-0
Royal blue/logo blue:  #01009A (R-1, G-0, B-154)


/* Begin Editing Below */

/***** 3 column Container *********/

#3ColContainer {
padding-left: 200px;
padding-right: 200px;
}

#3ColContainer .column {
position: relative;
float: left;
}

#center {
width:  100%;
}

#left {
width: 200px;
right: 200px;
margin-left: -100%;
}

*html #left {
left: 200px;
}

#right {
width: 200px;
margin-right: -200px;
}


/*********** photoarea ********************/

#photoarea {
background-color: #EFF3B6; /* pale yellow nav color */
height: 116px;
margin-top: -12px;
}

*html #photoarea {
border-top-width: .25px;
border-right-width: .25px;
border-bottom-width: .25px;
border-left-width: .25px;
}


	
#photoarea #bottomItem {
  border-bottom: 0px;
  background-color: #EFF3B6;   /* pale yellow nav color */
  	list-style-type: none;
	}


/********** Recent News / headlines **************/


#recentNews {
  float: right;
  width: 13em; 
  margin: 7px 5px 5px 5px;
  padding:4px;
  background-color:#F5FBDF;
  border-style: outset;
  border-width: .25px;
}

#recentNews ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
  list-style-type: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

#recentNews li {
  margin-top: 0.6em;
  border-bottom: thin solid #999; /* Weird, but in order for bottom border values to CORRECTLY show up in IE, you need to not only holly hack the stuff, but also declare a non-numerical value for the border width in the rest of the (non-hack) css! */
  background-color: #F5FBDF; 
  list-style-type: none;
}

*html #recentNews li ul {
  border-bottom: .25px solid #999;
  list-style-type: none;
}

#recentNews #bottomItem {
  border-bottom: 0px;
  background-color: #F5FBDF;
  	list-style-type: none;
	}

#newsListImage {
text-align: center;
border-top: solid thin #666;
border-bottom: solid thin #666;
}

#newsList {
background-color:#F5FBDF;
}

#newsList ul li{
list-style-type: none;
background-color:#F9FBDF;
padding-left: 3;
margin-left: 3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
border: 0px;
}

/************* Search styles *******************/

#searchWrapper {
background-image:url(../images/searchBg.jpg);
text-align: left;
}

#searchContainer {
width: 450px;
height: 299px;
background-image:url(../images/Search.jpg);
background-position: center;
background-repeat: no-repeat;
text-align: right;
}

/************ Other Special Styles and Exceptions ***********/

.accent {
background-color: #F8F8F0;
padding: 3px 7px 3px 7px;
border-bottom-color:#333333;
border-bottom-style: double;
border-top-color:#999999;
border-top-width: 1px;
border-top-style:solid;
font-family: Verdana, Helvetica, sans-serif;
font-size: 83%;
}

.homeAccent {
padding: 3px 7px 3px 7px;
border-bottom-color:#333333;
border-bottom-style: double;
font-family: Verdana, Helvetica, sans-serif;
font-size: 83%;
}

.smaller {
font-size: 83%;
}

.bottomtagline {
background-color: #EFF3B6;
border-bottom-color:#990000;
border-bottom-style: double;
border-top-color:#990000;
border-top-style: double;
padding: 3px;
font-weight: bold;
}

.bottomtagline a {
text-decoration:none;
color: #01009A;
}

.bottomtagline a:hover {
color: #990000; 
text-decoration:underline;
}

.bottomtagline a:visited {
text-decoration:none;
color: #01009A;
}

.URVACorps {
color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
line-height:130%;
padding-bottom: 5px;
margin-bottom: 10px;
margin-right: 5px;
border-bottom: solid #DDC766;
}
.redURVACorps {
color:#990000;
font-size: 1.05em;
}

#splashphotosright{
margin-left: 10px;
float: right;
}

#bitocolor{
background-color:#EFF3B6;
}

.pale {
color: #666666;
}

/******************************************************/