﻿       #header
        {
            float: left;
            width: 100%;
            font-weight: bold;
            line-height: normal;
        }
        #header ul
        {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        #header li
        {
            float: left;
            background: url(                       "images/MenuButton.gif" ) no-repeat right top;
            height: 39px;
            margin: 0;
            padding: 0 0 0 0;
        }
        #header a
        {
            font-weight: bold;
            color: #000000;
            display: block;
            background: url(                       "images/MenuButtonLeft.gif" ) no-repeat left top;
            padding-top: 20px;
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 10px;
            text-decoration: none;
        }
        #header #current
        {
            background-image: url(                       "images/MenuCurrentButton.gif" );
        }
        #header #current a
        {
            background-image: url(                       "images/MenuCurrentButtonLeft.gif" );
            padding-bottom: 5px;
        }
        #textsize
        {
            float: right;
            line-height: normal;
        }
        #textsize ul
        {
            margin: 0;
            list-style: none;
        }
        #textsize li
        {
            float: left;
            height: 28px;
            margin: 0;
            padding: 0 0 0 0;
        }
        #textsize a
        {
            text-decoration: none;
            color: #FFFFFF;
        }
        #textsize ul li.smalltext
        {
            background-image: url(      '../images/Small.gif' );
            background-repeat: no-repeat;
            background-position: right bottom;
            padding: 0;
            margin-right: 0;
            margin-top: 0;
            margin-bottom: 0;
        }
        #textsize ul li.smalltextselected
        {
            background-image: url(      '../images/SmallSelected.gif' );
            background-repeat: no-repeat;
            background-position: right bottom;
            padding: 0;
            margin-right: 0;
            margin-top: 0;
            margin-bottom: 0;
        }
        #textsize ul li.mediumtext
        {
            background-image: url("../images/Medium.gif" );
            background-repeat: no-repeat;
            background-position: center bottom;
            margin: 0;
            padding: 0;
        }
        #textsize ul li.mediumtextselected
        {
            background-image: url(      "../images/MediumSelected.gif" );
            background-repeat: no-repeat;
            background-position: center bottom;
            margin: 0;
            padding: 0;
        }
        #textsize ul li.largetext
        {
            background-image: url(      "../images/Large.gif" );
            background-repeat: no-repeat;
            background-position: left bottom;
            margin: 0;
            padding: 0;
        }
        #textsize ul li.largetextselected
        {
            background-image: url(      "../images/LargeSelected.gif" );
            background-repeat: no-repeat;
            background-position: left bottom;
            margin: 0;
            padding: 0;
        }
        

        .linediv
        {
            clear: both;
        }
        .formcol
        {
            float: left;
        }
        .formcolright
        {
            float: right;
        }        
