﻿#mid_1, #mid_2, #mid_3, #mid_4, #mid_5, #mid_6, #mid_7, #mid_8 {width:95px;}
.Pic{width:250px; height:200px; margin:5px 5px 5px 5px; float:right;}

/*Master Page*/

        #ticker-container 
        {
            position:relative;
            overflow:hidden;
            width: 100px;
            height: 200px;
            background-color: #efefd7;
            background-repeat: repeat;
            padding: 2px;
            border-color:Black;
            border-width:thin;
            border-style:solid;
            border-color: #82b036;
        }
	    #ticker 
	    {
		    position:relative;
		    width:150px;
	    }
	    #ticker ul 
	    {
		    padding:0;
		    margin:0;
		    list-style-type:none;
	    }
	    #ticker ul li 
	    {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size:small;
            font-weight: normal;
            color: #000000;
            padding-left: 2px;
	    }
	    #ticker ul li a 
	    {
            font-family: tahoma;
            font-size: x-small;
            font-weight: bold;
            color: #384478;
            text-decoration: none;
            padding-left: 2px;
	    }
        #ticker ul li a:hover 
        {
            font-family: tahoma;
            font-size: x-small;
            color: #993300;
            text-decoration: none;
            padding-left: 2px;
        }