﻿@charset "utf-8";
/* CSS Document */
#topmost { width: 219px;
		   border: 1px solid #878787;
           background: #fbfcfe;
            }

#topmost a:link {
    color: #257cb2;
    text-decoration: none;
}

#topmost a:hover, #topmost a:visited:hover { 
    text-decoration: underline;
}


#topmost .widget_tabs {
    height: 24px;
    background: #fbfcfe url("../Images/fill_tabs.gif") bottom left repeat-x;
    _background: #fbfcfe url("../Images/fill_tabs.gif") 0 4px repeat-x;
    border: none;
    padding: 0px 0px 0px 0px;
}


#topmost h1 
{
    font-size: 12px;
    font-weight: bold;
    color: #1f242a;
    margin: 5px 2px 10px 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#topmost img {
    border: 0;
    display: inline-block;
}

#topmost .content {
    background: #FFF;
    padding: 10px 10px 6px 10px;
	/*border-left: 1px solid #878787;
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;*/
}

#topmost ul {
    margin: 0px 0px 0px 12px;   
    padding: 0px 2px 0px 2px;
    color: #015660;
}

#topmost ol {
    margin: 0px 0px 0px 18px;
    padding: 0px 2px 0px 2px;
    color: #015660;
}
* html #topmost ol {
    margin: 0px 0px 0px 21px;
}

#topmost li {
    padding: 0px 0px 10px 0px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
}

#topmost li span {
    font-size: 10px;
}

#topmost ul li {
    list-style-type: square;
    color: #015660;
}

#topmost .widget_footer {
    background: none;
}

#topmost .widget_footer img {
    display: none;
}

#topmost img.botleftcorner {
    float:left;
}

#topmost img.botrightcorner {
    float:right;
}
