@charset "windows-1252";

            body {
                margin: 5px;
                background-color: #C0C0C0;
                text-align:center;
            }
            #container {
                min-width:1300px;
                margin: 0px auto;
            }
            
            #header {
                height:100px;
                color:black;
                margin:0% 90px;
            }
            
            #headleft {
                float:left;
                width:90px;
                padding-top:30px;
            }
            
            #headright {
            float:right;
            width:90px;
            padding-top:30px;
            }
            
            img.validate {
                width: 88px;
                height: 31px;
            }
            
            #leftcol {
                float:left; 
                width:300px;
                height:500px;
                /*Background-color:blue;*/
            }
            
            #rightcol {
                float:right;
                width:300px;
                height:500px;
                /*Background-color:blue;*/
            }
            
            #tweet {
                border: 0; 
                width: 225px; 
                height: 225px; 
                text-align: center;
            }
            
            #mainBody {
                margin:0px 300px;
                height:1125px;
            }
            
            #hiliteBox {
                padding-bottom:20px;
                background-color:#A9A9A9;
                width:600px;
                margin:0px auto;
            }
            
            #footer {
                height:50px;
                clear:both;
                color:black;
            }

            li.menu {
               list-style-type:none;
               text-align:left;
               /*font-size: 12pt;*/
            }
