@charset "UTF-8";
#container
{
	width: 990px;   
}
#header { 
	background: #6DBAE5;
	background-image: url('/images/structure2/banner_bkgd_tile.jpg');
	background-repeat: repeat-x;
	padding-right:50px;
}
#TipOfTheDayTicker {
    background:transparent;
    width: 80%;
    height:100%;
    font-size: 80%;
    padding:0;
    margin-left:auto;
    margin-right:auto;
    vertical-align:middle;
}
#TipOfTheDayTicker #Caption 
{
    margin-left:.3em;
    color: White;
    font-weight: bold;    
}
#TipOfTheDayTicker marquee {
    width:80%;
}
#TipOfTheDayTicker a {
    color:#003366;
    text-decoration:none;
}
#TipOfTheDayTicker a:visited {
    color:#003366;
    text-decoration:none;
}
#TipOfTheDayTicker a:active
{
    color:#003300;
    text-decoration:none;
}
#TipOfTheDayTicker a:hover
{
    color:#003300;
    text-decoration:none;
}
#centerbox .heading
{
    font-size:1.25em;
    font-weight:bold;    
}
#centerbox ul li
{
    list-style-type:none;
    margin:10px 0;
}
.Normal #centerbox a:link
{
    color:#006300;    
}
.Normal #centerbox a:visited
{
    color:#006300;
}
.Normal #centerbox a:hover
{
    color:#ffffff;
}
.Normal #centerbox a:active
{
    color:#ffffff;
}

/*This #houseMenuVItemHome a rule causes the "Home" menu item
*   to be styled like the "current page" menu item is styled.
*   Having the rule here, rather than in skin.css, causes
*   this styling to appear only when on the home page.*/
#houseMenuVItemHome a
{ 
	color: #ffffff;
	background-color: #ffa200;
	text-decoration: none;
}
