/* Default CSS Stylesheet for all Scoilnet articles */
 BODY
        {
            background-image: url('../images/stripe.png' );
        }
        .clear
        {
            clear: both;
            display: block;
            height: 1px;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
        .ClipboardList
        {
            font-size: 1em;
            list-style-type: none;
            list-style-position: outside;
        }
        .ClipboardList ul
        {
            list-style-type: none;
            margin-left: 10px;
            margin-right: 5px;
        }
        .ClipboardList li
        {
            margin-bottom: 5px;
        }
        .ClipboardList a:hover
        {
            text-decoration: underline;
            color: Blue;
        }
        .ClipboardList a
        {
            text-decoration: none;
            color: #000;
        }
        #Clear_clip
        {
            margin-bottom: 5px;
            padding-left: 5px;
            color: Blue;
        }
        #wrapper
        {
            background-color: #ffffff;
            border: solid 1px #ccc;
            margin-left: auto;
            margin-right: auto;
            margin-top: 5px;
            width: 780px;
        }
        #middle
        {
            margin-left: 0px;
            width: 780px;
            min-height: 300px;
        }
        #header
        {
            width: 780px;
            height: 140px;
            background: #ffffff;
            line-height: normal;
        }
        #main
        {
            position: absolute;
            top: 140px;
            min-width: 770px;
            width: 770px;
            background: #ffffff;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
           
        }
        #mainhead
        {
            float: left;
            width: 612px;
            height: 820px;
            min-height: 820px;
        }
        #col1
        {
            width: 700px;
            padding-top: 5px;
            padding-left: 20px;
            padding-right: 20px;
        }
        #col4
        {
            float: right;
            width: 155px;
        }
        .highlightbox
        {
            padding-top: 10px;
        }
        #footer
        {
            height: 60px;
            width: 770px;
            position: relative;
            left: 100px;
            top: 0px;
        }
