
html, body 
{
    padding:0;
    margin:0;
    color: black; 
    background: #eeeeee; 
    font: 11px 'Lucida Grande', Geneva, Verdana, Helvetica, Arial, sans-serif;
    height:100%;
}


a#tooCool {    position: fixed;    right:0;
    z-index:10;    bottom:0;
    display: block;
    padding:0;
    margin:0;    height: 80px;    width: 80px;    background: url(/resources/images/site/too_cool_corner.png) bottom right no-repeat;    text-indent: -999em;    text-decoration: none;}
  
  
  
.teaser a:link {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.teaser a:visited 
{ 
    color: #000000;
    font-weight: normal;
    text-decoration: none;

}

.teaser a:hover 
{
    color: #000000;
    font-weight: none;
    text-decoration: none;
}



#container {
    margin-left: auto;
    margin-right: auto;
    width:880px;
    background-color:#ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    min-height:100%; 
    overflow:hidden;
}

#navigationBar {
    background-image:url(/resources/images/site/banner.png);
    background-color:#eeeeee;
    padding: 90px 0px 0px 0px;
    vertical-align: bottom;
    border-bottom: 1px dotted  #999999;
	width: 100%; 
	height: 2.1em;

}



#banner {
    vertical-align: bottom;
    margin:0px;
    padding: 0px 0px 0px 0px;
	color:#f00000;
}


.navTab {
/*    background-color:#ff000000;*/
/*    background-color:#2255aa; */
    float: right;
	font-size: 11px;
    padding: 5px 0px 5px 0px;
}



.navTab a:link {
    background-color:#ffffff;
    color: #000000; 
/*    background-color:#000000;
     background-color:#339944;
    background-color:#2255aa;*/
    padding:5px;
    font-weight: bold;
    height:20px;
    text-decoration: none;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-bottom: 1px solid #555555

}

.navTab a:visited 
{ 
/*    background-color:#ff9933;*/
    background-color:#ffffff;
    color: #000000; 
/*    background-color:#000000;
     background-color:#339944;
     background-color:#2255aa; */
    padding:5px;
    height:20px;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-bottom: 1px solid #555555
}

.navTab a:hover 
{
/*    color:#000000;
     color:#339944;*/
    background-color:#000000;
    color: #ffffff; 
    padding:5px;
    height:20px;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-bottom: 1px solid #555555
}

.navTab .selected
{
/*    color:#339944;
     color:#2255aa;*/
    padding:5px;
    background-color:#ffffff;
    height:20px;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    float:left;
}




.navStart {
    background-image:url(/resources/images/site/home_left.png);
    width:27px; 
    float:left; 
    height:18px; 
    overflow:hidden;

}

.navMoreArrow {
    background-image:url(/resources/images/site/nav_more_arrow.png);
    width:14px; 
    float:left; 
    height:18px; 
    overflow:hidden;
}

.navMiddle {
    background-image:url(/resources/images/site/nav_middle.png); 
    background-repeat: repeat-x;
    float:left; 
    height:18px; 
    padding: 2px 5px 0px 9px; 
    overflow:hidden;

}

.navEnd {
    background-image:url(/resources/images/site/nav_end.png);
    width:10px; 
    height:18px; 
    overflow:hidden;
    float:left;
}


#newsArea {
    width:600px;
    margin: 0px 0px 0px 20px;
    line-height:150%;
    float:left;
}




.metaNavigationBox h1 {
    background-color: #dddddd;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #aaaaaa;
    margin:0px;
}


#toolBar {
    float:right;
    margin: 0px 20px 0px 0px;
}



#metaNavigation {
    float:right;
    margin: 20px 20px 0px 0px;
    width:200px;
}




.containerBox{ 
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    background-color: #f9f9f9;
    width:auto;
    text-align:left;
    padding-left: 10px;
    margin: 10px 0px 0px 0px;
}

.relatedBox{ 
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    text-align:left;
    padding: 0px;
    margin: 0px 0px 10px 0px;

    overflow:hidden;
}

.relatedBox ul {
    text-indent: 0px;
    margin:   0px  5px  0px 15px;
    padding: 10px 10px 10px 10px;
    list-style-image: url(/resources/images/site/item.gif);
}

.relatedBox li {
    margin:   0px  0px  5px 0px;
  
}

.relatedBox h1 {
/*    background-color:#339944;
    background-color: #339922;*/
    background-color: #2255aa;
    font-size: 12px;
    color:#ffffff;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #888888;
    margin:0px;
}

.relatedBox a:link {
/*    color:#006622;*/
    color:#2255aa;
    font-weight: bold;
    text-decoration: none;

}

.relatedBox a:visited 
{ 
/*    color:#006622;*/
    color:#2255aa;
    font-weight: bold;
    text-decoration: none;

}

.relatedBox a:hover 
{
/*    color:#006622;*/
    color:#2255aa;
    font-weight: bold;
    text-decoration: underline;

}



.metaNavigationBox{ 
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    text-align:left;
    padding: 0px;
    margin: 0px 0px 10px 0px;

    overflow:hidden;
}

.metaNavigationBox ul {
    text-indent: 0px;
    margin:   0px  5px  0px 15px;
    padding: 10px 10px 10px 10px;
    list-style-image: url(/resources/images/site/item.gif);
}

.metaNavigationBox li {
    margin:   0px  0px  5px 0px;
  
}

.metaNavigationBox h1 {
/*    background-color: #f0f0f0; */
/*    background-color: #eeeeee;*/
    background-color: #f9f9f9;
    font-size: 12px;
    color:#333333;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #aaaaaa;
    margin:0px;
}

.metaNavigationBox a:link {
/*     color:#222222;*/
    color:#225588;
    font-weight: bold;
    text-decoration: none;

}

.metaNavigationBox a:visited 
{ 
/*     color:#222222;*/
    color:#225588;
    font-weight: bold;
    text-decoration: none;

}

.metaNavigationBox a:hover 
{
/*     color:#222222;*/
    color:#225588;
    font-weight: bold;
    text-decoration: underline;

}

.newsItem{
   border-bottom: 1px solid #eeeeee;
   margin-top:20px;
   padding-bottom:10px;
   font-size:12px;   
}

.date{
    color: #999999; 
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    margin-bottom:5px;    
    margin-top:-3px;
}

.newsItem h1{
    font-size:14px;
    margin-bottom:5px;
    color:#000000;
}

.newsItem h2{
    font-size:11px;
    margin-bottom:0px;
    font-weight: bold;
    color:#000000;
}


a[href^="http:"] {  
    background: url(/resources/images/site/externalLink.gif) right center no-repeat; 
    padding-right: 9px; 
    margin-right:3px;
}


img{
    border:0;
}


ul {
    text-indent: 0px;
    margin:   0px  5px  0px 8px;
    padding: 10px 10px 10px 10px;
    list-style-image: url(/resources/images/site/item.gif);
}

li {
    margin:   0px  0px  5px 0px;
  
}


a:link {
    color:#225588;
    font-weight: bold;
    text-decoration: none;
}

a:visited 
{ 
    color:#225588; 
    font-weight: bold;
    text-decoration: none;
}

a:hover 
{
    color: #225588; 
    font-weight: bold;
    text-decoration: underline;
}