/*this is the CSS file for the SME and My site  */
.content
{
    height: 100%;
    padding: 1ex;
    color: #036;
    font-size: 100%;
    font-family: Arial;
    font-style: inherit;
    line-height: 1.15em;
}

.rounded
{
    /* needed to keep some of the jquery code valid  */
}

.corners
{
    /* needed to keep some of the jquery code valid */
}

#form1
{
    width: 898px;
}

.filler
{
    color: white;
}

.intro#bragger
{
    height: auto;
    font-size: 100%;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
}
#newsScroll
{
    list-style-type: none;
    font-family: Arial;
}
#newsScroll DIV
{
    list-style-type: none;
    font-style: normal;
    font-family: Arial;
    font-size: 95%;
    font-weight: bold;
    line-height: 1.25;
    padding: 1em 0.25ex 1em 0;
    clear: both;
}


/*
 #newsScroll A:hover {
	text-decoration:underline;
}


 the news box when JavaScript is available */
#news.hasJS
{
    height: 204px;
    overflow: hidden;
    position: relative;
}

/* The nested UL when JavaScript is available */
#news.hasJS #newsScroll
{
    position: absolute; /* -- left:0; smashes the news in IE7 */
    margin: 0;
    padding: 0;
    height: 400px;
}

#DOMNewsStopper
{
    text-align: right;
    margin: 0 1ex;
}
#DOMNewsStopper A
{
    color: #999;
    font-size: 90%;
}

@media print
{
    #DOMNewsStopper
    {
        visibility: visible;
    }
}


#leftblock
{
    width: 180px;
    float: left;
    background-color: rgb(240,240,240);
    padding: 5px;
    margin: 10px 0 10px 0;
    font-size: 10pt;
    text-align: left;
    font-family: Arial;
}

#rightblock
{
    width: 560px;
    float: right;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 10px;
    border-left: 1px solid rgb(128, 128, 128);
    font-size: 10pt;
    text-align: left;
}

.head
{
    font-size: 10pt;
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 12px;
    color: rgb(196, 98,00);
}

.head2
{
    font-size: 12pt;
    font-variant: small-caps;
    font-weight: bold;
    margin-left: 12px;
    color: Green;
}


.littletitle
{
    font-weight: bold;
}

.bodytext
{
    text-align: left;
    margin: 12px;
    background-color: rgb(245, 255, 255);
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 10px;
}

.center
{
    font-size: 10pt;
    text-indent: 5%;
    margin: 10px;
}

.title
{
    text-align: left;
    font-size: 12pt;
    font-variant: normal;
    font-weight: bold;
    font-variant: small-caps;
    margin-left: 12px;
    text-decoration: underline; /* 	color: rgb(6, 72, 121);*/
}

.picture
{
    border: 2px solid black;
    margin: 10px 10px 10px 0px;
}

.style2
{
    text-decoration: underline;
    margin-left: 0.25in;
}
.style3
{
    text-decoration: underline;
}
/* begin styles for RSS Feed */



.rss_box
{
    width: 300px;
    background-color: #ffffff;
}



.rss_title, rss_title a
{
    margin: 0px 0;
    padding: 0;
}



.rss_items
{
    list-style: none;
    margin: 0;
    padding: 0;
}



.rss_item
{
    font-size: x-small;
    margin-bottom: 1em;
}



.rss_item a:link, .rss_item a:visited, .rss_item a:active
{
}



.rss_item a:hover
{
}



.rss_date
{
    font-size: xx-small;
}

